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

Unified Diff: chrome/browser/resources/chromeos/chromevox/strings/BUILD.gn

Issue 2406303003: Move enable_app_list to a buildflag. (Closed)
Patch Set: More grit defines Created 4 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 | « chrome/browser/resources/chromeos/chromevox/BUILD.gn ('k') | chrome/browser/shell_integration_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/strings/BUILD.gn
diff --git a/chrome/browser/resources/chromeos/chromevox/strings/BUILD.gn b/chrome/browser/resources/chromeos/chromevox/strings/BUILD.gn
index 1fe755c2c288e07c2291264bbbba8fd1edc2a891..5ff0a39e72a033ccf0dff40e050054155132cb20 100644
--- a/chrome/browser/resources/chromeos/chromevox/strings/BUILD.gn
+++ b/chrome/browser/resources/chromeos/chromevox/strings/BUILD.gn
@@ -2,12 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//chrome/common/features.gni")
import("//tools/grit/grit_rule.gni")
chromevox_out_dir = "$root_out_dir/resources/chromeos/chromevox"
grit("chromevox_strings") {
source = "chromevox_strings.grd"
+ defines = chrome_grit_defines
use_qualified_include = true
outputs = [
"_locales/am/messages.json",
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/BUILD.gn ('k') | chrome/browser/shell_integration_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698