diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-11 10:14:48 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-11 10:14:48 +0000 |
commit | 0dbd4ba4b923550b40e4fb60e274f6936f134619 (patch) | |
tree | ee862d0159c51b684ccda7ed087d23081254f16e /build | |
parent | bfee3f68dbda7dcd5c712d3bfa3fcdef0b8829f6 (diff) | |
download | chromium_src-0dbd4ba4b923550b40e4fb60e274f6936f134619.zip chromium_src-0dbd4ba4b923550b40e4fb60e274f6936f134619.tar.gz chromium_src-0dbd4ba4b923550b40e4fb60e274f6936f134619.tar.bz2 |
Make the "All" target depend on content
BUG=90443
TEST=none
Review URL: http://codereview.chromium.org/7621008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96354 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index ecd3d0b..6540c07 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -13,6 +13,7 @@ '../base/base.gyp:*', '../chrome/browser/sync/tools/sync_tools.gyp:*', '../chrome/chrome.gyp:*', + '../content/content.gyp:*', '../crypto/crypto.gyp:*', '../ui/ui.gyp:*', '../gpu/gpu.gyp:*', |