diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-20 14:26:19 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-20 14:26:19 +0000 |
commit | de9dc3c1201c88137a16fe14778864a8998285bf (patch) | |
tree | dc8b9900c813e07b5ef3c06c5428c848df210dd1 | |
parent | 6aedb4b4aface4e3fd6a36244bac1fad92ce2708 (diff) | |
download | chromium_src-de9dc3c1201c88137a16fe14778864a8998285bf.zip chromium_src-de9dc3c1201c88137a16fe14778864a8998285bf.tar.gz chromium_src-de9dc3c1201c88137a16fe14778864a8998285bf.tar.bz2 |
app: Trim down the dependency list of app_unittests.
BUG=72317
TEST=app_unittests
R=rsesek@chromium.org
Review URL: http://codereview.chromium.org/7200014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89662 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | app/app.gyp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/app.gyp b/app/app.gyp index d300507..1a0a88f 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -17,17 +17,9 @@ 'app_base', 'app_resources', '../base/base.gyp:test_support_base', - '../build/temp_gyp/googleurl.gyp:googleurl', - '../net/net.gyp:net_test_support', - '../skia/skia.gyp:skia', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', - '../third_party/icu/icu.gyp:icui18n', - '../third_party/icu/icu.gyp:icuuc', - '../third_party/libpng/libpng.gyp:libpng', - '../third_party/zlib/zlib.gyp:zlib', '../ui/ui.gyp:ui_base', - '<(libjpeg_gyp_path):libjpeg', ], 'sources': [ '../ui/base/resource/resource_bundle_unittest.cc', |