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

Unified Diff: all.gyp

Issue 2060873002: Remove webrtc_all target (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added *.gyp to OWNERS Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « OWNERS ('k') | webrtc/webrtc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: all.gyp
diff --git a/all.gyp b/all.gyp
index 583f31a2b815cc4d0c8f09b76df058f73aeb6cdb..abf6e6860d16935b4cb6fe9f044addc571304fe3 100644
--- a/all.gyp
+++ b/all.gyp
@@ -11,19 +11,53 @@
'include_examples%': 1,
'include_tests%': 1,
},
+ 'includes': [
+ 'webrtc/build/common.gypi',
+ ],
'targets': [
{
'target_name': 'All',
'type': 'none',
'dependencies': [
+ 'webrtc/api/api.gyp:*',
+ 'webrtc/base/base.gyp:*',
+ 'webrtc/common.gyp:*',
+ 'webrtc/common_audio/common_audio.gyp:*',
+ 'webrtc/common_video/common_video.gyp:*',
+ 'webrtc/media/media.gyp:*',
+ 'webrtc/modules/modules.gyp:*',
+ 'webrtc/p2p/p2p.gyp:*',
+ 'webrtc/pc/pc.gyp:*',
+ 'webrtc/system_wrappers/system_wrappers.gyp:*',
+ 'webrtc/tools/tools.gyp:*',
+ 'webrtc/voice_engine/voice_engine.gyp:*',
'webrtc/webrtc.gyp:*',
+ '<(webrtc_vp8_dir)/vp8.gyp:*',
+ '<(webrtc_vp9_dir)/vp9.gyp:*',
],
'conditions': [
+ ['include_tests==1', {
+ 'includes': [
+ 'webrtc/webrtc_tests.gypi',
+ ],
+ 'dependencies': [
+ 'webrtc/api/api_tests.gyp:*',
+ 'webrtc/common_video/common_video_unittests.gyp:*',
+ 'webrtc/system_wrappers/system_wrappers_tests.gyp:*',
+ 'webrtc/test/metrics.gyp:*',
+ 'webrtc/test/test.gyp:*',
+ ],
+ }],
['include_examples==1', {
'dependencies': [
'webrtc/webrtc_examples.gyp:*',
],
}],
+ ['(OS=="ios" or (OS=="mac" and mac_deployment_target=="10.7"))', {
+ 'dependencies': [
+ 'webrtc/sdk/sdk.gyp:*',
+ ],
+ }],
['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
'dependencies': [
'talk/app/webrtc/legacy_objc_api.gyp:*',
« no previous file with comments | « OWNERS ('k') | webrtc/webrtc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698