Title: [97415] trunk/Source/WebKit/chromium
- Revision
- 97415
- Author
- [email protected]
- Date
- 2011-10-13 15:51:44 -0700 (Thu, 13 Oct 2011)
Log Message
[chromium] Automatically pull clang on `update-webkit --chromium` on mac
https://bugs.webkit.org/show_bug.cgi?id=70058
Reviewed by Adam Barth.
* DEPS:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (97414 => 97415)
--- trunk/Source/WebKit/chromium/ChangeLog 2011-10-13 22:39:24 UTC (rev 97414)
+++ trunk/Source/WebKit/chromium/ChangeLog 2011-10-13 22:51:44 UTC (rev 97415)
@@ -1,3 +1,12 @@
+2011-10-13 Nico Weber <[email protected]>
+
+ [chromium] Automatically pull clang on `update-webkit --chromium` on mac
+ https://bugs.webkit.org/show_bug.cgi?id=70058
+
+ Reviewed by Adam Barth.
+
+ * DEPS:
+
2011-10-13 John Knottenbelt <[email protected]>
[Chromium] Allow building without speech input enabled.
Modified: trunk/Source/WebKit/chromium/DEPS (97414 => 97415)
--- trunk/Source/WebKit/chromium/DEPS 2011-10-13 22:39:24 UTC (rev 97414)
+++ trunk/Source/WebKit/chromium/DEPS 2011-10-13 22:51:44 UTC (rev 97415)
@@ -204,6 +204,11 @@
hooks = [
{
+ # Pull clang on mac.
+ "pattern": ".",
+ "action": ["python", "tools/clang/scripts/update.py", "--mac-only"],
+ },
+ {
# A change to any file in this directory should run the gyp generator.
'pattern': '.',
'action': ['python', 'gyp_webkit'],
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes