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

Unified Diff: all.gyp

Issue 1886973003: Remove webrtc_root_additional_dependencies from all.gyp (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | 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 21cc8b519df7b964a992f300d6b2a0aa07758997..583f31a2b815cc4d0c8f09b76df058f73aeb6cdb 100644
--- a/all.gyp
+++ b/all.gyp
@@ -10,7 +10,6 @@
'variables': {
'include_examples%': 1,
'include_tests%': 1,
- 'webrtc_root_additional_dependencies': [],
},
'targets': [
{
@@ -18,7 +17,6 @@
'type': 'none',
'dependencies': [
'webrtc/webrtc.gyp:*',
- '<@(webrtc_root_additional_dependencies)',
],
'conditions': [
['include_examples==1', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698