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

Unified Diff: build/config/features.gni

Issue 498773005: Add some remoting targets to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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.gn ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index dfa964ce5842f065d281c907b50041fab70e31b8..a618825b70111c9c75c3d95ca615f9e0607a8360 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -22,7 +22,9 @@ declare_args() {
enable_plugins = !is_android || !is_ios
# Enables Native Client support.
- enable_nacl = (!is_ios && !is_android)
+ # TODO(GYP) enable this when nacl works in GN.
+ enable_nacl = false
+ #enable_nacl = (!is_ios && !is_android)
# If debug_devtools is set to true, JavaScript files for DevTools are stored
# as is and loaded from disk. Otherwise, a concatenated file is stored in
« no previous file with comments | « BUILD.gn ('k') | chrome/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698