diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-22 20:05:26 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-22 20:05:26 +0000 |
commit | 282d93e4ed13189bb7eb42a93886367519cc896f (patch) | |
tree | 8e3ceebdf6e8b183e2c4c76a2bf5092d49cd97f6 /app | |
parent | 1a53f54afb599e5cbadd865b8ae6d8806b439d3e (diff) | |
download | chromium_src-282d93e4ed13189bb7eb42a93886367519cc896f.zip chromium_src-282d93e4ed13189bb7eb42a93886367519cc896f.tar.gz chromium_src-282d93e4ed13189bb7eb42a93886367519cc896f.tar.bz2 |
app: Remove the dependency on app_resources from app_unittests.
BUG=72317
TEST=app_unittests
R=rsesek@chromium.org
Review URL: http://codereview.chromium.org/7233020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90081 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r-- | app/app.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/app.gyp b/app/app.gyp index 7e4afd5..daad466 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -15,7 +15,6 @@ 'type': 'executable', 'dependencies': [ 'app_base', - 'app_resources', '../base/base.gyp:test_support_base', '../testing/gtest.gyp:gtest', ], |