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

Unified Diff: chrome/chrome_browser.gypi

Issue 248853002: [NOCOMMIT] Make DriveService{Wrapper|Messenger} class (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify Created 6 years, 8 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 3344cc26dd46f78ace33e767cf3e6a103386b81f..e3a3c6e0f66ddbc254c4a0964f6cf7fa6b08efa4 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2310,6 +2310,10 @@
'browser/sync_file_system/drive_backend/drive_backend_constants.h',
'browser/sync_file_system/drive_backend/drive_backend_util.cc',
'browser/sync_file_system/drive_backend/drive_backend_util.h',
+ 'browser/sync_file_system/drive_backend/drive_service_messenger.cc',
+ 'browser/sync_file_system/drive_backend/drive_service_messenger.h',
+ 'browser/sync_file_system/drive_backend/drive_service_wrapper.cc',
+ 'browser/sync_file_system/drive_backend/drive_service_wrapper.h',
'browser/sync_file_system/drive_backend/folder_creator.cc',
'browser/sync_file_system/drive_backend/folder_creator.h',
'browser/sync_file_system/drive_backend/list_changes_task.cc',

Powered by Google App Engine
This is Rietveld 408576698