diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-11 15:12:36 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-11 15:12:36 +0000 |
commit | e352ea1e488e0b032124c97e28feda1847ed75b5 (patch) | |
tree | 414ceff6ff5a08608013d324635bc667bcdcdad7 /build | |
parent | cd23b69783908016ca47f9d67a4ae7b32eb3450c (diff) | |
download | chromium_src-e352ea1e488e0b032124c97e28feda1847ed75b5.zip chromium_src-e352ea1e488e0b032124c97e28feda1847ed75b5.tar.gz chromium_src-e352ea1e488e0b032124c97e28feda1847ed75b5.tar.bz2 |
Add content_unittests to the dependencies of the aura_builder target.
Review URL: https://codereview.chromium.org/11088061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161347 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 c7ba12c..18f4451 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -633,6 +633,7 @@ '../chrome/chrome.gyp:interactive_ui_tests', '../chrome/chrome.gyp:unit_tests', '../content/content.gyp:content_browsertests', + '../content/content.gyp:content_unittests', '../ppapi/ppapi_internal.gyp:ppapi_unittests', '../remoting/remoting.gyp:remoting_unittests', '../ui/aura/aura.gyp:*', |