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 794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
805 { | 805 { |
806 # WebRTC Chromium tests to run on Android. | 806 # WebRTC Chromium tests to run on Android. |
807 'target_name': 'android_builder_chromium_webrtc', | 807 'target_name': 'android_builder_chromium_webrtc', |
808 'type': 'none', | 808 'type': 'none', |
809 'dependencies': [ | 809 'dependencies': [ |
810 '../content/content_shell_and_tests.gyp:content_browsertests', | 810 '../content/content_shell_and_tests.gyp:content_browsertests', |
811 '../tools/android/android_tools.gyp:android_tools', | 811 '../tools/android/android_tools.gyp:android_tools', |
812 '../tools/android/android_tools.gyp:memconsumer', | 812 '../tools/android/android_tools.gyp:memconsumer', |
813 # Unit test bundles packaged as an apk. | 813 # Unit test bundles packaged as an apk. |
814 '../content/content_shell_and_tests.gyp:content_browsertests_apk', | 814 '../content/content_shell_and_tests.gyp:content_browsertests_apk', |
| 815 '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection_jav
alib', |
815 ], | 816 ], |
816 }, # target_name: android_builder_chromium_webrtc | 817 }, # target_name: android_builder_chromium_webrtc |
817 ], # targets | 818 ], # targets |
818 }], # OS="android" | 819 }], # OS="android" |
819 ['OS=="mac"', { | 820 ['OS=="mac"', { |
820 'targets': [ | 821 'targets': [ |
821 { | 822 { |
822 # Target to build everything plus the dmg. We don't put the dmg | 823 # Target to build everything plus the dmg. We don't put the dmg |
823 # in the All target because developers really don't need it. | 824 # in the All target because developers really don't need it. |
824 'target_name': 'all_and_dmg', | 825 'target_name': 'all_and_dmg', |
(...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1289 'dependencies': [ | 1290 'dependencies': [ |
1290 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', | 1291 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', |
1291 '../ui/views/views.gyp:views', | 1292 '../ui/views/views.gyp:views', |
1292 '../ui/views/views.gyp:views_unittests', | 1293 '../ui/views/views.gyp:views_unittests', |
1293 ], | 1294 ], |
1294 }, # target_name: macviews_builder | 1295 }, # target_name: macviews_builder |
1295 ], # targets | 1296 ], # targets |
1296 }], # os=='mac' and toolkit_views==1 | 1297 }], # os=='mac' and toolkit_views==1 |
1297 ], # conditions | 1298 ], # conditions |
1298 } | 1299 } |
OLD | NEW |