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'. Only used on Android. | 8 # compilation targets to 'All'. Only used on Android. |
9 'android_app_targets%': [], | 9 'android_app_targets%': [], |
10 }, | 10 }, |
(...skipping 843 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
854 '../sync/sync.gyp:sync_unit_tests_apk', | 854 '../sync/sync.gyp:sync_unit_tests_apk', |
855 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', | 855 '../tools/android/heap_profiler/heap_profiler.gyp:heap_profiler_unit
tests_apk', |
856 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', | 856 '../ui/base/ui_base_tests.gyp:ui_base_unittests_apk', |
857 '../ui/events/events.gyp:events_unittests_apk', | 857 '../ui/events/events.gyp:events_unittests_apk', |
858 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 858 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
859 ], | 859 ], |
860 'conditions': [ | 860 'conditions': [ |
861 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"',
{ | 861 ['enable_webrtc==1 and "<(libpeer_target_type)"=="static_library"',
{ |
862 'dependencies': [ | 862 'dependencies': [ |
863 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', | 863 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', |
864 '../components/devtools_bridge.gyp:libdevtools_bridge_browsertes
ts', | |
865 ], | 864 ], |
866 }], | 865 }], |
867 ], | 866 ], |
868 }, | 867 }, |
869 { | 868 { |
870 # WebRTC Chromium tests to run on Android. | 869 # WebRTC Chromium tests to run on Android. |
871 'target_name': 'android_builder_chromium_webrtc', | 870 'target_name': 'android_builder_chromium_webrtc', |
872 'type': 'none', | 871 'type': 'none', |
873 'dependencies': [ | 872 'dependencies': [ |
874 '../build/android/pylib/device/commands/commands.gyp:chromium_comman
ds', | 873 '../build/android/pylib/device/commands/commands.gyp:chromium_comman
ds', |
875 '../content/content_shell_and_tests.gyp:content_browsertests', | 874 '../content/content_shell_and_tests.gyp:content_browsertests', |
876 '../tools/android/android_tools.gyp:android_tools', | 875 '../tools/android/android_tools.gyp:android_tools', |
877 '../tools/android/android_tools.gyp:memconsumer', | 876 '../tools/android/android_tools.gyp:memconsumer', |
878 # Unit test bundles packaged as an apk. | 877 # Unit test bundles packaged as an apk. |
879 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', | 878 '../components/devtools_bridge.gyp:devtools_bridge_tests_apk', |
880 '../components/devtools_bridge.gyp:libdevtools_bridge_browsertests', | |
881 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 879 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
882 ], | 880 ], |
883 }, # target_name: android_builder_chromium_webrtc | 881 }, # target_name: android_builder_chromium_webrtc |
884 ], # targets | 882 ], # targets |
885 }], # OS="android" | 883 }], # OS="android" |
886 ['OS=="mac"', { | 884 ['OS=="mac"', { |
887 'targets': [ | 885 'targets': [ |
888 { | 886 { |
889 # Target to build everything plus the dmg. We don't put the dmg | 887 # Target to build everything plus the dmg. We don't put the dmg |
890 # in the All target because developers really don't need it. | 888 # in the All target because developers really don't need it. |
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1374 'dependencies': [ | 1372 'dependencies': [ |
1375 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1373 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1376 '../ui/views/views.gyp:views', | 1374 '../ui/views/views.gyp:views', |
1377 '../ui/views/views.gyp:views_unittests', | 1375 '../ui/views/views.gyp:views_unittests', |
1378 ], | 1376 ], |
1379 }, # target_name: macviews_builder | 1377 }, # target_name: macviews_builder |
1380 ], # targets | 1378 ], # targets |
1381 }], # os=='mac' and toolkit_views==1 | 1379 }], # os=='mac' and toolkit_views==1 |
1382 ], # conditions | 1380 ], # conditions |
1383 } | 1381 } |
OLD | NEW |