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

Side by Side Diff: gpu/BUILD.gn

Issue 452293002: Use RE string pattern matching for blacklist strings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # GYP-to-GN project mappings: 5 # GYP-to-GN project mappings:
6 # 6 #
7 # gpu.gyp:command_buffer_client => //gpu/command_buffer/client 7 # gpu.gyp:command_buffer_client => //gpu/command_buffer/client
8 # 8 #
9 # gpu.gyp:command_buffer_common => //gpu/command_buffer/common 9 # gpu.gyp:command_buffer_common => //gpu/command_buffer/common
10 # 10 #
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 "command_buffer/service/test_helper.h", 202 "command_buffer/service/test_helper.h",
203 "command_buffer/service/texture_manager_unittest.cc", 203 "command_buffer/service/texture_manager_unittest.cc",
204 "command_buffer/service/transfer_buffer_manager_unittest.cc", 204 "command_buffer/service/transfer_buffer_manager_unittest.cc",
205 "command_buffer/service/vertex_attrib_manager_unittest.cc", 205 "command_buffer/service/vertex_attrib_manager_unittest.cc",
206 "command_buffer/service/vertex_array_manager_unittest.cc", 206 "command_buffer/service/vertex_array_manager_unittest.cc",
207 "command_buffer/service/gpu_tracer_unittest.cc", 207 "command_buffer/service/gpu_tracer_unittest.cc",
208 "config/gpu_blacklist_unittest.cc", 208 "config/gpu_blacklist_unittest.cc",
209 "config/gpu_control_list_entry_unittest.cc", 209 "config/gpu_control_list_entry_unittest.cc",
210 "config/gpu_control_list_number_info_unittest.cc", 210 "config/gpu_control_list_number_info_unittest.cc",
211 "config/gpu_control_list_os_info_unittest.cc", 211 "config/gpu_control_list_os_info_unittest.cc",
212 "config/gpu_control_list_string_info_unittest.cc",
213 "config/gpu_control_list_unittest.cc", 212 "config/gpu_control_list_unittest.cc",
214 "config/gpu_control_list_version_info_unittest.cc", 213 "config/gpu_control_list_version_info_unittest.cc",
215 "config/gpu_driver_bug_list_unittest.cc", 214 "config/gpu_driver_bug_list_unittest.cc",
216 "config/gpu_info_collector_unittest.cc", 215 "config/gpu_info_collector_unittest.cc",
217 "config/gpu_info_unittest.cc", 216 "config/gpu_info_unittest.cc",
218 "config/gpu_test_config_unittest.cc", 217 "config/gpu_test_config_unittest.cc",
219 "config/gpu_test_expectations_parser_unittest.cc", 218 "config/gpu_test_expectations_parser_unittest.cc",
220 "config/gpu_util_unittest.cc", 219 "config/gpu_util_unittest.cc",
221 ] 220 ]
222 221
(...skipping 22 matching lines...) Expand all
245 ] 244 ]
246 245
247 deps = [ 246 deps = [
248 "//base", 247 "//base",
249 "//base/third_party/dynamic_annotations", 248 "//base/third_party/dynamic_annotations",
250 "//testing/gmock", 249 "//testing/gmock",
251 "//testing/gtest", 250 "//testing/gtest",
252 "//third_party/angle:translator_static", 251 "//third_party/angle:translator_static",
253 ] 252 ]
254 } 253 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698