Title: [181735] trunk
- Revision
- 181735
- Author
- [email protected]
- Date
- 2015-03-19 01:19:20 -0700 (Thu, 19 Mar 2015)
Log Message
[GTK] Fix inspector userinterface related incremental build issue
https://bugs.webkit.org/show_bug.cgi?id=142849
Reviewed by Carlos Garcia Campos.
.:
* Source/cmake/OptionsGTK.cmake: Revert r181733.
Tools:
* Scripts/webkitdirs.pm:
(shouldRemoveCMakeCache):
Modified Paths
Diff
Modified: trunk/ChangeLog (181734 => 181735)
--- trunk/ChangeLog 2015-03-19 07:54:06 UTC (rev 181734)
+++ trunk/ChangeLog 2015-03-19 08:19:20 UTC (rev 181735)
@@ -1,3 +1,12 @@
+2015-03-19 Csaba Osztrogonác <[email protected]>
+
+ [GTK] Fix inspector userinterface related incremental build issue
+ https://bugs.webkit.org/show_bug.cgi?id=142849
+
+ Reviewed by Carlos Garcia Campos.
+
+ * Source/cmake/OptionsGTK.cmake: Revert r181733.
+
2015-03-18 Csaba Osztrogonác <[email protected]>
Unreviewed, kick the GTK bots to regenerate makefile.
Modified: trunk/Source/cmake/OptionsGTK.cmake (181734 => 181735)
--- trunk/Source/cmake/OptionsGTK.cmake 2015-03-19 07:54:06 UTC (rev 181734)
+++ trunk/Source/cmake/OptionsGTK.cmake 2015-03-19 08:19:20 UTC (rev 181735)
@@ -448,4 +448,3 @@
FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE
)
endif ()
-
Modified: trunk/Tools/ChangeLog (181734 => 181735)
--- trunk/Tools/ChangeLog 2015-03-19 07:54:06 UTC (rev 181734)
+++ trunk/Tools/ChangeLog 2015-03-19 08:19:20 UTC (rev 181735)
@@ -1,3 +1,13 @@
+2015-03-19 Csaba Osztrogonác <[email protected]>
+
+ [GTK] Fix inspector userinterface related incremental build issue
+ https://bugs.webkit.org/show_bug.cgi?id=142849
+
+ Reviewed by Carlos Garcia Campos.
+
+ * Scripts/webkitdirs.pm:
+ (shouldRemoveCMakeCache):
+
2015-03-18 Alex Christensen <[email protected]>
[ContentExtensions] Prepare for compiling stylesheets of selectors to be used on every page.
Modified: trunk/Tools/Scripts/webkitdirs.pm (181734 => 181735)
--- trunk/Tools/Scripts/webkitdirs.pm 2015-03-19 07:54:06 UTC (rev 181734)
+++ trunk/Tools/Scripts/webkitdirs.pm 2015-03-19 08:19:20 UTC (rev 181735)
@@ -1780,6 +1780,11 @@
return 1;
}
+ my $inspectorUserInterfaceDircetory = File::Spec->catdir(sourceDir(), "Source", "WebInspectorUI", "UserInterface");
+ if ($cacheFileModifiedTime < stat($inspectorUserInterfaceDircetory)->mtime) {
+ return 1;
+ }
+
return 0;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes