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

Side by Side Diff: trunk/src/gpu/gpu.gyp

Issue 25161002: Revert 225857 "gfx: Create a separate gfx component out of ui." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
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',
11 ], 11 ],
12 'targets': [ 12 'targets': [
13 { 13 {
14 # Library emulates GLES2 using command_buffers. 14 # Library emulates GLES2 using command_buffers.
15 'target_name': 'gles2_implementation', 15 'target_name': 'gles2_implementation',
16 'type': '<(component)', 16 'type': '<(component)',
17 'dependencies': [ 17 'dependencies': [
18 '../base/base.gyp:base', 18 '../base/base.gyp:base',
19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 19 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
20 '../third_party/khronos/khronos.gyp:khronos_headers', 20 '../third_party/khronos/khronos.gyp:khronos_headers',
21 '../ui/gl/gl.gyp:gl', 21 '../ui/gl/gl.gyp:gl',
22 '../ui/gfx/gfx.gyp:gfx', 22 '../ui/ui.gyp:ui',
23 'command_buffer/command_buffer.gyp:gles2_utils', 23 'command_buffer/command_buffer.gyp:gles2_utils',
24 'gles2_cmd_helper', 24 'gles2_cmd_helper',
25 ], 25 ],
26 'defines': [ 26 'defines': [
27 'GLES2_IMPL_IMPLEMENTATION', 27 'GLES2_IMPL_IMPLEMENTATION',
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 '<@(gles2_implementation_source_files)', 30 '<@(gles2_implementation_source_files)',
31 'command_buffer/client/gl_in_process_context.h', 31 'command_buffer/client/gl_in_process_context.h',
32 'command_buffer/client/gl_in_process_context.cc', 32 'command_buffer/client/gl_in_process_context.cc',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 { 120 {
121 'target_name': 'gpu_unittests', 121 'target_name': 'gpu_unittests',
122 'type': '<(gtest_target_type)', 122 'type': '<(gtest_target_type)',
123 'dependencies': [ 123 'dependencies': [
124 '../base/base.gyp:base', 124 '../base/base.gyp:base',
125 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 125 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
126 '../testing/gmock.gyp:gmock', 126 '../testing/gmock.gyp:gmock',
127 '../testing/gtest.gyp:gtest', 127 '../testing/gtest.gyp:gtest',
128 '../third_party/angle_dx11/src/build_angle.gyp:translator_glsl', 128 '../third_party/angle_dx11/src/build_angle.gyp:translator_glsl',
129 '../ui/gl/gl.gyp:gl', 129 '../ui/gl/gl.gyp:gl',
130 '../ui/gfx/gfx.gyp:gfx', 130 '../ui/ui.gyp:ui',
131 'command_buffer/command_buffer.gyp:gles2_utils', 131 'command_buffer/command_buffer.gyp:gles2_utils',
132 'command_buffer_client', 132 'command_buffer_client',
133 'command_buffer_common', 133 'command_buffer_common',
134 'command_buffer_service', 134 'command_buffer_service',
135 'gpu', 135 'gpu',
136 'gpu_unittest_utils', 136 'gpu_unittest_utils',
137 'gles2_implementation_client_side_arrays', 137 'gles2_implementation_client_side_arrays',
138 'gles2_cmd_helper', 138 'gles2_cmd_helper',
139 ], 139 ],
140 'defines': [ 140 'defines': [
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 }, 246 },
247 { 247 {
248 'target_name': 'gl_tests', 248 'target_name': 'gl_tests',
249 'type': '<(gtest_target_type)', 249 'type': '<(gtest_target_type)',
250 'dependencies': [ 250 'dependencies': [
251 '../base/base.gyp:base', 251 '../base/base.gyp:base',
252 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 252 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
253 '../testing/gmock.gyp:gmock', 253 '../testing/gmock.gyp:gmock',
254 '../testing/gtest.gyp:gtest', 254 '../testing/gtest.gyp:gtest',
255 '../third_party/angle_dx11/src/build_angle.gyp:translator_glsl', 255 '../third_party/angle_dx11/src/build_angle.gyp:translator_glsl',
256 '../ui/gfx/gfx.gyp:gfx', 256 '../ui/ui.gyp:ui',
257 'command_buffer/command_buffer.gyp:gles2_utils', 257 'command_buffer/command_buffer.gyp:gles2_utils',
258 'command_buffer_client', 258 'command_buffer_client',
259 'command_buffer_common', 259 'command_buffer_common',
260 'command_buffer_service', 260 'command_buffer_service',
261 'gpu', 261 'gpu',
262 'gpu_unittest_utils', 262 'gpu_unittest_utils',
263 'gles2_implementation_client_side_arrays', 263 'gles2_implementation_client_side_arrays',
264 'gles2_cmd_helper', 264 'gles2_cmd_helper',
265 #'gl_unittests', 265 #'gl_unittests',
266 ], 266 ],
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests< (SHARED_LIB_SUFFIX)', 542 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests< (SHARED_LIB_SUFFIX)',
543 }, 543 },
544 'includes': [ 544 'includes': [
545 '../build/apk_test.gypi', 545 '../build/apk_test.gypi',
546 ], 546 ],
547 }, 547 },
548 ], 548 ],
549 }], 549 }],
550 ], 550 ],
551 } 551 }
OLDNEW
« no previous file with comments | « trunk/src/gpu/gles2_conform_support/gles2_conform_support.gyp ('k') | trunk/src/media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698