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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
829 '../net/net.gyp:net_unittests', | 829 '../net/net.gyp:net_unittests', |
830 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', | 830 '../sandbox/sandbox.gyp:sandbox_linux_unittests_deps', |
831 '../skia/skia_tests.gyp:skia_unittests', | 831 '../skia/skia_tests.gyp:skia_unittests', |
832 '../sql/sql.gyp:sql_unittests', | 832 '../sql/sql.gyp:sql_unittests', |
833 '../sync/sync.gyp:sync_unit_tests', | 833 '../sync/sync.gyp:sync_unit_tests', |
834 '../testing/android/junit/junit_test.gyp:junit_unit_tests', | 834 '../testing/android/junit/junit_test.gyp:junit_unit_tests', |
835 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', | 835 '../third_party/leveldatabase/leveldatabase.gyp:env_chromium_unittes
ts', |
836 '../third_party/WebKit/public/all.gyp:*', | 836 '../third_party/WebKit/public/all.gyp:*', |
837 '../tools/android/android_tools.gyp:android_tools', | 837 '../tools/android/android_tools.gyp:android_tools', |
838 '../tools/android/android_tools.gyp:memconsumer', | 838 '../tools/android/android_tools.gyp:memconsumer', |
| 839 '../tools/android/android_tools.gyp:push_apps_to_background', |
839 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', | 840 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', |
840 '../tools/cygprofile/cygprofile.gyp:cygprofile_unittests', | 841 '../tools/cygprofile/cygprofile.gyp:cygprofile_unittests', |
841 '../ui/android/ui_android.gyp:ui_android_unittests', | 842 '../ui/android/ui_android.gyp:ui_android_unittests', |
842 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 843 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
843 '../ui/events/events_unittests.gyp:events_unittests', | 844 '../ui/events/events_unittests.gyp:events_unittests', |
844 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', | 845 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
845 # Unit test bundles packaged as an apk. | 846 # Unit test bundles packaged as an apk. |
846 '../base/base.gyp:base_unittests_apk', | 847 '../base/base.gyp:base_unittests_apk', |
847 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', | 848 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', |
848 '../cc/cc_tests.gyp:cc_unittests_apk', | 849 '../cc/cc_tests.gyp:cc_unittests_apk', |
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1436 'dependencies': [ | 1437 'dependencies': [ |
1437 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1438 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1438 '../ui/views/views.gyp:views', | 1439 '../ui/views/views.gyp:views', |
1439 '../ui/views/views.gyp:views_unittests', | 1440 '../ui/views/views.gyp:views_unittests', |
1440 ], | 1441 ], |
1441 }, # target_name: macviews_builder | 1442 }, # target_name: macviews_builder |
1442 ], # targets | 1443 ], # targets |
1443 }], # os=='mac' and toolkit_views==1 | 1444 }], # os=='mac' and toolkit_views==1 |
1444 ], # conditions | 1445 ], # conditions |
1445 } | 1446 } |
OLD | NEW |