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

Side by Side Diff: gpu/gpu.gyp

Issue 455783002: GPU context creation code duplication cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fix even more build dependencies Created 6 years, 4 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/command_buffer/tests/gl_manager.cc ('k') | webkit/common/gpu/webgraphicscontext3d_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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'nacl_win64_target': 0, 7 'nacl_win64_target': 0,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'gpu_common.gypi', 10 'gpu_common.gypi',
(...skipping 19 matching lines...) Expand all
30 '<@(gles2_implementation_source_files)', 30 '<@(gles2_implementation_source_files)',
31 ], 31 ],
32 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 32 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
33 'msvs_disabled_warnings': [4267, ], 33 'msvs_disabled_warnings': [4267, ],
34 }, 34 },
35 { 35 {
36 # GN version: //gpu/command_buffer/client:gl_in_process_context 36 # GN version: //gpu/command_buffer/client:gl_in_process_context
37 'target_name': 'gl_in_process_context', 37 'target_name': 'gl_in_process_context',
38 'type': '<(component)', 38 'type': '<(component)',
39 'dependencies': [ 39 'dependencies': [
40 'command_buffer/command_buffer.gyp:gles2_utils',
40 'gles2_implementation', 41 'gles2_implementation',
41 'gpu', 42 'gpu',
42 '../base/base.gyp:base', 43 '../base/base.gyp:base',
43 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 44 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
44 '../ui/gfx/gfx.gyp:gfx_geometry', 45 '../ui/gfx/gfx.gyp:gfx_geometry',
45 '../ui/gl/gl.gyp:gl', 46 '../ui/gl/gl.gyp:gl',
46 ], 47 ],
47 'defines': [ 48 'defines': [
48 'GL_IN_PROCESS_CONTEXT_IMPLEMENTATION', 49 'GL_IN_PROCESS_CONTEXT_IMPLEMENTATION',
49 ], 50 ],
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 ], 661 ],
661 'variables': { 662 'variables': {
662 'test_suite_name': 'gpu_unittests', 663 'test_suite_name': 'gpu_unittests',
663 }, 664 },
664 'includes': [ '../build/apk_test.gypi' ], 665 'includes': [ '../build/apk_test.gypi' ],
665 }, 666 },
666 ], 667 ],
667 }], 668 }],
668 ], 669 ],
669 } 670 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/tests/gl_manager.cc ('k') | webkit/common/gpu/webgraphicscontext3d_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698