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

Side by Side Diff: gpu/blink/gpu_blink.gyp

Issue 851503003: Update from https://crrev.com/311076 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months 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 | « gpu/blink/BUILD.gn ('k') | gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 ['OS != "ios"', { 7 ['OS != "ios"', {
8 'targets': [ 8 'targets': [
9 { 9 {
10 # GN version: //gpu/blink 10 # GN version: //gpu/blink
(...skipping 17 matching lines...) Expand all
28 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal', 28 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink_minimal',
29 '<(angle_path)/src/angle.gyp:translator', 29 '<(angle_path)/src/angle.gyp:translator',
30 '<(DEPTH)/ui/gl/gl.gyp:gl', 30 '<(DEPTH)/ui/gl/gl.gyp:gl',
31 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 31 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
32 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 32 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
33 ], 33 ],
34 'sources': [ 34 'sources': [
35 'gpu_blink_export.h', 35 'gpu_blink_export.h',
36 'webgraphicscontext3d_impl.cc', 36 'webgraphicscontext3d_impl.cc',
37 'webgraphicscontext3d_impl.h', 37 'webgraphicscontext3d_impl.h',
38 'webgraphicscontext3d_in_process_command_buffer_impl.cc',
39 'webgraphicscontext3d_in_process_command_buffer_impl.h',
38 ], 40 ],
39 'defines': [ 41 'defines': [
40 'GPU_BLINK_IMPLEMENTATION', 42 'GPU_BLINK_IMPLEMENTATION',
41 ], 43 ],
42 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 44 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
43 'msvs_disabled_warnings': [ 4267, ], 45 'msvs_disabled_warnings': [ 4267, ],
44 }, 46 },
45 ], 47 ],
46 }], 48 }],
47 ], 49 ],
48 } 50 }
OLDNEW
« no previous file with comments | « gpu/blink/BUILD.gn ('k') | gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698