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

Unified Diff: device/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 | « chrome/test/BUILD.gn ('k') | device/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/BUILD.gn
diff --git a/device/BUILD.gn b/device/BUILD.gn
index 3ebf59abea99ec74468dbc94e2a32b5a5e2c3496..5cb034943d01ddf62ed31cfa1e18372773aa7cfd 100644
--- a/device/BUILD.gn
+++ b/device/BUILD.gn
@@ -139,8 +139,8 @@ test("device_unittests") {
"usb/webusb_descriptors_unittest.cc",
]
deps += [
- "//device/core",
- "//device/core:mocks",
+ "//device/base",
+ "//device/base:mocks",
"//device/usb",
"//device/usb:test_support",
"//device/usb/mojo",
« no previous file with comments | « chrome/test/BUILD.gn ('k') | device/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698