| Index: trunk/src/extensions/DEPS
|
| ===================================================================
|
| --- trunk/src/extensions/DEPS (revision 232630)
|
| +++ trunk/src/extensions/DEPS (working copy)
|
| @@ -7,15 +7,11 @@
|
|
|
| # More specific rules for what we are allowed to include.
|
| specific_include_rules = {
|
| - ".*test\.cc$": [
|
| + ".*test\.cc": [
|
| "+content/public/test",
|
| ],
|
| - # Temporary includes for tests.
|
| - "^api_permission_set_unittest\.cc$": [
|
| + "api_permission_set_unittest\.cc": [
|
| + # Temporary include for tests.
|
| "+chrome/common/extensions/extension_messages.h",
|
| ],
|
| - "^manifest_handler_unittest\.cc$": [
|
| - "+chrome/common/extensions/extension_builder.h",
|
| - "+chrome/common/extensions/value_builder.h",
|
| - ],
|
| }
|
|
|