diff options
author | jamescook <jamescook@chromium.org> | 2014-12-02 21:34:46 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-03 05:36:14 +0000 |
commit | 8a519940e93d544fae2940fc8b598035a2926058 (patch) | |
tree | 51163110d8aa9fd03140f6d90427feb9dc11a6c7 /extensions/shell | |
parent | 0ecb56c7474db0b57c50102adc0ee3815a0182f3 (diff) | |
download | chromium_src-8a519940e93d544fae2940fc8b598035a2926058.zip chromium_src-8a519940e93d544fae2940fc8b598035a2926058.tar.gz chromium_src-8a519940e93d544fae2940fc8b598035a2926058.tar.bz2 |
Fix extensions.gyp base_prefs_test_support dependency
It needs to be in the extensions_test_support target because it's used by
api_unittest.cc, which is part of that target. It should not be in app_shell_unittests.
I introduced this issue in https://codereview.chromium.org/774743002/
BUG=none
TEST=none
TBR=derat@chromium.org
Review URL: https://codereview.chromium.org/771413002
Cr-Commit-Position: refs/heads/master@{#306559}
Diffstat (limited to 'extensions/shell')
-rw-r--r-- | extensions/shell/app_shell.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp index f2c7565..216a47d7 100644 --- a/extensions/shell/app_shell.gyp +++ b/extensions/shell/app_shell.gyp @@ -253,7 +253,6 @@ 'dependencies': [ 'app_shell_lib', '<(DEPTH)/base/base.gyp:base', - '<(DEPTH)/base/base.gyp:base_prefs_test_support', '<(DEPTH)/base/base.gyp:test_support_base', '<(DEPTH)/content/content.gyp:content_app_both', '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content', |