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

Unified Diff: trunk/src/gpu/config/gpu_control_list_unittest.cc

Issue 468223002: Revert 289154 "Revert 289067 "Use RE string pattern matching for..." (Closed) Base URL: svn://svn.chromium.org/chrome/
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 side-by-side diff with in-line comments
Download patch
Index: trunk/src/gpu/config/gpu_control_list_unittest.cc
===================================================================
--- trunk/src/gpu/config/gpu_control_list_unittest.cc (revision 289307)
+++ trunk/src/gpu/config/gpu_control_list_unittest.cc (working copy)
@@ -303,10 +303,7 @@
"vendor_id": "0x8086",
"exceptions": [
{
- "gl_renderer": {
- "op": "contains",
- "value": "mesa"
- }
+ "gl_renderer": ".*mesa.*"
}
],
"features": [
« no previous file with comments | « trunk/src/gpu/config/gpu_control_list_string_info_unittest.cc ('k') | trunk/src/gpu/config/gpu_driver_bug_list_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698