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

Unified Diff: chrome/browser/BUILD.gn

Issue 1190203002: Move (most of) chrome/browser/drive into components/drive/service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 5 years, 5 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 | « no previous file | chrome/browser/apps/drive/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index abcf6463c282a13acee2161234dd6b34d027dc10..72240c61c716aaf55d58785bbc474b48b7ddb042 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -353,6 +353,7 @@ source_set("browser") {
"//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_proto",
"//chrome/common/extensions/api",
"//chrome/common/extensions/api:api_registration",
+ "//components/drive:drive",
"//components/proximity_auth/ble",
"//components/proximity_auth/cryptauth",
"//extensions/components/javascript_dialog_extensions_client",
@@ -1147,12 +1148,6 @@ source_set("test_support") {
if (enable_extensions) {
sources += [
- "drive/dummy_drive_service.cc",
- "drive/dummy_drive_service.h",
- "drive/fake_drive_service.cc",
- "drive/fake_drive_service.h",
- "drive/test_util.cc",
- "drive/test_util.h",
"extensions/api/messaging/native_messaging_test_util.cc",
"extensions/api/messaging/native_messaging_test_util.h",
"extensions/extension_notification_observer.cc",
@@ -1176,7 +1171,10 @@ source_set("test_support") {
"media_galleries/media_galleries_test_util.cc",
"media_galleries/media_galleries_test_util.h",
]
- deps += [ "//components/storage_monitor:test_support" ]
+ deps += [
+ "//components/drive:test_support",
+ "//components/storage_monitor:test_support",
+ ]
}
if (enable_mdns) {
« no previous file with comments | « no previous file | chrome/browser/apps/drive/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698