Index: build/all_android.gyp |
diff --git a/build/all_android.gyp b/build/all_android.gyp |
index 0e67fb4fb561b9cfb4575efb009edbe502a13852..708646c260000450173e71952f981f98df031c6d 100644 |
--- a/build/all_android.gyp |
+++ b/build/all_android.gyp |
@@ -17,7 +17,7 @@ |
'target_name': 'All', |
'type': 'none', |
'dependencies': [ |
- '../content/content.gyp:content_shell_apk', |
+ '../content/content_shell_and_tests.gyp:content_shell_apk', |
'<@(android_app_targets)', |
'android_builder_tests', |
'../android_webview/android_webview.gyp:android_webview_apk', |
@@ -34,7 +34,7 @@ |
'type': 'none', |
'dependencies': [ |
'../third_party/WebKit/public/all.gyp:all_blink', |
- '../content/content.gyp:content_shell_apk', |
+ '../content/content_shell_and_tests.gyp:content_shell_apk', |
], |
}, # target_name: all_webkit |
{ |
@@ -64,10 +64,10 @@ |
'../cc/cc_tests.gyp:cc_unittests', |
'../chrome/chrome.gyp:unit_tests', |
'../components/components.gyp:components_unittests', |
- '../content/content.gyp:content_browsertests', |
- '../content/content.gyp:content_gl_tests', |
- '../content/content.gyp:content_shell_test_apk', |
- '../content/content.gyp:content_unittests', |
+ '../content/content_shell_and_tests.gyp:content_browsertests', |
+ '../content/content_shell_and_tests.gyp:content_gl_tests', |
+ '../content/content_shell_and_tests.gyp:content_shell_test_apk', |
+ '../content/content_shell_and_tests.gyp:content_unittests', |
'../gpu/gpu.gyp:gl_tests', |
'../gpu/gpu.gyp:gpu_unittests', |
'../ipc/ipc.gyp:ipc_tests', |
@@ -96,10 +96,10 @@ |
'../cc/cc_tests.gyp:cc_unittests_apk', |
'../chrome/chrome.gyp:unit_tests_apk', |
'../components/components.gyp:components_unittests_apk', |
- '../content/content.gyp:content_browsertests_apk', |
- '../content/content.gyp:content_gl_tests_apk', |
- '../content/content.gyp:content_unittests_apk', |
- '../content/content.gyp:video_decode_accelerator_unittest_apk', |
+ '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
+ '../content/content_shell_and_tests.gyp:content_gl_tests_apk', |
+ '../content/content_shell_and_tests.gyp:content_unittests_apk', |
+ '../content/content_shell_and_tests.gyp:video_decode_accelerator_unittest_apk', |
'../gpu/gpu.gyp:gl_tests_apk', |
'../gpu/gpu.gyp:gpu_unittests_apk', |
'../ipc/ipc.gyp:ipc_tests_apk', |