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

Side by Side Diff: webkit/common/gpu/webkit_gpu.gyp

Issue 810273004: GPU/BLINK - WIP - TAKE 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android_webview fix 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 unified diff | Download patch
« no previous file with comments | « webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'conditions': [ 6 'conditions': [
7 # TODO(stuartmorgan): All dependencies from code built on iOS to 7 # TODO(stuartmorgan): All dependencies from code built on iOS to
8 # webkit/ should be removed, at which point this condition can be 8 # webkit/ should be removed, at which point this condition can be
9 # removed. 9 # removed.
10 ['OS != "ios"', { 10 ['OS != "ios"', {
11 'targets': [ 11 'targets': [
12 { 12 {
13 # GN version: //webkit/common/gpu 13 # GN version: //webkit/common/gpu
14 'target_name': 'webkit_gpu', 14 'target_name': 'webkit_gpu',
15 'type': '<(component)', 15 'type': '<(component)',
16 'variables': { 16 'variables': {
17 'chromium_code': 1, 17 'chromium_code': 1,
18 'enable_wexit_time_destructors': 1, 18 'enable_wexit_time_destructors': 1,
19 }, 19 },
20 'dependencies': [ 20 'dependencies': [
21 '<(DEPTH)/base/base.gyp:base', 21 '<(DEPTH)/base/base.gyp:base',
22 '<(DEPTH)/cc/cc.gyp:cc', 22 '<(DEPTH)/cc/cc.gyp:cc',
23 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.g yp:dynamic_annotations', 23 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.g yp:dynamic_annotations',
24 '<(DEPTH)/gpu/blink/gpu_blink.gyp:gpu_blink',
24 '<(DEPTH)/gpu/command_buffer/command_buffer.gyp:gles2_utils', 25 '<(DEPTH)/gpu/command_buffer/command_buffer.gyp:gles2_utils',
25 '<(DEPTH)/gpu/gpu.gyp:command_buffer_service', 26 '<(DEPTH)/gpu/gpu.gyp:command_buffer_service',
26 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 27 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
27 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', 28 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
28 '<(DEPTH)/gpu/gpu.gyp:gl_in_process_context', 29 '<(DEPTH)/gpu/gpu.gyp:gl_in_process_context',
29 '<(DEPTH)/gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings', 30 '<(DEPTH)/gpu/skia_bindings/skia_bindings.gyp:gpu_skia_bindings',
30 '<(DEPTH)/skia/skia.gyp:skia', 31 '<(DEPTH)/skia/skia.gyp:skia',
31 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', 32 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal',
32 '<(angle_path)/src/angle.gyp:translator', 33 '<(angle_path)/src/angle.gyp:translator',
33 '<(DEPTH)/ui/gl/gl.gyp:gl', 34 '<(DEPTH)/ui/gl/gl.gyp:gl',
(...skipping 15 matching lines...) Expand all
49 'defines': [ 50 'defines': [
50 'WEBKIT_GPU_IMPLEMENTATION', 51 'WEBKIT_GPU_IMPLEMENTATION',
51 ], 52 ],
52 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 53 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
53 'msvs_disabled_warnings': [ 4267, ], 54 'msvs_disabled_warnings': [ 4267, ],
54 }, 55 },
55 ], 56 ],
56 }], 57 }],
57 ], 58 ],
58 } 59 }
OLDNEW
« no previous file with comments | « webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698