Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index f421983b80ffa74cb8c7f6e4299bf933baa332f5..c58abf63c1244b4babe3a8f8d79fd76b0b3bd1df 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -64,8 +64,6 @@ |
['OS=="android"', { |
'dependencies': [ |
'../content/content_shell_and_tests.gyp:content_shell_apk', |
- '../mojo/mojo.gyp:mojo_shell_apk', |
- '../mojo/mojo_base.gyp:mojo_test_apk', |
'<@(android_app_targets)', |
'android_builder_tests', |
'../android_webview/android_webview.gyp:android_webview_apk', |
@@ -355,6 +353,7 @@ |
}], |
['OS=="win"', { |
'dependencies': [ |
+ '../chrome/chrome.gyp:app_installer', |
'../chrome/chrome.gyp:crash_service', |
'../chrome/chrome.gyp:installer_util_unittests', |
# ../chrome/test/mini_installer requires mini_installer. |
@@ -1180,6 +1179,9 @@ |
'type': 'none', |
'dependencies': [ |
'../base/base.gyp:base_unittests', |
+ # TODO(jackhou): Ensure that app_installer builds on trybots |
+ # and waterfall, then de-comment here. |
+ #'../chrome/chrome.gyp:app_installer', |
'../chrome/chrome.gyp:browser_tests', |
'../chrome/chrome.gyp:sync_integration_tests', |
'../chrome/chrome.gyp:crash_service', |