| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 '../android_webview/android_webview_shell.gyp:android_webview_sh
ell_apk', | 88 '../android_webview/android_webview_shell.gyp:android_webview_sh
ell_apk', |
| 89 '../android_webview/android_webview_telemetry_shell.gyp:android_
webview_telemetry_shell_apk', | 89 '../android_webview/android_webview_telemetry_shell.gyp:android_
webview_telemetry_shell_apk', |
| 90 '../chrome/android/chrome_apk.gyp:chrome_public_apk', | 90 '../chrome/android/chrome_apk.gyp:chrome_public_apk', |
| 91 '../chrome/chrome.gyp:chrome_shell_apk', | 91 '../chrome/chrome.gyp:chrome_shell_apk', |
| 92 '../chrome/chrome.gyp:chrome_sync_shell_apk', | 92 '../chrome/chrome.gyp:chrome_sync_shell_apk', |
| 93 '../remoting/remoting.gyp:remoting_apk', | 93 '../remoting/remoting.gyp:remoting_apk', |
| 94 ], | 94 ], |
| 95 }], | 95 }], |
| 96 ['target_arch == "arm" or target_arch == "arm64"', { | 96 ['target_arch == "arm" or target_arch == "arm64"', { |
| 97 'dependencies': [ | 97 'dependencies': [ |
| 98 # The relocation packer only works on ARM or ARM64. | 98 # The relocation packer is currently used only for ARM or ARM64. |
| 99 '../tools/relocation_packer/relocation_packer.gyp:relocation_pac
ker_unittests#host', | 99 '../third_party/android_platform/relocation_packer.gyp:android_r
elocation_packer_unittests#host', |
| 100 ], | 100 ], |
| 101 }], | 101 }], |
| 102 ], | 102 ], |
| 103 }, { | 103 }, { |
| 104 'dependencies': [ | 104 'dependencies': [ |
| 105 '../content/content_shell_and_tests.gyp:*', | 105 '../content/content_shell_and_tests.gyp:*', |
| 106 # TODO: This should build on Android and the target should move to t
he list above. | 106 # TODO: This should build on Android and the target should move to t
he list above. |
| 107 '../sync/sync.gyp:*', | 107 '../sync/sync.gyp:*', |
| 108 ], | 108 ], |
| 109 }], | 109 }], |
| (...skipping 1290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1400 'dependencies': [ | 1400 'dependencies': [ |
| 1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1401 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1402 '../ui/views/views.gyp:views', | 1402 '../ui/views/views.gyp:views', |
| 1403 '../ui/views/views.gyp:views_unittests', | 1403 '../ui/views/views.gyp:views_unittests', |
| 1404 ], | 1404 ], |
| 1405 }, # target_name: macviews_builder | 1405 }, # target_name: macviews_builder |
| 1406 ], # targets | 1406 ], # targets |
| 1407 }], # os=='mac' and toolkit_views==1 | 1407 }], # os=='mac' and toolkit_views==1 |
| 1408 ], # conditions | 1408 ], # conditions |
| 1409 } | 1409 } |
| OLD | NEW |