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

Unified Diff: chrome/browser/google_apis/DEPS

Issue 10920091: Move Drive API files to google_apis directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reflect comments Created 8 years, 3 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/browser/google_apis/DEPS
diff --git a/chrome/browser/google_apis/DEPS b/chrome/browser/google_apis/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..697c666f408a6e47f8501dfe5f9aa4878e600f65
--- /dev/null
+++ b/chrome/browser/google_apis/DEPS
@@ -0,0 +1,36 @@
+include_rules = [
+ "-chrome",
+ "-content",
+ "+chrome/browser/google_apis",
+
+ # Temporarily needed, see http://crbug.com/146989
+ "!chrome/browser/chromeos/gdata/drive_service_interface.h",
+ "!chrome/browser/chromeos/gdata/gdata_operations.h",
+ "!chrome/browser/chromeos/gdata/gdata_wapi_parser.h",
+ "!chrome/browser/chromeos/gdata/operation_runner.h",
+ "!chrome/browser/chromeos/gdata/operations_base.h",
+ "!chrome/browser/chromeos/gdata/task_util.h",
+ "!chrome/browser/chromeos/login/user_manager.h",
+ "!chrome/browser/prefs/pref_service.h",
+ "!chrome/browser/profiles/profile.h",
+ "!chrome/browser/signin/token_service_factory.h",
+ "!chrome/browser/signin/token_service.h",
+ "!chrome/common/chrome_notification_types.h",
+ "!chrome/common/chrome_switches.h",
+ "!chrome/common/net/url_util.h",
+ "!chrome/common/pref_names.h",
+ "!content/public/browser/browser_thread.h",
+ "!content/public/browser/notification_details.h",
+ "!content/public/browser/notification_observer.h",
+ "!content/public/browser/notification_registrar.h",
+ "!content/public/browser/notification_source.h",
+ "!content/public/browser/notification_types.h",
+]
+
+specific_include_rules = {
+ ".*_[a-z]+test\.cc": [
+ # Temporarily needed, see http://crbug.com/146989
+ "!chrome/browser/chromeos/system/timezone_settings.h",
+ "!chrome/common/chrome_paths.h",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698