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

Unified Diff: chrome/browser/google_apis/DEPS

Issue 10913184: Move basic operation components for Drive API to chrome/browser/google_apis directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
« no previous file with comments | « chrome/browser/chromeos/system/ash_system_tray_delegate.cc ('k') | chrome/browser/google_apis/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..ce4357dd32e57623de3428ebe14d8cf5e6653e1f
--- /dev/null
+++ b/chrome/browser/google_apis/DEPS
@@ -0,0 +1,17 @@
+include_rules = [
+ "-chrome",
+ "-content",
+ "+chrome/browser/google_apis",
+
+ # Temporarily needed, see http://crbug.com/146989
+ "!chrome/browser/browser_process.h",
+ "!chrome/common/net/url_util.h",
+ "!content/public/browser/browser_thread.h",
+]
+
+specific_include_rules = {
+ ".*_[a-z]+test\.cc": [
+ # Temporarily needed, see http://crbug.com/146989
+ "!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/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698