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

Unified Diff: components/drive/BUILD.gn

Issue 1296483003: Move chrome/browser/chromeos/drive/resource* (+deps) into components/drive. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... 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 37193a314e852de4aa280bde4efdc66d8fc812de..08a9814526f2b907b0098c337c186da1e7b6083c 100644
--- a/components/drive/BUILD.gn
+++ b/components/drive/BUILD.gn
@@ -20,10 +20,14 @@ source_set("drive") {
"drive_uploader.h",
"event_logger.cc",
"event_logger.h",
+ "file_cache.cc",
+ "file_cache.h",
"file_change.cc",
"file_change.h",
"file_errors.cc",
"file_errors.h",
+ "file_system_core_util.cc",
+ "file_system_core_util.h",
"job_list.cc",
"job_list.h",
"job_queue.cc",
@@ -32,6 +36,12 @@ source_set("drive") {
"job_scheduler.h",
"local_file_reader.cc",
"local_file_reader.h",
+ "resource_entry_conversion.cc",
+ "resource_entry_conversion.h",
+ "resource_metadata.cc",
+ "resource_metadata.h",
+ "resource_metadata_storage.cc",
+ "resource_metadata_storage.h",
"service/drive_api_service.cc",
"service/drive_api_service.h",
"service/drive_service_interface.cc",
@@ -46,6 +56,8 @@ source_set("drive") {
"//google_apis:google_apis",
"//net:net",
+ "//third_party/cacheinvalidation:cacheinvalidation",
+ "//third_party/leveldatabase:leveldatabase",
"//third_party/re2:re2",
]
public_deps = [
@@ -64,6 +76,8 @@ source_set("test_support") {
sources = [
"drive_test_util.cc",
"drive_test_util.h",
+ "fake_free_disk_space_getter.cc",
+ "fake_free_disk_space_getter.h",
"service/dummy_drive_service.cc",
"service/dummy_drive_service.h",
"service/fake_drive_service.cc",
« 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