Chromium Code Reviews| Index: extensions/browser/DEPS |
| diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS |
| index 3ab234680f6078ce0fc117fb345ccb236dca00e8..f445ff61c9c6af2cf6427aa728e5be966bbf1896 100644 |
| --- a/extensions/browser/DEPS |
| +++ b/extensions/browser/DEPS |
| @@ -25,12 +25,20 @@ include_rules = [ |
| ] |
| specific_include_rules = { |
| - ".*test\.cc": [ |
| + "(.*test|.*test_util)\.(cc|h)": [ |
| # Temporarily allowed testing includes. See above. |
| # TODO(jamescook): Remove these. http://crbug.com/162530 |
| "+chrome/browser/extensions/extension_service_unittest.h", |
| "+chrome/browser/extensions/test_extension_system.h", |
| "+chrome/common/chrome_paths.h", |
| "+chrome/test/base/testing_profile.h", |
| + ], |
| + # TODO(jamescook): Eliminate these after moving storage.idl to src/extensions. |
| + # http://crbug.com/348058 |
|
James Cook
2014/03/07 21:21:03
This will happen after rockot's patch https://code
|
| + "local_value_store_cache\.cc": [ |
| + "+chrome/common/extensions/api/storage.h" |
| + ], |
| + "settings_frontend\.cc": [ |
| + "+chrome/common/extensions/api/storage.h" |
| ] |
| } |