Title: [108017] trunk/Source/WebKit/chromium
Revision
108017
Author
e...@chromium.org
Date
2012-02-16 19:32:05 -0800 (Thu, 16 Feb 2012)

Log Message

[chromium] pull third_party/gold to fix linux build
https://bugs.webkit.org/show_bug.cgi?id=78842

Reviewed by Tony Chang.

The Chrome build now depends on third_party/gold also being checked out.

* DEPS:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (108016 => 108017)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-02-17 03:28:23 UTC (rev 108016)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-02-17 03:32:05 UTC (rev 108017)
@@ -1,3 +1,14 @@
+2012-02-16  Evan Martin  <e...@chromium.org>
+
+        [chromium] pull third_party/gold to fix linux build
+        https://bugs.webkit.org/show_bug.cgi?id=78842
+
+        Reviewed by Tony Chang.
+
+        The Chrome build now depends on third_party/gold also being checked out.
+
+        * DEPS:
+
 2012-02-15  Michael Nordman  <micha...@google.com>
 
         Fix bugs in the implementation of WebDatabase::closeDatabaseImmediately.

Modified: trunk/Source/WebKit/chromium/DEPS (108016 => 108017)


--- trunk/Source/WebKit/chromium/DEPS	2012-02-17 03:28:23 UTC (rev 108016)
+++ trunk/Source/WebKit/chromium/DEPS	2012-02-17 03:32:05 UTC (rev 108017)
@@ -163,6 +163,8 @@
     # Linux, actually.
     'tools/xdisplaycheck':
       Var('chromium_svn')+'/tools/xdisplaycheck@'+Var('chromium_rev'),
+    'third_party/gold':
+      From('chromium_deps', 'src/third_party/gold'),
     'third_party/openssl':
       From('chromium_deps', 'src/third_party/openssl'),
   },
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to