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', |
], |
}, |
{ |