diff options
author | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 05:39:59 +0000 |
---|---|---|
committer | mukai@chromium.org <mukai@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 05:39:59 +0000 |
commit | 44dca3092eccbef14ffed39c3192e7a57f0fe4e9 (patch) | |
tree | a6e1339c7220bdc839a60c7421a1a5db1d0f0fed /build/all.gyp | |
parent | 58611347ca43d07285ef00d0ff36cbcd70970e01 (diff) | |
download | chromium_src-44dca3092eccbef14ffed39c3192e7a57f0fe4e9.zip chromium_src-44dca3092eccbef14ffed39c3192e7a57f0fe4e9.tar.gz chromium_src-44dca3092eccbef14ffed39c3192e7a57f0fe4e9.tar.bz2 |
Builds snapshot_unittests on trybots.
BUG=244464
TEST=trybots
R=oshima@chromium.org
Review URL: https://chromiumcodereview.appspot.com/15960013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202782 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 7043a0a..5586902 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -25,6 +25,7 @@ '../third_party/libxml/libxml.gyp:*', '../third_party/sqlite/sqlite.gyp:*', '../third_party/zlib/zlib.gyp:*', + '../ui/snapshot/snapshot.gyp:*', '../ui/ui.gyp:*', '../url/url.gyp:*', '../webkit/support/webkit_support.gyp:*', @@ -795,6 +796,7 @@ '../ui/compositor/compositor.gyp:*', '../ui/message_center/message_center.gyp:*', '../ui/ui.gyp:ui_unittests', + '../ui/snapshot/snapshot.gyp:snapshot_unittests', '../ui/views/views.gyp:views', '../ui/views/views.gyp:views_examples_with_content_exe', '../ui/views/views.gyp:views_unittests', |