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

Unified Diff: components/ownership/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 | « components/metrics/BUILD.gn ('k') | components/policy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ownership/BUILD.gn
diff --git a/components/ownership/BUILD.gn b/components/ownership/BUILD.gn
index eb65f21cae091311c7c7425052348544b36588f8..f6f8e537e162da1b77e3986c5b7f59072dbd7ee9 100644
--- a/components/ownership/BUILD.gn
+++ b/components/ownership/BUILD.gn
@@ -5,7 +5,7 @@
import("//build/config/crypto.gni")
import("//build/config/features.gni")
-if (is_chromeos) {
+if (use_cros_fe) {
component("ownership") {
sources = [
"mock_owner_key_util.cc",
« no previous file with comments | « components/metrics/BUILD.gn ('k') | components/policy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698