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

Unified Diff: device/hid/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/bluetooth/BUILD.gn ('k') | device/media_transfer_protocol/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/hid/BUILD.gn
diff --git a/device/hid/BUILD.gn b/device/hid/BUILD.gn
index 4a6a1b29f7189644643e36b3bd804301e3f0d8a9..f094e7660d4a9720348eb5c9c71cfdb7fc73ca29 100644
--- a/device/hid/BUILD.gn
+++ b/device/hid/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")
+
source_set("hid") {
sources = [
"device_monitor_linux.cc",
@@ -52,7 +54,7 @@ source_set("hid") {
if (is_linux) {
deps += [ "//device/udev_linux" ]
}
- if (is_chromeos) {
+ if (use_cros_fe) {
deps += [ "//chromeos" ]
}
}
« no previous file with comments | « device/bluetooth/BUILD.gn ('k') | device/media_transfer_protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698