From cc6061b4c71c99241d97484327b38ea7d4f186f2 Mon Sep 17 00:00:00 2001 From: "satorux@chromium.org" Date: Mon, 17 Jun 2013 08:47:51 +0000 Subject: 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 --- chrome/chrome_browser.gypi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chrome/chrome_browser.gypi') 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', -- cgit v1.1