summaryrefslogtreecommitdiffstats
path: root/extensions/DEPS
diff options
context:
space:
mode:
authorjamescook <jamescook@chromium.org>2014-09-11 16:32:50 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-12 00:19:15 +0000
commit646de7d89ca220cdd533bcd35f55768c1ad5dda1 (patch)
treed1d5e56fda1f9b542b24e555928f75f26e4dee16 /extensions/DEPS
parentabfe4031f1773072d79fac0880ada886b81324f5 (diff)
downloadchromium_src-646de7d89ca220cdd533bcd35f55768c1ad5dda1.zip
chromium_src-646de7d89ca220cdd533bcd35f55768c1ad5dda1.tar.gz
chromium_src-646de7d89ca220cdd533bcd35f55768c1ad5dda1.tar.bz2
Clean up extensions permissions unit tests
* Move socket_permission_unittest.cc and usb_device_permission_unittest.cc into src/extensions -- they have no src/chrome dependencies. * Move permissions_data_unittest.cc back into src/chrome -- its tests rely on extension manifest keys that aren't part of src/extensions yet. * Rename the latter tests to PermissionsDataTest BUG=397165 TEST=unit_tests PermissionsDataTest.* and extensions_unittests Review URL: https://codereview.chromium.org/563663002 Cr-Commit-Position: refs/heads/master@{#294493}
Diffstat (limited to 'extensions/DEPS')
-rw-r--r--extensions/DEPS6
1 files changed, 0 insertions, 6 deletions
diff --git a/extensions/DEPS b/extensions/DEPS
index e6b483f..836d930 100644
--- a/extensions/DEPS
+++ b/extensions/DEPS
@@ -40,16 +40,10 @@ specific_include_rules = {
"+chrome/common/chrome_paths.h",
"+chrome/common/extensions/features/feature_channel.h",
"+chrome/common/extensions/manifest_tests/extension_manifest_test.h",
- "+chrome/test/base/browser_with_test_window_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",
],
- "permissions_data_unittest\.cc": [
- "+chrome/common/chrome_version_info.h",
- "+chrome/common/extensions/extension_test_util.h",
- "+chrome/common/extensions/features/feature_channel.h",
- ],
}