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

Unified Diff: cc/BUILD.gn

Issue 2144393003: cc: Allow TestDelegatingOutputSurface to be used for non-pixel tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « android_webview/browser/surfaces_instance.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index d5db28ecb449f015e580df5819944451fa9209ef..50da5748a35016a90e396f78e6778b44df009b47 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -695,8 +695,6 @@ static_library("test_support") {
"test/pixel_comparator.h",
"test/pixel_test.cc",
"test/pixel_test.h",
- "test/pixel_test_delegating_output_surface.cc",
- "test/pixel_test_delegating_output_surface.h",
"test/pixel_test_output_surface.cc",
"test/pixel_test_output_surface.h",
"test/pixel_test_software_output_device.cc",
@@ -729,6 +727,8 @@ static_library("test_support") {
"test/test_context_provider.h",
"test/test_context_support.cc",
"test/test_context_support.h",
+ "test/test_delegating_output_surface.cc",
+ "test/test_delegating_output_surface.h",
"test/test_gles2_interface.cc",
"test/test_gles2_interface.h",
"test/test_gpu_memory_buffer_manager.cc",
« no previous file with comments | « android_webview/browser/surfaces_instance.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698