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'. | 8 # compilation targets to 'All'. |
9 'app_targets%': [], | 9 'app_targets%': [], |
10 # For Android-specific targets. | 10 # For Android-specific targets. |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 ['OS=="android"', { | 72 ['OS=="android"', { |
73 'dependencies': [ | 73 'dependencies': [ |
74 '../content/content_shell_and_tests.gyp:content_shell_apk', | 74 '../content/content_shell_and_tests.gyp:content_shell_apk', |
75 '<@(android_app_targets)', | 75 '<@(android_app_targets)', |
76 'android_builder_tests', | 76 'android_builder_tests', |
77 '../tools/telemetry/telemetry.gyp:*#host', | 77 '../tools/telemetry/telemetry.gyp:*#host', |
78 # TODO(nyquist) This should instead by a target for sync when all of | 78 # TODO(nyquist) This should instead by a target for sync when all of |
79 # the sync-related code for Android has been upstreamed. | 79 # the sync-related code for Android has been upstreamed. |
80 # See http://crbug.com/159203 | 80 # See http://crbug.com/159203 |
81 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', | 81 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_javalib', |
| 82 '../blimp/blimp.gyp:blimp_apk', |
82 ], | 83 ], |
83 'conditions': [ | 84 'conditions': [ |
84 ['chromecast==0', { | 85 ['chromecast==0', { |
85 'dependencies': [ | 86 'dependencies': [ |
86 '../android_webview/android_webview.gyp:android_webview_apk', | 87 '../android_webview/android_webview.gyp:android_webview_apk', |
87 '../android_webview/android_webview.gyp:system_webview_apk', | 88 '../android_webview/android_webview.gyp:system_webview_apk', |
88 '../android_webview/android_webview_shell.gyp:android_webview_sh
ell_apk', | 89 '../android_webview/android_webview_shell.gyp:android_webview_sh
ell_apk', |
89 '../chrome/android/chrome_apk.gyp:chrome_public_apk', | 90 '../chrome/android/chrome_apk.gyp:chrome_public_apk', |
90 '../chrome/chrome.gyp:chrome_shell_apk', | 91 '../chrome/chrome.gyp:chrome_shell_apk', |
91 '../chrome/chrome.gyp:chrome_sync_shell_apk', | 92 '../chrome/chrome.gyp:chrome_sync_shell_apk', |
(...skipping 1345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1437 'dependencies': [ | 1438 'dependencies': [ |
1438 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1439 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1439 '../ui/views/views.gyp:views', | 1440 '../ui/views/views.gyp:views', |
1440 '../ui/views/views.gyp:views_unittests', | 1441 '../ui/views/views.gyp:views_unittests', |
1441 ], | 1442 ], |
1442 }, # target_name: macviews_builder | 1443 }, # target_name: macviews_builder |
1443 ], # targets | 1444 ], # targets |
1444 }], # os=='mac' and toolkit_views==1 | 1445 }], # os=='mac' and toolkit_views==1 |
1445 ], # conditions | 1446 ], # conditions |
1446 } | 1447 } |
OLD | NEW |