diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-18 21:01:15 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-18 21:01:15 +0000 |
commit | b5e2d78a9e113b6dcb9a2e48107edd645a448c7b (patch) | |
tree | ca0ac304351620bf6cf9d80b3d257f7f67318990 /remoting | |
parent | 67fd72f9de72fbfae4d77e7c5c1bf13a0f8a89c3 (diff) | |
download | chromium_src-b5e2d78a9e113b6dcb9a2e48107edd645a448c7b.zip chromium_src-b5e2d78a9e113b6dcb9a2e48107edd645a448c7b.tar.gz chromium_src-b5e2d78a9e113b6dcb9a2e48107edd645a448c7b.tar.bz2 |
Move geometric types to a separate, more lightweight target.
R=sky@chromium.org
http://crbug.com/327489
Review URL: https://codereview.chromium.org/109433013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241649 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 41cdf0d..0246bd5 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -2482,6 +2482,7 @@ '../base/base.gyp:base', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../ui/gfx/gfx.gyp:gfx', + '../ui/gfx/gfx.gyp:gfx_geometry', '../ui/ui.gyp:ui', '../net/net.gyp:net', '../third_party/libvpx/libvpx.gyp:libvpx', @@ -2785,6 +2786,7 @@ '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', '../ui/gfx/gfx.gyp:gfx', + '../ui/gfx/gfx.gyp:gfx_geometry', '../ui/ui.gyp:ui', 'remoting_base', 'remoting_breakpad', |