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

Unified Diff: components/drive.gypi

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: 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
Index: components/drive.gypi
diff --git a/components/drive.gypi b/components/drive.gypi
index 730636c697baaf39eda0207d288e5545639d2830..40797a6c8818eb80648f079617b4046826121b13 100644
--- a/components/drive.gypi
+++ b/components/drive.gypi
@@ -38,10 +38,18 @@
'drive/drive_notification_manager.cc',
'drive/drive_notification_manager.h',
'drive/drive_notification_observer.h',
+ 'drive/drive_pref_names.cc',
+ 'drive/drive_pref_names.h',
'drive/drive_uploader.cc',
'drive/drive_uploader.h',
'drive/event_logger.cc',
'drive/event_logger.h',
+ 'drive/file_change.cc',
+ 'drive/file_change.h',
+ 'drive/file_errors.cc',
+ 'drive/file_errors.h',
+ 'drive/local_file_reader.cc',
+ 'drive/local_file_reader.h',
'drive/service/drive_api_service.cc',
'drive/service/drive_api_service.h',
'drive/service/drive_service_interface.cc',
@@ -71,6 +79,7 @@
],
'dependencies': [
'drive',
+ 'drive_proto',
'../base/base.gyp:base',
'../google_apis/google_apis.gyp:google_apis',
'../net/net.gyp:net',
@@ -82,16 +91,12 @@
"drive/service/fake_drive_service.h",
"drive/service/test_util.cc",
"drive/service/test_util.h",
+ "drive/drive_test_util.cc",
+ "drive/drive_test_util.h",
],
},
# TODO(lukasza): drive_unittests target.
# Currently tests are built as part of chrome/chrome_tests_unit.gypi.
- # Drive files that probably should be moved out of chrome_tests_unit.gypi:
- # components/drive/service/drive_api_util_unittest.cc
- # components/drive/service/drive_app_registry_unittest.cc
- # components/drive/service/drive_uploader_unittest.cc
- # components/drive/service/event_logger_unittest.cc
- # components/drive/service/fake_drive_service_unittest.cc
],
}

Powered by Google App Engine
This is Rietveld 408576698