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

Unified Diff: build/flutter_args.gni

Issue 2998503002: Change defaults for build args to accommodate Flutter and Fuchsia. (Closed)
Patch Set: Move is_flutter from BUILDCONFIG to it's own gni Created 3 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 | « no previous file | sdk/BUILD.gn » ('j') | sdk/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/flutter_args.gni
diff --git a/build/flutter_args.gni b/build/flutter_args.gni
new file mode 100644
index 0000000000000000000000000000000000000000..02399fd5561f34593f186f5e265e30a2316d8b2a
--- /dev/null
+++ b/build/flutter_args.gni
@@ -0,0 +1,7 @@
+# Copyright (c) 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file
+
+declare_args() {
+ is_flutter = false
zra 2017/08/07 22:11:13 A comment above this line will display when someon
+}
« no previous file with comments | « no previous file | sdk/BUILD.gn » ('j') | sdk/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698