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

Unified Diff: build/common.gypi

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 | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 3228d13cb2c31cf07bf1a757a3bd0d2ff88aa979..a46ff74ebc7206c35646e8b7e96305cd854b7bfc 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -109,6 +109,9 @@
# On Linux, we build with sse2 for Chromium builds.
'disable_sse2%': 0,
+
+ # Chromoting compilation is disabled by default. Set to 1 to enable.
+ 'chromoting%': 0,
},
# Define branding and buildtype on the basis of their settings within the
@@ -127,6 +130,7 @@
'arm_neon%': '<(arm_neon)',
'sysroot%': '<(sysroot)',
'disable_sse2%': '<(disable_sse2)',
+ 'chromoting%': '<(chromoting)',
# The release channel that this build targets. This is used to restrict
# channel-specific build options, like which installer packages to create.
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698