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

Unified Diff: device/nfc/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 | « device/media_transfer_protocol/BUILD.gn ('k') | device/serial/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/nfc/BUILD.gn
diff --git a/device/nfc/BUILD.gn b/device/nfc/BUILD.gn
index 340c9246df0d0761f48f0c0e258c7e10975e1a95..9dc86afe5cee8f4cf96834f359bcbc668d805de6 100644
--- a/device/nfc/BUILD.gn
+++ b/device/nfc/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/features.gni")
+
static_library("nfc") {
sources = [
"nfc_adapter.cc",
@@ -33,7 +35,7 @@ static_library("nfc") {
"//url",
]
- if (is_chromeos) {
+ if (use_cros_fe) {
deps += [
"//chromeos",
"//dbus",
« no previous file with comments | « device/media_transfer_protocol/BUILD.gn ('k') | device/serial/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698