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 846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
857 '../gpu/gpu.gyp:gpu_unittests_apk', | 857 '../gpu/gpu.gyp:gpu_unittests_apk', |
858 '../ipc/ipc.gyp:ipc_tests_apk', | 858 '../ipc/ipc.gyp:ipc_tests_apk', |
859 '../media/media.gyp:media_unittests_apk', | 859 '../media/media.gyp:media_unittests_apk', |
860 '../media/midi/midi.gyp:midi_unittests_apk', | 860 '../media/midi/midi.gyp:midi_unittests_apk', |
861 '../net/net.gyp:net_unittests_apk', | 861 '../net/net.gyp:net_unittests_apk', |
862 '../skia/skia_tests.gyp:skia_unittests_apk', | 862 '../skia/skia_tests.gyp:skia_unittests_apk', |
863 '../sql/sql.gyp:sql_unittests_apk', | 863 '../sql/sql.gyp:sql_unittests_apk', |
864 '../sync/sync.gyp:sync_unit_tests_apk', | 864 '../sync/sync.gyp:sync_unit_tests_apk', |
865 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', | 865 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', |
866 '../ui/android/ui_android.gyp:ui_android_unittests_apk', | 866 '../ui/android/ui_android.gyp:ui_android_unittests_apk', |
| 867 '../ui/android/ui_android.gyp:ui_junit_tests', |
867 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', | 868 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', |
868 '../ui/events/events_unittests.gyp:events_unittests_apk', | 869 '../ui/events/events_unittests.gyp:events_unittests_apk', |
869 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 870 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
870 '../ui/gl/gl_tests.gyp:gl_unittests_apk', | 871 '../ui/gl/gl_tests.gyp:gl_unittests_apk', |
871 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests_apk', | 872 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni
ttests_apk', |
872 ], | 873 ], |
873 'conditions': [ | 874 'conditions': [ |
874 ['chromecast==0', { | 875 ['chromecast==0', { |
875 'dependencies': [ | 876 'dependencies': [ |
876 '../android_webview/android_webview.gyp:android_webview_unittest
s', | 877 '../android_webview/android_webview.gyp:android_webview_unittest
s', |
(...skipping 564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1441 'dependencies': [ | 1442 'dependencies': [ |
1442 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1443 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1443 '../ui/views/views.gyp:views', | 1444 '../ui/views/views.gyp:views', |
1444 '../ui/views/views.gyp:views_unittests', | 1445 '../ui/views/views.gyp:views_unittests', |
1445 ], | 1446 ], |
1446 }, # target_name: macviews_builder | 1447 }, # target_name: macviews_builder |
1447 ], # targets | 1448 ], # targets |
1448 }], # os=='mac' and toolkit_views==1 | 1449 }], # os=='mac' and toolkit_views==1 |
1449 ], # conditions | 1450 ], # conditions |
1450 } | 1451 } |
OLD | NEW |