diff options
author | yoz <yoz@chromium.org> | 2014-08-27 19:23:05 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-28 02:23:49 +0000 |
commit | b6272ef2f62c82478c53f93eb42f2cabed2a21d0 (patch) | |
tree | 469976dae040d570b7b8e89fa1a807c5a1b25892 /extensions/browser/DEPS | |
parent | 6fe3f977401afbb8e62adf7912e9bd59c0445d02 (diff) | |
download | chromium_src-b6272ef2f62c82478c53f93eb42f2cabed2a21d0.zip chromium_src-b6272ef2f62c82478c53f93eb42f2cabed2a21d0.tar.gz chromium_src-b6272ef2f62c82478c53f93eb42f2cabed2a21d0.tar.bz2 |
Rework ExtensionApiUnittest to run in extensions_unittests, removing its Chrome dependencies.
Move SocketsTcpUnitTest as the first test to use it.
BUG=397164
Review URL: https://codereview.chromium.org/461273003
Cr-Commit-Position: refs/heads/master@{#292296}
Diffstat (limited to 'extensions/browser/DEPS')
-rw-r--r-- | extensions/browser/DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/browser/DEPS b/extensions/browser/DEPS index 9fd9b42..79a6810 100644 --- a/extensions/browser/DEPS +++ b/extensions/browser/DEPS @@ -12,3 +12,9 @@ include_rules = [ "+third_party/WebKit/public/web/WebInputEvent.h", "+webkit/browser/fileapi", ] + +specific_include_rules = { + ".*test\.cc$": [ + "+components/user_prefs", + ] +} |