Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Side by Side Diff: build/all.gyp

Issue 551793003: Making WebRTC Java api avaliable in Chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/libjingle/BUILD.gn » ('j') | third_party/libjingle/libjingle.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | third_party/libjingle/BUILD.gn » ('j') | third_party/libjingle/libjingle.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698