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

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
index ce4357dd32e57623de3428ebe14d8cf5e6653e1f..fbc33dfb9275161aec59b089a4800c7eb0e9acd2 100644
--- a/chrome/browser/google_apis/DEPS
+++ b/chrome/browser/google_apis/DEPS
@@ -5,13 +5,29 @@ include_rules = [
# Temporarily needed, see http://crbug.com/146989
"!chrome/browser/browser_process.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_paths.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/test/base/testing_profile.h",
"!content/public/test/test_browser_thread.h",
],
}
« no previous file with comments | « chrome/browser/chromeos/system/ash_system_tray_delegate.cc ('k') | chrome/browser/google_apis/auth_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698