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

Unified Diff: build/all.gyp

Issue 2745004: Add chromoting option for gyp. (Closed)
Patch Set: Created 10 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 | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index bbb60b8e4395fe69041c7c494e91310f3c41aeb8..d6b331fa8d9aa11f41e0a775fb5831d44c687b32 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -125,6 +125,11 @@
'../chrome/browser/chromeos/text_input/text_input.gyp:*',
],
}],
+ ['chromoting==1', {
+ 'dependencies': [
+ '../remoting/chromoting.gyp:*',
+ ],
+ }],
],
},
],
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698