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

Unified Diff: content/test/BUILD.gn

Issue 2897263003: Fix Omnibox.CharTypedToRepaintLatency regression with D3DVsync experiment (Closed)
Patch Set: Addressed feedback Created 3 years, 7 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
« no previous file with comments | « content/browser/compositor/gpu_vsync_begin_frame_source_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 7b7cf0d86bd22e967ae9a542a081717c5cef4152..9d81c9ae046f6df617d4b20af5a01bed14802ab9 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -1088,6 +1088,7 @@ test("content_unittests") {
"../browser/cache_storage/cache_storage_scheduler_unittest.cc",
"../browser/child_process_security_policy_unittest.cc",
"../browser/cocoa/system_hotkey_map_unittest.mm",
+ "../browser/compositor/gpu_vsync_begin_frame_source_unittest.cc",
"../browser/compositor/reflector_impl_unittest.cc",
"../browser/compositor/software_browser_compositor_output_surface_unittest.cc",
"../browser/compositor/software_output_device_mac_unittest.mm",
@@ -1790,6 +1791,7 @@ test("content_unittests") {
}
if (!use_aura && !is_mac) {
sources -= [
+ "../browser/compositor/gpu_vsync_begin_frame_source_unittest.cc",
"../browser/compositor/reflector_impl_unittest.cc",
"../browser/compositor/software_browser_compositor_output_surface_unittest.cc",
"../browser/renderer_host/compositor_resize_lock_unittest.cc",
« no previous file with comments | « content/browser/compositor/gpu_vsync_begin_frame_source_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698