diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-30 02:47:48 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-30 02:47:48 +0000 |
commit | 529a3cf4d14eb7bd230c5edec0a2e90314e4abd8 (patch) | |
tree | 08cf308ed5574d29345c3d05888305e0bbd5c0f4 /ui/surface | |
parent | b2b8caae5779d58a4b57c111c93fe11dd447a2b8 (diff) | |
download | chromium_src-529a3cf4d14eb7bd230c5edec0a2e90314e4abd8.zip chromium_src-529a3cf4d14eb7bd230c5edec0a2e90314e4abd8.tar.gz chromium_src-529a3cf4d14eb7bd230c5edec0a2e90314e4abd8.tar.bz2 |
gfx: Create a separate gfx component out of ui.
Landed previously in r225857, which was reverted in r225859 because it broke android tests.
BUG=103304
R=ben@chromium.org
Review URL: https://codereview.chromium.org/25015003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225909 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/surface')
-rw-r--r-- | ui/surface/surface.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/surface/surface.gyp b/ui/surface/surface.gyp index 5887e06..1f310dc 100644 --- a/ui/surface/surface.gyp +++ b/ui/surface/surface.gyp @@ -61,6 +61,7 @@ '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '<(DEPTH)/media/media.gyp:media', '<(DEPTH)/skia/skia.gyp:skia', + '<(DEPTH)/ui/gfx/gfx.gyp:gfx', '<(DEPTH)/ui/gl/gl.gyp:gl', '<(DEPTH)/ui/ui.gyp:ui', ], @@ -100,6 +101,7 @@ '<(DEPTH)/media/media.gyp:media', '<(DEPTH)/skia/skia.gyp:skia', '<(DEPTH)/testing/gtest.gyp:gtest', + '<(DEPTH)/ui/gfx/gfx.gyp:gfx', '<(DEPTH)/ui/ui.gyp:ui', 'surface', ], |