diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-05 20:26:48 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-05 20:26:48 +0000 |
commit | 229094b938e29f8b7118cfb949112575295cd92d (patch) | |
tree | 9ec7899adb3421a940e668980ca28ebacb415473 /gpu | |
parent | 51c9abfa3e4dc0d11d26f885bb76461584288185 (diff) | |
download | chromium_src-229094b938e29f8b7118cfb949112575295cd92d.zip chromium_src-229094b938e29f8b7118cfb949112575295cd92d.tar.gz chromium_src-229094b938e29f8b7118cfb949112575295cd92d.tar.bz2 |
Hook up V8 to more of the GN build.
Implement webkit/common/gpu.
Minor fixes to the gin unit tests (it defines its own test runner so shouldn't depend on run_all_unittests -- GN found this because run_all_unittests in the GN build is a source_set instead of a static library and results in a duplicate definition).
R=jochen@chromium.org
Review URL: https://codereview.chromium.org/319583004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275233 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu')
-rw-r--r-- | gpu/BUILD.gn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn index b810a8a..684a0ff 100644 --- a/gpu/BUILD.gn +++ b/gpu/BUILD.gn @@ -8,6 +8,11 @@ # # gpu.gyp:command_buffer_common => //gpu/command_buffer/common # +# gpu.gyp:command_buffer_service => //gpu/command_buffer/service + +# gpu/gpu.gyp:gl_in_process_context => +# //gpu/command_buffer/client:gl_in_process_context +# # gpu.gyp:gles2_cmd_helper => //gpu/command_buffer/client:gles2_cmd_helper # # gpu.gyp:gles2_c_lib => //gpu/command_buffer/client:gles2_c_lib |