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

Unified Diff: chrome/common/features.gni

Issue 2535753007: Move mac_views_browser grit define out of tools/grit. (Closed)
Patch Set: Created 4 years 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 | tools/grit/grit_rule.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/features.gni
diff --git a/chrome/common/features.gni b/chrome/common/features.gni
index b745a0dc0652c79e431c499b25a78741bf1326c7..4d4cec02c7fa96138a0d96ceff523027fe19c5d9 100644
--- a/chrome/common/features.gni
+++ b/chrome/common/features.gni
@@ -11,6 +11,7 @@ import("//media/media_options.gni")
import("//net/features.gni")
import("//ppapi/features/features.gni")
import("//printing/features/features.gni")
+import("//ui/base/ui_features.gni")
# Please keep features in alphabetical order.
declare_args() {
@@ -99,6 +100,7 @@ chrome_grit_defines = [
"enable_vr_shell=$enable_vr_shell",
"enable_webrtc=$enable_webrtc",
"enable_webvr=$enable_webvr",
+ "mac_views_browser=$mac_views_browser",
"safe_browsing_mode=$safe_browsing_mode",
"use_vulcanize=$use_vulcanize",
]
« no previous file with comments | « no previous file | tools/grit/grit_rule.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698