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