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