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

Unified Diff: tools/gn/secondary/build/config/BUILDCONFIG.gn

Issue 40533003: Fix the output of "gn args" for the OS and CPU architecture. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | « tools/gn/args.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/build/config/BUILDCONFIG.gn
diff --git a/tools/gn/secondary/build/config/BUILDCONFIG.gn b/tools/gn/secondary/build/config/BUILDCONFIG.gn
index 1ae5e55d9b0e08617ba14d0b82124fdf05dd0703..78a3f27d82086468f9cfbeeaf4bab7dd1e3f27d2 100644
--- a/tools/gn/secondary/build/config/BUILDCONFIG.gn
+++ b/tools/gn/secondary/build/config/BUILDCONFIG.gn
@@ -34,10 +34,13 @@ declare_args() {
is_clang = false
# ASH is enabled.
+ # TODO(brettw) this should be moved out of the main build config file.
use_ash = false
# Aura is enabled.
+ # TODO(brettw) this should be moved out of the main build config file.
use_aura = false
# Ozone is enabled.
+ # TODO(brettw) this should be moved out of the main build config file.
use_ozone = false
}
« no previous file with comments | « tools/gn/args.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698