| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # A hook that can be overridden in other repositories to add additional | 7 # A hook that can be overridden in other repositories to add additional |
| 8 # compilation targets to 'All'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
| 9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
| 10 }, | 10 }, |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 '../google_apis/google_apis.gyp:google_apis_unittests', | 57 '../google_apis/google_apis.gyp:google_apis_unittests', |
| 58 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 58 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
| 59 '../ui/base/ui_base_tests.gyp:ui_unittests', | 59 '../ui/base/ui_base_tests.gyp:ui_unittests', |
| 60 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', | 60 '../ui/ios/ui_ios_tests.gyp:ui_ios_unittests', |
| 61 '../ui/gfx/gfx_tests.gyp:gfx_unittests', | 61 '../ui/gfx/gfx_tests.gyp:gfx_unittests', |
| 62 ], | 62 ], |
| 63 }], | 63 }], |
| 64 ['OS=="android"', { | 64 ['OS=="android"', { |
| 65 'dependencies': [ | 65 'dependencies': [ |
| 66 '../content/content_shell_and_tests.gyp:content_shell_apk', | 66 '../content/content_shell_and_tests.gyp:content_shell_apk', |
| 67 '../mojo/mojo.gyp:mojo_shell_apk', | |
| 68 '../mojo/mojo_base.gyp:mojo_test_apk', | |
| 69 '<@(android_app_targets)', | 67 '<@(android_app_targets)', |
| 70 'android_builder_tests', | 68 'android_builder_tests', |
| 71 '../android_webview/android_webview.gyp:android_webview_apk', | 69 '../android_webview/android_webview.gyp:android_webview_apk', |
| 72 '../android_webview/android_webview.gyp:system_webview_apk', | 70 '../android_webview/android_webview.gyp:system_webview_apk', |
| 73 '../android_webview/android_webview_telemetry_shell.gyp:android_webv
iew_telemetry_shell_apk', | 71 '../android_webview/android_webview_telemetry_shell.gyp:android_webv
iew_telemetry_shell_apk', |
| 74 '../chrome/chrome.gyp:chrome_shell_apk', | 72 '../chrome/chrome.gyp:chrome_shell_apk', |
| 75 '../chrome/chrome.gyp:chrome_sync_shell_apk', | 73 '../chrome/chrome.gyp:chrome_sync_shell_apk', |
| 76 '../remoting/remoting.gyp:remoting_apk', | 74 '../remoting/remoting.gyp:remoting_apk', |
| 77 '../tools/telemetry/telemetry.gyp:*#host', | 75 '../tools/telemetry/telemetry.gyp:*#host', |
| 78 # TODO(nyquist) This should instead by a target for sync when all of | 76 # TODO(nyquist) This should instead by a target for sync when all of |
| (...skipping 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1361 'dependencies': [ | 1359 'dependencies': [ |
| 1362 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1360 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1363 '../ui/views/views.gyp:views', | 1361 '../ui/views/views.gyp:views', |
| 1364 '../ui/views/views.gyp:views_unittests', | 1362 '../ui/views/views.gyp:views_unittests', |
| 1365 ], | 1363 ], |
| 1366 }, # target_name: macviews_builder | 1364 }, # target_name: macviews_builder |
| 1367 ], # targets | 1365 ], # targets |
| 1368 }], # os=='mac' and toolkit_views==1 | 1366 }], # os=='mac' and toolkit_views==1 |
| 1369 ], # conditions | 1367 ], # conditions |
| 1370 } | 1368 } |
| OLD | NEW |