Title: [144643] trunk/Source/WebKit/chromium
Revision
144643
Author
[email protected]
Date
2013-03-04 10:34:15 -0800 (Mon, 04 Mar 2013)

Log Message

[Chromium] Add a new dependency on jsr-305 for Android
https://bugs.webkit.org/show_bug.cgi?id=111340

Unreviewed build fix; new Android dependency. This is
currently breaking gyp generation on the Android bots.


* DEPS:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (144642 => 144643)


--- trunk/Source/WebKit/chromium/ChangeLog	2013-03-04 18:23:18 UTC (rev 144642)
+++ trunk/Source/WebKit/chromium/ChangeLog	2013-03-04 18:34:15 UTC (rev 144643)
@@ -1,3 +1,13 @@
+2013-03-04  Peter Beverloo  <[email protected]>
+
+        [Chromium] Add a new dependency on jsr-305 for Android
+        https://bugs.webkit.org/show_bug.cgi?id=111340
+
+        Unreviewed build fix; new Android dependency. This is
+        currently breaking gyp generation on the Android bots.
+
+        * DEPS:
+
 2013-03-04  Aaron Colwell  <[email protected]>
 
         Remove unused return value from SourceBufferPrivate::abort() and WebSourceBuffer::abort().

Modified: trunk/Source/WebKit/chromium/DEPS (144642 => 144643)


--- trunk/Source/WebKit/chromium/DEPS	2013-03-04 18:23:18 UTC (rev 144642)
+++ trunk/Source/WebKit/chromium/DEPS	2013-03-04 18:34:15 UTC (rev 144643)
@@ -197,6 +197,8 @@
       From('chromium_deps', 'src/third_party/android_tools'),
     'third_party/freetype':
       From('chromium_deps', 'src/third_party/freetype'),
+    'third_party/jsr-305/src':
+      From('chromium_deps', 'src/third_party/jsr-305/src'),
     'tools/android':
       Var('chromium_svn') + '/tools/android@' + Var('chromium_rev'),
   },
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to