diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-10 02:11:43 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-10 02:11:43 +0000 |
commit | b3481b7bdfa5624d5e953ed1a03e3120e5cd656d (patch) | |
tree | 5cb904752f4b93e90e4f217f4ca5a75c3260332d /app | |
parent | 35dfa7f48cb1820cd88df230f76e0ef1a2f18c6a (diff) | |
download | chromium_src-b3481b7bdfa5624d5e953ed1a03e3120e5cd656d.zip chromium_src-b3481b7bdfa5624d5e953ed1a03e3120e5cd656d.tar.gz chromium_src-b3481b7bdfa5624d5e953ed1a03e3120e5cd656d.tar.bz2 |
More fixes for the Linux shlib build, probably not everything yet.
TEST=it compiles
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62098 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r-- | app/app.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/app.gyp b/app/app.gyp index 2c8e7f7..14a2b93 100644 --- a/app/app.gyp +++ b/app/app.gyp @@ -26,6 +26,7 @@ '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', |