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

Unified Diff: components/drive.gypi

Issue 1310713002: Moving chrome/browser/chromeos/drive/change_list* into components/drive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed paths in components/drive/BUILD.gn 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 | « chrome/chrome_tests_unit.gypi ('k') | components/drive/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/drive.gypi
diff --git a/components/drive.gypi b/components/drive.gypi
index 3f83bb4fcc57b780e4a56272ffa5a8015b3d2bbb..e01ada25fdf03836d9e927cc62412b85f15ca4fd 100644
--- a/components/drive.gypi
+++ b/components/drive.gypi
@@ -27,6 +27,11 @@
'../third_party/re2/re2.gyp:re2',
],
'sources': [
+ 'drive/change_list_loader.cc',
+ 'drive/change_list_loader.h',
+ 'drive/change_list_loader_observer.h',
+ 'drive/change_list_processor.cc',
+ 'drive/change_list_processor.h',
'drive/drive_api_util.cc',
'drive/drive_api_util.h',
'drive/drive_app_registry.cc',
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/drive/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698