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 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
820 '../gpu/gpu.gyp:gl_tests_apk', | 820 '../gpu/gpu.gyp:gl_tests_apk', |
821 '../gpu/gpu.gyp:gpu_unittests_apk', | 821 '../gpu/gpu.gyp:gpu_unittests_apk', |
822 '../ipc/ipc.gyp:ipc_tests_apk', | 822 '../ipc/ipc.gyp:ipc_tests_apk', |
823 '../media/media.gyp:media_unittests_apk', | 823 '../media/media.gyp:media_unittests_apk', |
824 '../media/media.gyp:video_decode_accelerator_unittest_apk', | 824 '../media/media.gyp:video_decode_accelerator_unittest_apk', |
825 '../media/midi/midi.gyp:midi_unittests_apk', | 825 '../media/midi/midi.gyp:midi_unittests_apk', |
826 '../net/net.gyp:net_unittests_apk', | 826 '../net/net.gyp:net_unittests_apk', |
827 '../skia/skia_tests.gyp:skia_unittests_apk', | 827 '../skia/skia_tests.gyp:skia_unittests_apk', |
828 '../sql/sql.gyp:sql_unittests_apk', | 828 '../sql/sql.gyp:sql_unittests_apk', |
829 '../sync/sync.gyp:sync_unit_tests_apk', | 829 '../sync/sync.gyp:sync_unit_tests_apk', |
830 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', | |
831 '../ui/android/ui_android.gyp:ui_android_unittests_apk', | 830 '../ui/android/ui_android.gyp:ui_android_unittests_apk', |
832 '../ui/android/ui_android.gyp:ui_junit_tests', | 831 '../ui/android/ui_android.gyp:ui_junit_tests', |
833 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', | 832 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', |
834 '../ui/events/events_unittests.gyp:events_unittests_apk', | 833 '../ui/events/events_unittests.gyp:events_unittests_apk', |
835 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 834 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
836 '../ui/gl/gl_tests.gyp:gl_unittests_apk', | 835 '../ui/gl/gl_tests.gyp:gl_unittests_apk', |
837 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests_apk', | 836 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests_apk', |
838 ], | 837 ], |
839 'conditions': [ | 838 'conditions': [ |
840 ['chromecast==0', { | 839 ['chromecast==0', { |
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1346 'dependencies': [ | 1345 'dependencies': [ |
1347 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1346 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1348 '../ui/views/views.gyp:views', | 1347 '../ui/views/views.gyp:views', |
1349 '../ui/views/views.gyp:views_unittests', | 1348 '../ui/views/views.gyp:views_unittests', |
1350 ], | 1349 ], |
1351 }, # target_name: macviews_builder | 1350 }, # target_name: macviews_builder |
1352 ], # targets | 1351 ], # targets |
1353 }], # os=='mac' and toolkit_views==1 | 1352 }], # os=='mac' and toolkit_views==1 |
1354 ], # conditions | 1353 ], # conditions |
1355 } | 1354 } |
OLD | NEW |