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

Unified Diff: chrome/third_party/chromevox/BUILD.gn

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: retry Created 5 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 | « chrome/test/BUILD.gn ('k') | chrome/tools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/third_party/chromevox/BUILD.gn
diff --git a/chrome/third_party/chromevox/BUILD.gn b/chrome/third_party/chromevox/BUILD.gn
index 3e161c65543de85b6e611f1e7b5cf3b2c6f17475..d2f4a26090f5db220daeb7e43b28d4cc8374261e 100644
--- a/chrome/third_party/chromevox/BUILD.gn
+++ b/chrome/third_party/chromevox/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-if (is_chromeos) {
+if (use_cros_fe) {
import("//chrome/browser/resources/chromeos/chromevox/chromevox.gni")
chromevox_out_dir = "$root_out_dir/resources/chromeos/chromevox"
« no previous file with comments | « chrome/test/BUILD.gn ('k') | chrome/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698