diff options
author | primiano@chromium.org <primiano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-23 11:56:58 +0000 |
---|---|---|
committer | primiano@chromium.org <primiano@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-23 11:56:58 +0000 |
commit | cace58c813c04d958550ba2bc0a74ae5f3411f3a (patch) | |
tree | b5dbca65a4423e31d6134f7b80cdf271d018eb0e /cc/cc_tests.gyp | |
parent | e7c711963de546a302793f619235723f8230bb8c (diff) | |
download | chromium_src-cace58c813c04d958550ba2bc0a74ae5f3411f3a.zip chromium_src-cace58c813c04d958550ba2bc0a74ae5f3411f3a.tar.gz chromium_src-cace58c813c04d958550ba2bc0a74ae5f3411f3a.tar.bz2 |
Cleanup GPU dependencies for gl_in_process_context
This CL decouples the gl_in_process_context from gles2_implementation,
introducing a dedicated target (gl_in_process_context) and fixing the
corresponding dependencies.
This is a pre-requisite for crrev.com/228003006 and crbug.com/159847
BUG=159847
Review URL: https://codereview.chromium.org/247073005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@265613 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index b27260e..dbd5ffd 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -354,6 +354,7 @@ '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations', '../gpu/gpu.gyp:gles2_c_lib', '../gpu/gpu.gyp:gles2_implementation', + '../gpu/gpu.gyp:gl_in_process_context', '../gpu/gpu.gyp:gpu_unittest_utils', '../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', '../skia/skia.gyp:skia', |