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

Unified Diff: extensions/browser/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/usb/usb_service_linux.cc ('k') | extensions/browser/api/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index f9a1d1dc9af8e55e4414d86330ea5a47b11b9485..e58b1af426f34aa58a0880bc5a4a85bbeb6ea385 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -265,8 +265,8 @@ source_set("browser") {
"//components/update_client",
"//components/variations",
"//crypto:platform",
+ "//device/base",
"//device/bluetooth",
- "//device/core",
"//device/hid",
"//device/power_save_blocker",
"//device/serial",
@@ -318,8 +318,8 @@ source_set("browser_tests") {
"//components/guest_view/browser:test_support",
"//components/storage_monitor:test_support",
"//content/test:test_support",
+ "//device/base:mocks",
"//device/bluetooth:mocks",
- "//device/core:mocks",
"//device/hid:mocks",
"//device/usb:test_support",
"//extensions:test_support",
« no previous file with comments | « device/usb/usb_service_linux.cc ('k') | extensions/browser/api/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698