| 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 809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 820 '../ui/events/events.gyp:events_unittests_apk', | 820 '../ui/events/events.gyp:events_unittests_apk', |
| 821 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', | 821 '../ui/gfx/gfx_tests.gyp:gfx_unittests_apk', |
| 822 ], | 822 ], |
| 823 }, | 823 }, |
| 824 { | 824 { |
| 825 # WebRTC Chromium tests to run on Android. | 825 # WebRTC Chromium tests to run on Android. |
| 826 'target_name': 'android_builder_chromium_webrtc', | 826 'target_name': 'android_builder_chromium_webrtc', |
| 827 'type': 'none', | 827 'type': 'none', |
| 828 'dependencies': [ | 828 'dependencies': [ |
| 829 '../content/content_shell_and_tests.gyp:content_browsertests', | 829 '../content/content_shell_and_tests.gyp:content_browsertests', |
| 830 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection_jav
alib', | |
| 831 '../tools/android/android_tools.gyp:android_tools', | 830 '../tools/android/android_tools.gyp:android_tools', |
| 832 '../tools/android/android_tools.gyp:memconsumer', | 831 '../tools/android/android_tools.gyp:memconsumer', |
| 833 # Unit test bundles packaged as an apk. | 832 # Unit test bundles packaged as an apk. |
| 834 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 833 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
| 835 ], | 834 ], |
| 836 }, # target_name: android_builder_chromium_webrtc | 835 }, # target_name: android_builder_chromium_webrtc |
| 837 ], # targets | 836 ], # targets |
| 838 }], # OS="android" | 837 }], # OS="android" |
| 839 ['OS=="mac"', { | 838 ['OS=="mac"', { |
| 840 'targets': [ | 839 'targets': [ |
| (...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1314 'dependencies': [ | 1313 'dependencies': [ |
| 1315 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1314 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
| 1316 '../ui/views/views.gyp:views', | 1315 '../ui/views/views.gyp:views', |
| 1317 '../ui/views/views.gyp:views_unittests', | 1316 '../ui/views/views.gyp:views_unittests', |
| 1318 ], | 1317 ], |
| 1319 }, # target_name: macviews_builder | 1318 }, # target_name: macviews_builder |
| 1320 ], # targets | 1319 ], # targets |
| 1321 }], # os=='mac' and toolkit_views==1 | 1320 }], # os=='mac' and toolkit_views==1 |
| 1322 ], # conditions | 1321 ], # conditions |
| 1323 } | 1322 } |
| OLD | NEW |