Chromium Code Reviews| Index: content/DEPS |
| diff --git a/content/DEPS b/content/DEPS |
| index 09dd65b01dab4eaef35df8285c8c87d4b225e3c8..a7c3d0eb647ecf58ce4924281644e9dcb31ec4bc 100644 |
| --- a/content/DEPS |
| +++ b/content/DEPS |
| @@ -15,8 +15,6 @@ include_rules = [ |
| "+content/shell", # for content_browsertests |
| "+content/test", |
| - "+google_apis", |
| - |
| "+grit/content_resources.h", |
| "+grit/ui_resources.h", |
| "+grit/webkit_chromium_resources.h", |
| @@ -31,6 +29,18 @@ include_rules = [ |
| "+sandbox", |
| "+skia", |
| + # In general, content/ should not rely on google_apis, since URLs |
| + # and access tokens should usually be provided by the |
| + # embedder. |
| + # |
| + # There are a couple of specific parts of content that are excepted |
| + # from this rule, see content/browser/speech/DEPS and |
| + # content/browser/geolocation/DEPS. Both of these are cases of |
|
joth
2012/12/14 23:53:39
content/browser/geolocation/DEPS is missing from t
|
| + # implementations that are strongly tied to Google servers, i.e. we |
| + # don't expect alternate implementations to be provided by the |
| + # embedder. |
| + "-google_apis", |
| + |
| # Don't allow inclusion of these other libs we shouldn't be calling directly. |
| "-v8", |
| "-tools", |