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

Unified Diff: components/drive/BUILD.gn

Issue 1246753003: Move a subset of chrome/browser/chromeos/drive into components/drive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed incorrect reference to a GYP dependency. Created 5 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/drive.gypi ('k') | components/drive/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive/BUILD.gn
diff --git a/components/drive/BUILD.gn b/components/drive/BUILD.gn
index f3f91c46b30e81f7c5aef7100a67dea762286f9e..f911702972c6c3eaeef9680e3d5c17f161272cab 100644
--- a/components/drive/BUILD.gn
+++ b/components/drive/BUILD.gn
@@ -14,10 +14,18 @@ source_set("drive") {
"drive_notification_manager.cc",
"drive_notification_manager.h",
"drive_notification_observer.h",
+ "drive_pref_names.cc",
+ "drive_pref_names.h",
"drive_uploader.cc",
"drive_uploader.h",
"event_logger.cc",
"event_logger.h",
+ "file_change.cc",
+ "file_change.h",
+ "file_errors.cc",
+ "file_errors.h",
+ "local_file_reader.cc",
+ "local_file_reader.h",
"service/drive_api_service.cc",
"service/drive_api_service.h",
"service/drive_service_interface.cc",
@@ -44,7 +52,6 @@ source_set("drive") {
}
proto_library("proto") {
- visibility = [ ":drive" ]
sources = [
"drive.proto",
]
@@ -53,6 +60,8 @@ proto_library("proto") {
source_set("test_support") {
testonly = true
sources = [
+ "drive_test_util.cc",
+ "drive_test_util.h",
"service/dummy_drive_service.cc",
"service/dummy_drive_service.h",
"service/fake_drive_service.cc",
@@ -62,7 +71,9 @@ source_set("test_support") {
]
deps = [
":drive",
+ ":proto",
"//base:base",
+ "//content/test:test_support",
"//google_apis:google_apis",
"//net:net",
]
« no previous file with comments | « components/drive.gypi ('k') | components/drive/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698