OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |