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

Unified Diff: device/hid/BUILD.gn

Issue 2417043002: Move device/core files to device/base directory. (Closed)
Patch Set: Fix ChromeOS build 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 | « device/core/mock_device_client.cc ('k') | device/hid/hid_service_linux.cc » ('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 39a883962270093314933a3e1b1a5420fa1c44c5..6a95817206c8546e8b3511b75c3e4f6707319948 100644
--- a/device/hid/BUILD.gn
+++ b/device/hid/BUILD.gn
@@ -40,7 +40,7 @@ source_set("hid") {
deps = [
"//base",
"//components/device_event_log",
- "//device/core",
+ "//device/base",
"//net",
]
« no previous file with comments | « device/core/mock_device_client.cc ('k') | device/hid/hid_service_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698