Title: [123325] trunk/Source/WebKit/chromium
- Revision
- 123325
- Author
- [email protected]
- Date
- 2012-07-23 03:36:19 -0700 (Mon, 23 Jul 2012)
Log Message
[Chromium] Buildfix for fixing gclient on the Chromium Windows bot
https://bugs.webkit.org/show_bug.cgi?id=91977
Unreviewed build fix.
Add the tools/isolate directory to the Windows checkout as these files
currently are missing during gyp generation. maruel introduced the need
for these in this isolate refactoring, specifically this Chromium CL:
http://src.chromium.org/viewvc/chrome?view=rev&revision=147689
* DEPS:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (123324 => 123325)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-07-23 10:05:19 UTC (rev 123324)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-07-23 10:36:19 UTC (rev 123325)
@@ -1,3 +1,17 @@
+2012-07-23 Peter Beverloo <[email protected]>
+
+ [Chromium] Buildfix for fixing gclient on the Chromium Windows bot
+ https://bugs.webkit.org/show_bug.cgi?id=91977
+
+ Unreviewed build fix.
+
+ Add the tools/isolate directory to the Windows checkout as these files
+ currently are missing during gyp generation. maruel introduced the need
+ for these in this isolate refactoring, specifically this Chromium CL:
+ http://src.chromium.org/viewvc/chrome?view=rev&revision=147689
+
+ * DEPS:
+
2012-07-22 Kent Tamura <[email protected]>
[Chromium-Mac] Fix a build error.
Modified: trunk/Source/WebKit/chromium/DEPS (123324 => 123325)
--- trunk/Source/WebKit/chromium/DEPS 2012-07-23 10:05:19 UTC (rev 123324)
+++ trunk/Source/WebKit/chromium/DEPS 2012-07-23 10:36:19 UTC (rev 123325)
@@ -155,6 +155,8 @@
From('chromium_deps', 'src/third_party/nss'),
'third_party/perl':
From('chromium_deps', 'src/third_party/perl'),
+ 'tools/isolate':
+ Var('chromium_svn')+'/tools/isolate@'+Var('chromium_rev'),
# Dependencies used by libjpeg-turbo
'third_party/yasm/binaries':
From('chromium_deps', 'src/third_party/yasm/binaries'),
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes