| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 '../cc/cc_tests.gyp:cc_unittests', | 67 '../cc/cc_tests.gyp:cc_unittests', |
| 68 '../chrome/chrome.gyp:unit_tests', | 68 '../chrome/chrome.gyp:unit_tests', |
| 69 '../components/components_tests.gyp:components_unittests', | 69 '../components/components_tests.gyp:components_unittests', |
| 70 '../content/content_shell_and_tests.gyp:content_browsertests', | 70 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 71 '../content/content_shell_and_tests.gyp:content_gl_tests', | 71 '../content/content_shell_and_tests.gyp:content_gl_tests', |
| 72 '../content/content_shell_and_tests.gyp:content_shell_test_apk', | 72 '../content/content_shell_and_tests.gyp:content_shell_test_apk', |
| 73 '../content/content_shell_and_tests.gyp:content_unittests', | 73 '../content/content_shell_and_tests.gyp:content_unittests', |
| 74 '../gpu/gpu.gyp:gl_tests', | 74 '../gpu/gpu.gyp:gl_tests', |
| 75 '../gpu/gpu.gyp:gpu_unittests', | 75 '../gpu/gpu.gyp:gpu_unittests', |
| 76 '../ipc/ipc.gyp:ipc_tests', | 76 '../ipc/ipc.gyp:ipc_tests', |
| 77 '../media/media.gyp:media_perftests_apk', |
| 77 '../media/media.gyp:media_unittests', | 78 '../media/media.gyp:media_unittests', |
| 78 '../net/net.gyp:net_unittests', | 79 '../net/net.gyp:net_unittests', |
| 79 '../sandbox/sandbox.gyp:sandbox_linux_unittests', | 80 '../sandbox/sandbox.gyp:sandbox_linux_unittests', |
| 80 '../sql/sql.gyp:sql_unittests', | 81 '../sql/sql.gyp:sql_unittests', |
| 81 '../sync/sync.gyp:sync_unit_tests', | 82 '../sync/sync.gyp:sync_unit_tests', |
| 82 '../third_party/WebKit/public/all.gyp:*', | 83 '../third_party/WebKit/public/all.gyp:*', |
| 83 '../tools/android/android_tools.gyp:android_tools', | 84 '../tools/android/android_tools.gyp:android_tools', |
| 84 '../tools/android/android_tools.gyp:memconsumer', | 85 '../tools/android/android_tools.gyp:memconsumer', |
| 85 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_te
st', | 86 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugin_te
st', |
| 86 '../ui/ui_unittests.gyp:ui_unittests', | 87 '../ui/ui_unittests.gyp:ui_unittests', |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 { | 169 { |
| 169 # In-progress targets that are expected to fail and are NOT run | 170 # In-progress targets that are expected to fail and are NOT run |
| 170 # on any bot. | 171 # on any bot. |
| 171 'target_name': 'android_in_progress', | 172 'target_name': 'android_in_progress', |
| 172 'type': 'none', | 173 'type': 'none', |
| 173 'dependencies': [ | 174 'dependencies': [ |
| 174 ], | 175 ], |
| 175 }, | 176 }, |
| 176 ], # targets | 177 ], # targets |
| 177 } | 178 } |
| OLD | NEW |