diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-06 00:39:41 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-06 00:39:41 +0000 |
commit | a1876923ee5dfd2971c923c7c52ae655b419cd99 (patch) | |
tree | 2a7634ba1f8c3d660096dcd139feb408cf448f96 /build/all.gyp | |
parent | 931ec03b3539da68b1b5cf563538f970cee67b48 (diff) | |
download | chromium_src-a1876923ee5dfd2971c923c7c52ae655b419cd99.zip chromium_src-a1876923ee5dfd2971c923c7c52ae655b419cd99.tar.gz chromium_src-a1876923ee5dfd2971c923c7c52ae655b419cd99.tar.bz2 |
Further build fix attempt. Completely empty targets are apparently ignored.
BUG=none
TBR=erg@chromium.org
Review URL: https://codereview.chromium.org/156293002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@249182 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 25a2b26..0154569 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -1206,6 +1206,9 @@ { 'target_name': 'aura_builder', 'type': 'none', + 'dependencies': [ + '../chrome/chrome.gyp:chrome', + ], }, ], # targets }], # "use_aura==1" |