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 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
826 '../tools/android/android_tools.gyp:memconsumer', | 826 '../tools/android/android_tools.gyp:memconsumer', |
827 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', | 827 '../tools/android/findbugs_plugin/findbugs_plugin.gyp:findbugs_plugi
n_test', |
828 '../ui/android/ui_android.gyp:ui_android_unittests', | 828 '../ui/android/ui_android.gyp:ui_android_unittests', |
829 '../ui/base/ui_base_tests.gyp:ui_base_unittests', | 829 '../ui/base/ui_base_tests.gyp:ui_base_unittests', |
830 '../ui/events/events.gyp:events_unittests', | 830 '../ui/events/events.gyp:events_unittests', |
831 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', | 831 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests', |
832 # Unit test bundles packaged as an apk. | 832 # Unit test bundles packaged as an apk. |
833 '../base/base.gyp:base_unittests_apk', | 833 '../base/base.gyp:base_unittests_apk', |
834 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', | 834 '../cc/blink/cc_blink_tests.gyp:cc_blink_unittests_apk', |
835 '../cc/cc_tests.gyp:cc_unittests_apk', | 835 '../cc/cc_tests.gyp:cc_unittests_apk', |
| 836 '../components/components_tests.gyp:components_browsertests_apk', |
836 '../components/components_tests.gyp:components_unittests_apk', | 837 '../components/components_tests.gyp:components_unittests_apk', |
837 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 838 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
838 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', | 839 '../content/content_shell_and_tests.gyp:content_gl_tests_apk', |
839 '../content/content_shell_and_tests.gyp:content_unittests_apk', | 840 '../content/content_shell_and_tests.gyp:content_unittests_apk', |
840 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', | 841 '../content/content_shell_and_tests.gyp:video_decode_accelerator_uni
ttest_apk', |
841 '../gpu/gpu.gyp:gl_tests_apk', | 842 '../gpu/gpu.gyp:gl_tests_apk', |
842 '../gpu/gpu.gyp:gpu_unittests_apk', | 843 '../gpu/gpu.gyp:gpu_unittests_apk', |
843 '../ipc/ipc.gyp:ipc_tests_apk', | 844 '../ipc/ipc.gyp:ipc_tests_apk', |
844 '../media/media.gyp:media_unittests_apk', | 845 '../media/media.gyp:media_unittests_apk', |
845 '../net/net.gyp:net_unittests_apk', | 846 '../net/net.gyp:net_unittests_apk', |
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1375 'dependencies': [ | 1376 'dependencies': [ |
1376 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1377 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1377 '../ui/views/views.gyp:views', | 1378 '../ui/views/views.gyp:views', |
1378 '../ui/views/views.gyp:views_unittests', | 1379 '../ui/views/views.gyp:views_unittests', |
1379 ], | 1380 ], |
1380 }, # target_name: macviews_builder | 1381 }, # target_name: macviews_builder |
1381 ], # targets | 1382 ], # targets |
1382 }], # os=='mac' and toolkit_views==1 | 1383 }], # os=='mac' and toolkit_views==1 |
1383 ], # conditions | 1384 ], # conditions |
1384 } | 1385 } |
OLD | NEW |