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

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

Issue 475453002: Revert 289308 "Revert 289154 "Revert 289067 "Use RE string patte..." (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 289327)
+++ trunk/src/gpu/config/gpu_control_list_unittest.cc (working copy)
@@ -303,7 +303,10 @@
"vendor_id": "0x8086",
"exceptions": [
{
- "gl_renderer": ".*mesa.*"
+ "gl_renderer": {
+ "op": "contains",
+ "value": "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