Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: gpu/blink/gpu_blink.gyp

Issue 802113002: Revert "Revert of Extract WebGraphicsContext3DImpl from webkit/common/gpu. (patchset #12 id:220001 … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/blink/DEPS ('k') | gpu/blink/gpu_blink_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/blink/gpu_blink.gyp
diff --git a/gpu/blink/gpu_blink.gyp b/gpu/blink/gpu_blink.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..f89d85fec90e8056dcacf46d48531079a39986ed
--- /dev/null
+++ b/gpu/blink/gpu_blink.gyp
@@ -0,0 +1,36 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'targets': [
+ {
+ # GN version: //gpu/blink
+ 'target_name': 'gpu_blink',
+ 'type': '<(component)',
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../gpu/command_buffer/command_buffer.gyp:gles2_utils',
+ '../../gpu/gpu.gyp:command_buffer_common',
+ '../../gpu/gpu.gyp:gles2_c_lib',
+ '../../gpu/gpu.gyp:gles2_implementation',
+ '../../gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
+ '../../third_party/WebKit/public/blink.gyp:blink_minimal',
+ ],
+ 'defines': [
+ 'GPU_BLINK_IMPLEMENTATION',
+ ],
+ # This sources list is duplicated in //gpu/blink/BUILD.gn
+ 'sources': [
+ 'gpu_blink_export.h',
+ 'webgraphicscontext3d_impl.cc',
+ 'webgraphicscontext3d_impl.h',
+ ],
+ # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
+ 'msvs_disabled_warnings': [ 4267, ],
+ },
+ ]
+}
« no previous file with comments | « gpu/blink/DEPS ('k') | gpu/blink/gpu_blink_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698