diff options
author | jamescook <jamescook@chromium.org> | 2014-09-18 09:22:59 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-18 16:23:16 +0000 |
commit | a02b3e5b8ea70a6f362ef804ee552255b40a2c74 (patch) | |
tree | 42271e77fc8a9adf794bb1a1430b8ed924b92a76 /extensions/DEPS | |
parent | ea8a6ef576c314506c4b3ee25544f6bcaa895fe1 (diff) | |
download | chromium_src-a02b3e5b8ea70a6f362ef804ee552255b40a2c74.zip chromium_src-a02b3e5b8ea70a6f362ef804ee552255b40a2c74.tar.gz chromium_src-a02b3e5b8ea70a6f362ef804ee552255b40a2c74.tar.bz2 |
Move extensions manifest tests to run in extensions_unittests
They don't need to run in Chrome's unit_tests suite.
* Move FileHandlersManifestTest
* Move ExternallyConnectableManifestTest
* Migrate some _manifest_features.json entries that should have been under
src/extensions a while ago.
BUG=397165
TEST=extensions_unittests, unit_tests
Review URL: https://codereview.chromium.org/565423003
Cr-Commit-Position: refs/heads/master@{#295479}
Diffstat (limited to 'extensions/DEPS')
-rw-r--r-- | extensions/DEPS | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extensions/DEPS b/extensions/DEPS index 7cfd017..2286ed4 100644 --- a/extensions/DEPS +++ b/extensions/DEPS @@ -39,11 +39,7 @@ specific_include_rules = { "+chrome/browser/ui/browser.h", "+chrome/common/chrome_paths.h", "+chrome/common/extensions/features/feature_channel.h", - "+chrome/common/extensions/manifest_tests/chrome_manifest_test.h", "+chrome/test/base/testing_profile.h", "+chrome/test/base/ui_test_utils.h", ], - "(simple|complex)_feature_unittest\.cc|base_feature_provider_unittest\.cc": [ - "+chrome/common/extensions/features/chrome_channel_feature_filter.h", - ], } |