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

Unified Diff: device/common/BUILD.gn

Issue 507503002: Remove BrowserThread dependency from usb_service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add comments describing the new DeviceClient classes. 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
Index: device/common/BUILD.gn
diff --git a/components/content_settings/core/common/BUILD.gn b/device/common/BUILD.gn
similarity index 81%
copy from components/content_settings/core/common/BUILD.gn
copy to device/common/BUILD.gn
index 7c7d0a1e7e0af0f46bc64d29342a57f1fd40c655..8d1ca3b650deb9836c2c968eb70ec7f0f39f65d5 100644
--- a/components/content_settings/core/common/BUILD.gn
+++ b/device/common/BUILD.gn
@@ -4,6 +4,7 @@
source_set("common") {
sources = [
- "content_settings_types.h",
+ "device_client.cc",
+ "device_client.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698