summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-10 02:42:32 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-10 02:42:32 +0000
commitbc052ef50ea866505334ac37db8a163550723ccf (patch)
tree08086b6eb70045abef716636ea735a44b3eefb23 /app
parentb3481b7bdfa5624d5e953ed1a03e3120e5cd656d (diff)
downloadchromium_src-bc052ef50ea866505334ac37db8a163550723ccf.zip
chromium_src-bc052ef50ea866505334ac37db8a163550723ccf.tar.gz
chromium_src-bc052ef50ea866505334ac37db8a163550723ccf.tar.bz2
Fix for the shared library build issue. This reverts my previous two tries which werer incorrect. perftimer just needed to be added to test_support_base.
TEST=it compiles BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62099 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r--app/app.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/app.gyp b/app/app.gyp
index 14a2b93..2c8e7f7 100644
--- a/app/app.gyp
+++ b/app/app.gyp
@@ -26,7 +26,6 @@
'dependencies': [
'app_base',
'app_resources',
- '../base/base.gyp:base',
'../base/base.gyp:test_support_base',
'../net/net.gyp:net_test_support',
'../skia/skia.gyp:skia',