Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1778)

Unified Diff: build/all_android.gyp

Issue 9963086: Build and push chrome.pak for ui_unittests on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For landing Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/android/android_commands.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all_android.gyp
diff --git a/build/all_android.gyp b/build/all_android.gyp
index bfc1bc92b0eaad4844fc970bf8cf4909fa20dfbc..50bd20422c3f0e2c618be48733e674aa78d902d3 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -42,6 +42,11 @@
'../tools/android/fake_dns/fake_dns.gyp:fake_dns',
'../tools/android/forwarder/forwarder.gyp:forwarder',
'../media/media.gyp:media_unittests',
+ # Required by ui_unittests.
+ # TODO(wangxianzhu): It'd better let ui_unittests depend on it, but
+ # this would cause circular gyp dependency which needs refactoring the
+ # gyps to resolve.
+ '../chrome/chrome_resources.gyp:packed_resources',
],
},
{
« no previous file with comments | « no previous file | build/android/android_commands.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698