From 44dca3092eccbef14ffed39c3192e7a57f0fe4e9 Mon Sep 17 00:00:00 2001 From: "mukai@chromium.org" Date: Wed, 29 May 2013 05:39:59 +0000 Subject: 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 --- build/all.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/all.gyp') 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', -- cgit v1.1