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

Side by Side Diff: gpu/gpu.gyp

Issue 241793002: Fix machine_model behaviors in gpu blacklist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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
« no previous file with comments | « gpu/config/software_rendering_list_json.cc ('k') | no next file » | 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'command_buffer/service/shader_translator_unittest.cc', 237 'command_buffer/service/shader_translator_unittest.cc',
238 'command_buffer/service/test_helper.cc', 238 'command_buffer/service/test_helper.cc',
239 'command_buffer/service/test_helper.h', 239 'command_buffer/service/test_helper.h',
240 'command_buffer/service/texture_manager_unittest.cc', 240 'command_buffer/service/texture_manager_unittest.cc',
241 'command_buffer/service/transfer_buffer_manager_unittest.cc', 241 'command_buffer/service/transfer_buffer_manager_unittest.cc',
242 'command_buffer/service/vertex_attrib_manager_unittest.cc', 242 'command_buffer/service/vertex_attrib_manager_unittest.cc',
243 'command_buffer/service/vertex_array_manager_unittest.cc', 243 'command_buffer/service/vertex_array_manager_unittest.cc',
244 'command_buffer/service/gpu_tracer_unittest.cc', 244 'command_buffer/service/gpu_tracer_unittest.cc',
245 'config/gpu_blacklist_unittest.cc', 245 'config/gpu_blacklist_unittest.cc',
246 'config/gpu_control_list_entry_unittest.cc', 246 'config/gpu_control_list_entry_unittest.cc',
247 'config/gpu_control_list_machine_model_info_unittest.cc',
248 'config/gpu_control_list_number_info_unittest.cc', 247 'config/gpu_control_list_number_info_unittest.cc',
249 'config/gpu_control_list_os_info_unittest.cc', 248 'config/gpu_control_list_os_info_unittest.cc',
250 'config/gpu_control_list_string_info_unittest.cc', 249 'config/gpu_control_list_string_info_unittest.cc',
251 'config/gpu_control_list_unittest.cc', 250 'config/gpu_control_list_unittest.cc',
252 'config/gpu_control_list_version_info_unittest.cc', 251 'config/gpu_control_list_version_info_unittest.cc',
253 'config/gpu_driver_bug_list_unittest.cc', 252 'config/gpu_driver_bug_list_unittest.cc',
254 'config/gpu_info_collector_unittest.cc', 253 'config/gpu_info_collector_unittest.cc',
255 'config/gpu_info_unittest.cc', 254 'config/gpu_info_unittest.cc',
256 'config/gpu_test_config_unittest.cc', 255 'config/gpu_test_config_unittest.cc',
257 'config/gpu_test_expectations_parser_unittest.cc', 256 'config/gpu_test_expectations_parser_unittest.cc',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
581 'test_suite_name': 'gl_tests', 580 'test_suite_name': 'gl_tests',
582 }, 581 },
583 'includes': [ 582 'includes': [
584 '../build/apk_test.gypi', 583 '../build/apk_test.gypi',
585 ], 584 ],
586 }, 585 },
587 ], 586 ],
588 }], 587 }],
589 ], 588 ],
590 } 589 }
OLDNEW
« no previous file with comments | « gpu/config/software_rendering_list_json.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698