From 522b0c87f78133af346703d63343fb7f8a41d985 Mon Sep 17 00:00:00 2001 From: "sadrul@chromium.org" Date: Tue, 1 Oct 2013 01:44:56 +0000 Subject: events: Create a separate events component out of ui. BUG=none R=ben@chromium.org Review URL: https://codereview.chromium.org/24788002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@226105 0039d316-1c4b-4281-b951-d872f2087c98 --- ui/snapshot/snapshot.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/snapshot') diff --git a/ui/snapshot/snapshot.gyp b/ui/snapshot/snapshot.gyp index b96567a..8cc7abf 100644 --- a/ui/snapshot/snapshot.gyp +++ b/ui/snapshot/snapshot.gyp @@ -13,6 +13,7 @@ 'dependencies': [ '../../skia/skia.gyp:skia', '../../base/base.gyp:base', + '../events/events.gyp:events', '../gfx/gfx.gyp:gfx', '../ui.gyp:ui', ], @@ -50,6 +51,7 @@ '../../base/base.gyp:base', '../../base/base.gyp:test_support_base', '../../testing/gtest.gyp:gtest', + '../events/events.gyp:events', '../gfx/gfx.gyp:gfx', '../ui.gyp:ui', 'snapshot' -- cgit v1.1