From 890637216afe663dc7fa509894fe519216c79147 Mon Sep 17 00:00:00 2001 From: "sadrul@chromium.org" Date: Sat, 28 Sep 2013 17:08:02 +0000 Subject: gfx: Create a separate gfx component out of ui. BUG=103304 R=ben@chromium.org Review URL: https://codereview.chromium.org/25015003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225857 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/remoting.gyp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'remoting') diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 092fbb6..37dfe05 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -2433,6 +2433,7 @@ 'dependencies': [ '../base/base.gyp:base', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', + '../ui/gfx/gfx.gyp:gfx', '../ui/ui.gyp:ui', '../net/net.gyp:net', '../skia/skia.gyp:skia', @@ -2736,6 +2737,7 @@ '../ppapi/ppapi.gyp:ppapi_cpp', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', + '../ui/gfx/gfx.gyp:gfx', '../ui/ui.gyp:ui', 'remoting_base', 'remoting_breakpad', -- cgit v1.1