Chromium Code Reviews| Index: build/all.gyp |
| diff --git a/build/all.gyp b/build/all.gyp |
| index bbda461b93322f40da13cb4aea478e7a1cc2a6ce..ccdefed312b4855410e32d0b0f9c93cb5e5c436c 100644 |
| --- a/build/all.gyp |
| +++ b/build/all.gyp |
| @@ -749,37 +749,31 @@ |
| '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_test', |
| '../ui/events/events.gyp:events_unittests', |
| '../ui/ui_unittests.gyp:ui_unittests', |
| - ], |
| - 'conditions': [ |
| - ['"<(gtest_target_type)"=="shared_library"', { |
| - 'dependencies': [ |
| - # Unit test bundles packaged as an apk. |
| - '../android_webview/android_webview.gyp:android_webview_unittests_apk', |
| - '../base/base.gyp:base_unittests_apk', |
| - '../cc/cc_tests.gyp:cc_unittests_apk', |
| - '../chrome/chrome.gyp:unit_tests_apk', |
| - '../components/components_tests.gyp:components_unittests_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', |
| - '../media/media.gyp:media_unittests_apk', |
| - '../net/net.gyp:net_unittests_apk', |
| - '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
| - '../sql/sql.gyp:sql_unittests_apk', |
| - '../sync/sync.gyp:sync_unit_tests_apk', |
| - '../ui/events/events.gyp:events_unittests_apk', |
| - '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
| - '../ui/ui_unittests.gyp:ui_unittests_apk', |
| - '../android_webview/android_webview.gyp:android_webview_test_apk', |
| - '../chrome/chrome.gyp:chrome_shell_test_apk', |
| - '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', |
| - '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests_apk' |
| - ], |
| - }], |
| + # Unit test bundles packaged as an apk. |
| + '../android_webview/android_webview.gyp:android_webview_unittests_apk', |
| + '../base/base.gyp:base_unittests_apk', |
| + '../cc/cc_tests.gyp:cc_unittests_apk', |
| + '../chrome/chrome.gyp:unit_tests_apk', |
| + '../components/components_tests.gyp:components_unittests_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', |
| + '../media/media.gyp:media_unittests_apk', |
| + '../net/net.gyp:net_unittests_apk', |
| + '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
| + '../sql/sql.gyp:sql_unittests_apk', |
| + '../sync/sync.gyp:sync_unit_tests_apk', |
| + '../ui/events/events.gyp:events_unittests_apk', |
| + '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
| + '../ui/ui_unittests.gyp:ui_unittests_apk', |
| + '../android_webview/android_webview.gyp:android_webview_test_apk', |
|
tfarina
2014/05/27 16:10:03
nit: alphabetical order.
bulach
2014/05/27 16:14:37
Done.
|
| + '../chrome/chrome.gyp:chrome_shell_test_apk', |
| + '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', |
| + '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests_apk' |
| ], |
| }, |
| { |
| @@ -793,7 +787,7 @@ |
| 'include_tests%': 0, |
| }, |
| 'conditions': [ |
| - ['"<(gtest_target_type)"=="shared_library" and include_tests==1', { |
| + ['include_tests==1', { |
| 'dependencies': [ |
| '../third_party/webrtc/build/apk_tests.gyp:*', |
| ], |
| @@ -808,14 +802,8 @@ |
| '../content/content_shell_and_tests.gyp:content_browsertests', |
| '../tools/android/android_tools.gyp:android_tools', |
| '../tools/android/android_tools.gyp:memconsumer', |
| - ], |
| - 'conditions': [ |
| - ['"<(gtest_target_type)"=="shared_library"', { |
| - 'dependencies': [ |
| - # Unit test bundles packaged as an apk. |
| - '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
| - ], |
| - }], |
| + # Unit test bundles packaged as an apk. |
| + '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
| ], |
| }, # target_name: android_builder_chromium_webrtc |
| ], # targets |