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

Unified Diff: device/base/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/BUILD.gn ('k') | device/base/device_base_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/base/BUILD.gn
diff --git a/device/core/BUILD.gn b/device/base/BUILD.gn
similarity index 88%
rename from device/core/BUILD.gn
rename to device/base/BUILD.gn
index f4c8e1837bdb79ed8953545b28b2c4037193d98a..6240ae9c7f10740934c2e7dc6df0009ce2327472 100644
--- a/device/core/BUILD.gn
+++ b/device/base/BUILD.gn
@@ -4,8 +4,8 @@
import("//build/config/features.gni")
-component("core") {
- output_name = "device_core"
+component("base") {
+ output_name = "device_base"
sources = [
"device_client.cc",
@@ -16,7 +16,7 @@ component("core") {
"device_monitor_win.h",
]
- defines = [ "DEVICE_CORE_IMPLEMENTATION" ]
+ defines = [ "DEVICE_BASE_IMPLEMENTATION" ]
deps = []
@@ -47,7 +47,7 @@ source_set("mocks") {
]
deps = [
- ":core",
+ ":base",
"//device/hid:mocks",
"//device/usb:test_support",
]
« no previous file with comments | « device/BUILD.gn ('k') | device/base/device_base_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698