Title: [97108] trunk/Source/WebKit/chromium
Revision
97108
Author
[email protected]
Date
2011-10-10 17:10:55 -0700 (Mon, 10 Oct 2011)

Log Message

[chromium] Pull tools/clang from upstream.
https://bugs.webkit.org/show_bug.cgi?id=69797

Reviewed by Adam Barth.

* DEPS:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (97107 => 97108)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-10-11 00:08:54 UTC (rev 97107)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-10-11 00:10:55 UTC (rev 97108)
@@ -1,3 +1,12 @@
+2011-10-10  Nico Weber  <[email protected]>
+
+        [chromium] Pull tools/clang from upstream.
+        https://bugs.webkit.org/show_bug.cgi?id=69797
+
+        Reviewed by Adam Barth.
+
+        * DEPS:
+
 2011-10-10  Sergey Glazunov  <[email protected]>
 
         ScriptController::executeIfJavaScriptURL gets confused by synchronous frame loads

Modified: trunk/Source/WebKit/chromium/DEPS (97107 => 97108)


--- trunk/Source/WebKit/chromium/DEPS	2011-10-11 00:08:54 UTC (rev 97107)
+++ trunk/Source/WebKit/chromium/DEPS	2011-10-11 00:10:55 UTC (rev 97108)
@@ -44,6 +44,8 @@
     Var('chromium_svn')+'/build@'+Var('chromium_rev'),
   'tools/gyp':
     From('chromium_deps', 'src/tools/gyp'),
+  'tools/clang':
+    Var('chromium_svn')+'/tools/clang@'+Var('chromium_rev'),
 
   # Basic tools
   'base':
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to