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

Unified Diff: device/core/BUILD.gn

Issue 507503002: Remove BrowserThread dependency from usb_service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move device/common to device/core. Created 6 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 | « components/usb_service/usb_service_impl.cc ('k') | device/core/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/core/BUILD.gn
diff --git a/components/content_settings/core/common/BUILD.gn b/device/core/BUILD.gn
similarity index 72%
copy from components/content_settings/core/common/BUILD.gn
copy to device/core/BUILD.gn
index 7c7d0a1e7e0af0f46bc64d29342a57f1fd40c655..7d1671fafe0591258ea6b68544150f672debebc0 100644
--- a/components/content_settings/core/common/BUILD.gn
+++ b/device/core/BUILD.gn
@@ -2,8 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("common") {
+source_set("core") {
sources = [
- "content_settings_types.h",
+ "device_client.cc",
+ "device_client.h",
]
}
« no previous file with comments | « components/usb_service/usb_service_impl.cc ('k') | device/core/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698