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

Unified Diff: all.gyp

Issue 1196623006: Add include_examples GYP variable. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 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 | « 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 702e7d07e655e81f75f13d2794548a189ddf1eed..9ccfe251ccc3ba857cb06275bd9198ba9e13353f 100644
--- a/all.gyp
+++ b/all.gyp
@@ -8,6 +8,7 @@
{
'variables': {
+ 'include_examples%': 1,
'include_tests%': 1,
'webrtc_root_additional_dependencies': [],
},
@@ -18,12 +19,12 @@
'dependencies': [
'webrtc/webrtc.gyp:*',
'talk/libjingle.gyp:*',
- 'talk/libjingle_examples.gyp:*',
'<@(webrtc_root_additional_dependencies)',
],
'conditions': [
- ['OS=="android"', {
+ ['include_examples==1', {
'dependencies': [
+ 'talk/libjingle_examples.gyp:*',
'webrtc/webrtc_examples.gyp:*',
],
}],
« 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