Chromium Code Reviews| 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 |
|
kochi
2012/09/11 02:29:25
Could you describe what needs to be done for DEPS
nhiroki
2012/09/11 04:00:31
Okay, I'll describe what to do.
|
| + "!content/public/test/test_browser_thread.h", |
| + ], |
| +} |