summaryrefslogtreecommitdiffstats
path: root/extensions/DEPS
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-29 00:23:21 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-29 00:23:21 +0000
commit32efb04ed4044ce24a7d7c4610be4b5adcc4e4f9 (patch)
treef204d1eb03757af28a835fd84dd6caad1697301c /extensions/DEPS
parentd7626ffdec1bf499baf1be6d1d52badfe95ba49c (diff)
downloadchromium_src-32efb04ed4044ce24a7d7c4610be4b5adcc4e4f9.zip
chromium_src-32efb04ed4044ce24a7d7c4610be4b5adcc4e4f9.tar.gz
chromium_src-32efb04ed4044ce24a7d7c4610be4b5adcc4e4f9.tar.bz2
Remove the chrome include in extensions\DEPS by creating a test data directory for extensions.
BUG=159265 Review URL: https://codereview.chromium.org/13198003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191253 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/DEPS')
-rw-r--r--extensions/DEPS2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/DEPS b/extensions/DEPS
index 68da161..64d7efd 100644
--- a/extensions/DEPS
+++ b/extensions/DEPS
@@ -10,8 +10,6 @@ include_rules = [
# More specific rules for what we are allowed to include.
specific_include_rules = {
".*test\.cc": [
- # For chrome::TEST_DATA_DIR; test data should be migrated to src/extensions.
- "+chrome/common/chrome_paths.h",
"+content/public/test",
]
}