diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-28 17:08:02 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-28 17:08:02 +0000 |
commit | 890637216afe663dc7fa509894fe519216c79147 (patch) | |
tree | 453d666baa2ff3dd20bcc24bc192f2b854af1456 /gpu | |
parent | 55bbd5c88a0d84767bbcb67c09d610477fb8ecb5 (diff) | |
download | chromium_src-890637216afe663dc7fa509894fe519216c79147.zip chromium_src-890637216afe663dc7fa509894fe519216c79147.tar.gz chromium_src-890637216afe663dc7fa509894fe519216c79147.tar.bz2 |
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
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/command_buffer_service.gypi | 1 | ||||
-rw-r--r-- | gpu/gles2_conform_support/gles2_conform_support.gyp | 1 | ||||
-rw-r--r-- | gpu/gpu.gyp | 6 |
3 files changed, 5 insertions, 3 deletions
diff --git a/gpu/command_buffer_service.gypi b/gpu/command_buffer_service.gypi index 729baf0..5a7f6fb 100644 --- a/gpu/command_buffer_service.gypi +++ b/gpu/command_buffer_service.gypi @@ -15,6 +15,7 @@ '../base/base.gyp:base', '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../crypto/crypto.gyp:crypto', + '../ui/gfx/gfx.gyp:gfx', '../ui/gl/gl.gyp:gl', '../ui/ui.gyp:ui', '../third_party/angle_dx11/src/build_angle.gyp:translator_glsl', diff --git a/gpu/gles2_conform_support/gles2_conform_support.gyp b/gpu/gles2_conform_support/gles2_conform_support.gyp index 6564ea1..784030b 100644 --- a/gpu/gles2_conform_support/gles2_conform_support.gyp +++ b/gpu/gles2_conform_support/gles2_conform_support.gyp @@ -39,6 +39,7 @@ '../../gpu/gpu.gyp:gles2_implementation_client_side_arrays_no_check', '../../gpu/gpu.gyp:command_buffer_service', '../../third_party/khronos/khronos.gyp:khronos_headers', + '../../ui/gfx/gfx.gyp:gfx', '../../ui/gl/gl.gyp:gl', '../../ui/ui.gyp:ui', ], diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 316aa91..d992aa1 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -19,7 +19,7 @@ '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../third_party/khronos/khronos.gyp:khronos_headers', '../ui/gl/gl.gyp:gl', - '../ui/ui.gyp:ui', + '../ui/gfx/gfx.gyp:gfx', 'command_buffer/command_buffer.gyp:gles2_utils', 'gles2_cmd_helper', ], @@ -127,7 +127,7 @@ '../testing/gtest.gyp:gtest', '../third_party/angle_dx11/src/build_angle.gyp:translator_glsl', '../ui/gl/gl.gyp:gl', - '../ui/ui.gyp:ui', + '../ui/gfx/gfx.gyp:gfx', 'command_buffer/command_buffer.gyp:gles2_utils', 'command_buffer_client', 'command_buffer_common', @@ -253,7 +253,7 @@ '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', '../third_party/angle_dx11/src/build_angle.gyp:translator_glsl', - '../ui/ui.gyp:ui', + '../ui/gfx/gfx.gyp:gfx', 'command_buffer/command_buffer.gyp:gles2_utils', 'command_buffer_client', 'command_buffer_common', |