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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'command_buffer/service/stream_texture_mock.cc', | 199 'command_buffer/service/stream_texture_mock.cc', |
200 'command_buffer/service/stream_texture_mock.h', | 200 'command_buffer/service/stream_texture_mock.h', |
201 'command_buffer/service/stream_texture_manager_mock.cc', | 201 'command_buffer/service/stream_texture_manager_mock.cc', |
202 'command_buffer/service/stream_texture_manager_mock.h', | 202 'command_buffer/service/stream_texture_manager_mock.h', |
203 'command_buffer/service/test_helper.cc', | 203 'command_buffer/service/test_helper.cc', |
204 'command_buffer/service/test_helper.h', | 204 'command_buffer/service/test_helper.h', |
205 'command_buffer/service/texture_manager_unittest.cc', | 205 'command_buffer/service/texture_manager_unittest.cc', |
206 'command_buffer/service/transfer_buffer_manager_unittest.cc', | 206 'command_buffer/service/transfer_buffer_manager_unittest.cc', |
207 'command_buffer/service/vertex_attrib_manager_unittest.cc', | 207 'command_buffer/service/vertex_attrib_manager_unittest.cc', |
208 'command_buffer/service/vertex_array_manager_unittest.cc', | 208 'command_buffer/service/vertex_array_manager_unittest.cc', |
| 209 'config/gpu_blacklist_unittest.cc', |
| 210 'config/gpu_control_list_entry_unittest.cc', |
| 211 'config/gpu_control_list_machine_model_info_unittest.cc', |
| 212 'config/gpu_control_list_number_info_unittest.cc', |
| 213 'config/gpu_control_list_os_info_unittest.cc', |
| 214 'config/gpu_control_list_string_info_unittest.cc', |
| 215 'config/gpu_control_list_unittest.cc', |
| 216 'config/gpu_control_list_version_info_unittest.cc', |
| 217 'config/gpu_driver_bug_list_unittest.cc', |
| 218 'config/gpu_info_unittest.cc', |
| 219 'config/gpu_switching_list_unittest.cc', |
| 220 'config/gpu_util_unittest.cc', |
209 ], | 221 ], |
210 'conditions': [ | 222 'conditions': [ |
211 ['OS == "android" and gtest_target_type == "shared_library"', { | 223 ['OS == "android" and gtest_target_type == "shared_library"', { |
212 'dependencies': [ | 224 'dependencies': [ |
213 '../testing/android/native_test.gyp:native_test_native_code', | 225 '../testing/android/native_test.gyp:native_test_native_code', |
214 ], | 226 ], |
215 }], | 227 }], |
216 ], | 228 ], |
217 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 229 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
218 'msvs_disabled_warnings': [ 4267, ], | 230 'msvs_disabled_warnings': [ 4267, ], |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
313 'includes': [ '../build/protoc.gypi' ], | 325 'includes': [ '../build/protoc.gypi' ], |
314 }, | 326 }, |
315 { | 327 { |
316 'target_name': 'gpu', | 328 'target_name': 'gpu', |
317 'type': 'none', | 329 'type': 'none', |
318 'dependencies': [ | 330 'dependencies': [ |
319 'command_buffer_client', | 331 'command_buffer_client', |
320 'command_buffer_common', | 332 'command_buffer_common', |
321 'command_buffer_service', | 333 'command_buffer_service', |
322 'gles2_cmd_helper', | 334 'gles2_cmd_helper', |
| 335 'gpu_config', |
323 'gpu_ipc', | 336 'gpu_ipc', |
324 ], | 337 ], |
325 'sources': [ | 338 'sources': [ |
326 'gpu_export.h', | 339 'gpu_export.h', |
327 ], | 340 ], |
328 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 341 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
329 'msvs_disabled_warnings': [4267, ], | 342 'msvs_disabled_warnings': [4267, ], |
330 }, | 343 }, |
331 { | 344 { |
332 'target_name': 'command_buffer_common', | 345 'target_name': 'command_buffer_common', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 { | 396 { |
384 'target_name': 'gpu_ipc', | 397 'target_name': 'gpu_ipc', |
385 'type': 'static_library', | 398 'type': 'static_library', |
386 'includes': [ | 399 'includes': [ |
387 'gpu_ipc.gypi', | 400 'gpu_ipc.gypi', |
388 ], | 401 ], |
389 'dependencies': [ | 402 'dependencies': [ |
390 'command_buffer_common', | 403 'command_buffer_common', |
391 ], | 404 ], |
392 }, | 405 }, |
| 406 { |
| 407 'target_name': 'gpu_config', |
| 408 'type': 'static_library', |
| 409 'includes': [ |
| 410 'gpu_config.gypi', |
| 411 ], |
| 412 }, |
393 ], | 413 ], |
394 }, | 414 }, |
395 { # component != static_library | 415 { # component != static_library |
396 'targets': [ | 416 'targets': [ |
397 { | 417 { |
398 'target_name': 'disk_cache_proto', | 418 'target_name': 'disk_cache_proto', |
399 'type': 'static_library', | 419 'type': 'static_library', |
400 'sources': [ 'command_buffer/service/disk_cache_proto.proto' ], | 420 'sources': [ 'command_buffer/service/disk_cache_proto.proto' ], |
401 'variables': { | 421 'variables': { |
402 'proto_in_dir': 'command_buffer/service', | 422 'proto_in_dir': 'command_buffer/service', |
403 'proto_out_dir': 'gpu/command_buffer/service', | 423 'proto_out_dir': 'gpu/command_buffer/service', |
404 }, | 424 }, |
405 'includes': [ '../build/protoc.gypi' ], | 425 'includes': [ '../build/protoc.gypi' ], |
406 }, | 426 }, |
407 { | 427 { |
408 'target_name': 'gpu', | 428 'target_name': 'gpu', |
409 'type': 'shared_library', | 429 'type': 'shared_library', |
410 'includes': [ | 430 'includes': [ |
411 'command_buffer_client.gypi', | 431 'command_buffer_client.gypi', |
412 'command_buffer_common.gypi', | 432 'command_buffer_common.gypi', |
413 'command_buffer_service.gypi', | 433 'command_buffer_service.gypi', |
414 'gles2_cmd_helper.gypi', | 434 'gles2_cmd_helper.gypi', |
| 435 'gpu_config.gypi', |
415 'gpu_ipc.gypi', | 436 'gpu_ipc.gypi', |
416 ], | 437 ], |
417 'defines': [ | 438 'defines': [ |
418 'GPU_IMPLEMENTATION', | 439 'GPU_IMPLEMENTATION', |
419 ], | 440 ], |
420 'sources': [ | 441 'sources': [ |
421 'gpu_export.h', | 442 'gpu_export.h', |
422 ], | 443 ], |
423 'dependencies': [ | 444 'dependencies': [ |
424 '../base/base.gyp:base', | 445 '../base/base.gyp:base', |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
508 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests<
(SHARED_LIB_SUFFIX)', | 529 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)gl_tests<
(SHARED_LIB_SUFFIX)', |
509 }, | 530 }, |
510 'includes': [ | 531 'includes': [ |
511 '../build/apk_test.gypi', | 532 '../build/apk_test.gypi', |
512 ], | 533 ], |
513 }, | 534 }, |
514 ], | 535 ], |
515 }], | 536 }], |
516 ], | 537 ], |
517 } | 538 } |
OLD | NEW |