diff options
author | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-06 18:42:33 +0000 |
---|---|---|
committer | yoz@chromium.org <yoz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-06 18:42:33 +0000 |
commit | 582d12b08ae763174677a3357223919f59e316a4 (patch) | |
tree | 2d0b6fa0095a2b35348f7f2223a498be232022ad /extensions/DEPS | |
parent | 79f5c9c4d6de3ccc0e370cae9cceb809bd7a7810 (diff) | |
download | chromium_src-582d12b08ae763174677a3357223919f59e316a4.zip chromium_src-582d12b08ae763174677a3357223919f59e316a4.tar.gz chromium_src-582d12b08ae763174677a3357223919f59e316a4.tar.bz2 |
Revert 232631 - Revert 232499 "Move ManifestHandler to top-level extensions."
Was not the cause of breakage. See bug for that.
BUG=314916
R=benwells@chromium.org
TBR=benwells@chromium.org
Review URL: https://codereview.chromium.org/60393005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233308 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/DEPS')
-rw-r--r-- | extensions/DEPS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/DEPS b/extensions/DEPS index 14eae2f..cd158fe 100644 --- a/extensions/DEPS +++ b/extensions/DEPS @@ -7,11 +7,11 @@ include_rules = [ # More specific rules for what we are allowed to include. specific_include_rules = { - ".*test\.cc": [ + ".*test\.cc$": [ "+content/public/test", ], - "api_permission_set_unittest\.cc": [ - # Temporary include for tests. + # Temporary includes for tests. + "^api_permission_set_unittest\.cc$": [ "+chrome/common/extensions/extension_messages.h", ], } |