summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorsatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-17 08:47:51 +0000
committersatorux@chromium.org <satorux@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-17 08:47:51 +0000
commitcc6061b4c71c99241d97484327b38ea7d4f186f2 (patch)
tree76a1e17df5934cee10debb004fded867c3c87889 /chrome/chrome_browser.gypi
parent3bd3159af208ccf0e27e341fcbbda942d6d35713 (diff)
downloadchromium_src-cc6061b4c71c99241d97484327b38ea7d4f186f2.zip
chromium_src-cc6061b4c71c99241d97484327b38ea7d4f186f2.tar.gz
chromium_src-cc6061b4c71c99241d97484327b38ea7d4f186f2.tar.bz2
drive: Introduce chrome/browser/drive
This directory will contain utility code shared by SyncFileSystem and Google Drive integration on Chrome OS. The shared utility code has been placed in chrome/browser/google_apis, but it wasn't the right place as c/b/google_apis was meant to contain low level code for communicating with the Google API servers. This is why we had lots of exceptions in c/b/google_apis/DEPS. These exceptions will be all gone once the move is complete. Move DriveNotificationManager as a first step. BUG=244325 TEST=none Review URL: https://chromiumcodereview.appspot.com/17137003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206689 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r--chrome/chrome_browser.gypi8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index a30a9cd..099ff8a 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -508,6 +508,10 @@
'browser/download/all_download_item_notifier.h',
'browser/download/save_package_file_picker.cc',
'browser/download/save_package_file_picker.h',
+ 'browser/drive/drive_notification_manager_factory.cc',
+ 'browser/drive/drive_notification_manager_factory.h',
+ 'browser/drive/drive_notification_manager.cc',
+ 'browser/drive/drive_notification_manager.h',
'browser/enumerate_modules_model_win.cc',
'browser/enumerate_modules_model_win.h',
'browser/extensions/scoped_gaia_auth_extension.cc',
@@ -625,10 +629,6 @@
'browser/google_apis/drive_api_util.cc',
'browser/google_apis/drive_api_util.h',
'browser/google_apis/drive_entry_kinds.h',
- 'browser/google_apis/drive_notification_manager_factory.cc',
- 'browser/google_apis/drive_notification_manager_factory.h',
- 'browser/google_apis/drive_notification_manager.cc',
- 'browser/google_apis/drive_notification_manager.h',
'browser/google_apis/drive_notification_observer.h',
'browser/google_apis/drive_service_interface.h',
'browser/google_apis/drive_switches.cc',