Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 # This is all.gyp file for Android to prevent breakage in Android and other | 5 # This is all.gyp file for Android to prevent breakage in Android and other |
| 6 # platform; It will be churning a lot in the short term and eventually be merged | 6 # platform; It will be churning a lot in the short term and eventually be merged |
| 7 # into all.gyp. | 7 # into all.gyp. |
| 8 | 8 |
| 9 { | 9 { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 58 '../breakpad/breakpad.gyp:dump_syms#host', | 58 '../breakpad/breakpad.gyp:dump_syms#host', |
| 59 '../breakpad/breakpad.gyp:symupload#host', | 59 '../breakpad/breakpad.gyp:symupload#host', |
| 60 '../breakpad/breakpad.gyp:minidump_dump#host', | 60 '../breakpad/breakpad.gyp:minidump_dump#host', |
| 61 '../breakpad/breakpad.gyp:minidump_stackwalk#host', | 61 '../breakpad/breakpad.gyp:minidump_stackwalk#host', |
| 62 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:multip le_proguards_test_apk', | 62 '../build/android/tests/multiple_proguards/multiple_proguards.gyp:multip le_proguards_test_apk', |
| 63 '../cc/cc_tests.gyp:cc_perftests_apk', | 63 '../cc/cc_tests.gyp:cc_perftests_apk', |
| 64 '../cc/cc_tests.gyp:cc_unittests', | 64 '../cc/cc_tests.gyp:cc_unittests', |
| 65 '../chrome/chrome.gyp:unit_tests', | 65 '../chrome/chrome.gyp:unit_tests', |
| 66 '../components/components.gyp:components_unittests', | 66 '../components/components.gyp:components_unittests', |
| 67 '../content/content.gyp:content_browsertests', | 67 '../content/content.gyp:content_browsertests', |
| 68 '../content/content.gyp:content_gl_tests', | |
| 68 '../content/content.gyp:content_shell_test_apk', | 69 '../content/content.gyp:content_shell_test_apk', |
| 69 '../content/content.gyp:content_unittests', | 70 '../content/content.gyp:content_unittests', |
| 70 '../gpu/gpu.gyp:gl_tests', | 71 '../gpu/gpu.gyp:gl_tests', |
| 71 '../gpu/gpu.gyp:gpu_unittests', | 72 '../gpu/gpu.gyp:gpu_unittests', |
| 72 '../ipc/ipc.gyp:ipc_tests', | 73 '../ipc/ipc.gyp:ipc_tests', |
| 73 '../media/media.gyp:media_unittests', | 74 '../media/media.gyp:media_unittests', |
| 74 '../net/net.gyp:net_unittests', | 75 '../net/net.gyp:net_unittests', |
| 75 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 76 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
| 76 '../sql/sql.gyp:sql_unittests', | 77 '../sql/sql.gyp:sql_unittests', |
| 77 '../sync/sync.gyp:sync_unit_tests', | 78 '../sync/sync.gyp:sync_unit_tests', |
| (...skipping 10 matching lines...) Expand all Loading... | |
| 88 ], | 89 ], |
| 89 'conditions': [ | 90 'conditions': [ |
| 90 ['"<(gtest_target_type)"=="shared_library"', { | 91 ['"<(gtest_target_type)"=="shared_library"', { |
| 91 'dependencies': [ | 92 'dependencies': [ |
| 92 # Unit test bundles packaged as an apk. | 93 # Unit test bundles packaged as an apk. |
| 93 '../android_webview/android_webview.gyp:android_webview_unittests_ap k', | 94 '../android_webview/android_webview.gyp:android_webview_unittests_ap k', |
| 94 '../base/base.gyp:base_unittests_apk', | 95 '../base/base.gyp:base_unittests_apk', |
| 95 '../cc/cc_tests.gyp:cc_unittests_apk', | 96 '../cc/cc_tests.gyp:cc_unittests_apk', |
| 96 '../chrome/chrome.gyp:unit_tests_apk', | 97 '../chrome/chrome.gyp:unit_tests_apk', |
| 97 '../components/components.gyp:components_unittests_apk', | 98 '../components/components.gyp:components_unittests_apk', |
| 99 '../content/content.gyp:content_gl_tests_apk', | |
|
cjhopman
2013/08/30 18:24:28
nit: move this below content_browsertests_apk
no sievers
2013/09/03 20:10:59
Done.
| |
| 98 '../content/content.gyp:content_browsertests_apk', | 100 '../content/content.gyp:content_browsertests_apk', |
| 99 '../content/content.gyp:content_unittests_apk', | 101 '../content/content.gyp:content_unittests_apk', |
| 100 '../content/content.gyp:video_decode_accelerator_unittest_apk', | 102 '../content/content.gyp:video_decode_accelerator_unittest_apk', |
| 101 '../gpu/gpu.gyp:gl_tests_apk', | 103 '../gpu/gpu.gyp:gl_tests_apk', |
| 102 '../gpu/gpu.gyp:gpu_unittests_apk', | 104 '../gpu/gpu.gyp:gpu_unittests_apk', |
| 103 '../ipc/ipc.gyp:ipc_tests_apk', | 105 '../ipc/ipc.gyp:ipc_tests_apk', |
| 104 '../media/media.gyp:media_unittests_apk', | 106 '../media/media.gyp:media_unittests_apk', |
| 105 '../net/net.gyp:net_unittests_apk', | 107 '../net/net.gyp:net_unittests_apk', |
| 106 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', | 108 '../sandbox/sandbox.gyp:sandbox_linux_jni_unittests_apk', |
| 107 '../sql/sql.gyp:sql_unittests_apk', | 109 '../sql/sql.gyp:sql_unittests_apk', |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 143 { | 145 { |
| 144 # In-progress targets that are expected to fail and are NOT run | 146 # In-progress targets that are expected to fail and are NOT run |
| 145 # on any bot. | 147 # on any bot. |
| 146 'target_name': 'android_in_progress', | 148 'target_name': 'android_in_progress', |
| 147 'type': 'none', | 149 'type': 'none', |
| 148 'dependencies': [ | 150 'dependencies': [ |
| 149 ], | 151 ], |
| 150 }, | 152 }, |
| 151 ], # targets | 153 ], # targets |
| 152 } | 154 } |
| OLD | NEW |