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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 ], | 45 ], |
46 }], | 46 }], |
47 ['OS=="android"', { | 47 ['OS=="android"', { |
48 'dependencies': [ | 48 'dependencies': [ |
49 '../content/content_shell_and_tests.gyp:content_shell_apk', | 49 '../content/content_shell_and_tests.gyp:content_shell_apk', |
50 '../mojo/mojo.gyp:mojo_shell_apk', | 50 '../mojo/mojo.gyp:mojo_shell_apk', |
51 '../mojo/mojo_base.gyp:mojo_test_apk', | 51 '../mojo/mojo_base.gyp:mojo_test_apk', |
52 '<@(android_app_targets)', | 52 '<@(android_app_targets)', |
53 'android_builder_tests', | 53 'android_builder_tests', |
54 '../android_webview/android_webview.gyp:android_webview_apk', | 54 '../android_webview/android_webview.gyp:android_webview_apk', |
| 55 '../android_webview/android_webview.gyp:system_webview_apk', |
55 '../android_webview/android_webview_telemetry_shell.gyp:android_webv
iew_telemetry_shell_apk', | 56 '../android_webview/android_webview_telemetry_shell.gyp:android_webv
iew_telemetry_shell_apk', |
56 '../chrome/chrome.gyp:chrome_shell_apk', | 57 '../chrome/chrome.gyp:chrome_shell_apk', |
57 '../chrome/chrome.gyp:chrome_sync_shell_apk', | 58 '../chrome/chrome.gyp:chrome_sync_shell_apk', |
58 '../remoting/remoting.gyp:remoting_apk', | 59 '../remoting/remoting.gyp:remoting_apk', |
59 '../tools/telemetry/telemetry.gyp:*#host', | 60 '../tools/telemetry/telemetry.gyp:*#host', |
60 # TODO(nyquist) This should instead by a target for sync when all of | 61 # TODO(nyquist) This should instead by a target for sync when all of |
61 # the sync-related code for Android has been upstreamed. | 62 # the sync-related code for Android has been upstreamed. |
62 # See http://crbug.com/159203 | 63 # See http://crbug.com/159203 |
63 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', | 64 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', |
64 ], | 65 ], |
(...skipping 1224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1289 'dependencies': [ | 1290 'dependencies': [ |
1290 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1291 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1291 '../ui/views/views.gyp:views', | 1292 '../ui/views/views.gyp:views', |
1292 '../ui/views/views.gyp:views_unittests', | 1293 '../ui/views/views.gyp:views_unittests', |
1293 ], | 1294 ], |
1294 }, # target_name: macviews_builder | 1295 }, # target_name: macviews_builder |
1295 ], # targets | 1296 ], # targets |
1296 }], # os=='mac' and toolkit_views==1 | 1297 }], # os=='mac' and toolkit_views==1 |
1297 ], # conditions | 1298 ], # conditions |
1298 } | 1299 } |
OLD | NEW |