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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 '../media/media.gyp:media_unittests', | 747 '../media/media.gyp:media_unittests', |
748 '../net/net.gyp:net_unittests', | 748 '../net/net.gyp:net_unittests', |
749 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', | 749 '../sandbox/sandbox.gyp:sandbox_linux_unittests_stripped', |
750 '../sql/sql.gyp:sql_unittests', | 750 '../sql/sql.gyp:sql_unittests', |
751 '../sync/sync.gyp:sync_unit_tests', | 751 '../sync/sync.gyp:sync_unit_tests', |
752 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 752 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
753 '../third_party/WebKit/public/all.gyp:*', | 753 '../third_party/WebKit/public/all.gyp:*', |
754 '../tools/android/android_tools.gyp:android_tools', | 754 '../tools/android/android_tools.gyp:android_tools', |
755 '../tools/android/android_tools.gyp:memconsumer', | 755 '../tools/android/android_tools.gyp:memconsumer', |
756 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', | 756 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', |
| 757 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_stripped', |
757 '../ui/events/events.gyp:events_unittests', | 758 '../ui/events/events.gyp:events_unittests', |
758 '../ui/ui_unittests.gyp:ui_unittests', | 759 '../ui/ui_unittests.gyp:ui_unittests', |
759 # Unit test bundles packaged as an apk. | 760 # Unit test bundles packaged as an apk. |
760 '../android_webview/android_webview.gyp:android_webview_test_apk', | 761 '../android_webview/android_webview.gyp:android_webview_test_apk', |
761 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', | 762 '../android_webview/android_webview.gyp:android_webview_unittests_ap
k', |
762 '../base/base.gyp:base_unittests_apk', | 763 '../base/base.gyp:base_unittests_apk', |
763 '../cc/cc_tests.gyp:cc_unittests_apk', | 764 '../cc/cc_tests.gyp:cc_unittests_apk', |
764 '../chrome/chrome.gyp:chrome_shell_test_apk', | 765 '../chrome/chrome.gyp:chrome_shell_test_apk', |
765 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', | 766 '../chrome/chrome.gyp:chrome_shell_uiautomator_tests', |
766 '../chrome/chrome.gyp:unit_tests_apk', | 767 '../chrome/chrome.gyp:unit_tests_apk', |
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1259 'dependencies': [ | 1260 'dependencies': [ |
1260 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1261 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1261 '../ui/views/views.gyp:views', | 1262 '../ui/views/views.gyp:views', |
1262 '../ui/views/views.gyp:views_unittests', | 1263 '../ui/views/views.gyp:views_unittests', |
1263 ], | 1264 ], |
1264 }, # target_name: macviews_builder | 1265 }, # target_name: macviews_builder |
1265 ], # targets | 1266 ], # targets |
1266 }], # os=='mac' and toolkit_views==1 | 1267 }], # os=='mac' and toolkit_views==1 |
1267 ], # conditions | 1268 ], # conditions |
1268 } | 1269 } |
OLD | NEW |