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

Unified Diff: cc/BUILD.gn

Issue 1422783002: cc: Move surfaces hittesting test helpers out to a separate file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved to cc/tests Created 5 years, 2 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 | « no previous file | cc/cc_tests.gyp » ('j') | cc/test/surface_hittest_test_helpers.cc » ('J')
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 c24430b382b902c793f24f6de163541e59691cd7..799e1cc1b0f52ee6c856f27cafe4aecead2c8396 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -637,6 +637,10 @@ source_set("test_support") {
"test/skia_common.h",
"test/solid_color_content_layer_client.cc",
"test/solid_color_content_layer_client.h",
+ "test/surface_aggregator_test_helpers.cc",
+ "test/surface_aggregator_test_helpers.h",
+ "test/surface_hittest_test_helpers.cc",
+ "test/surface_hittest_test_helpers.h",
"test/test_context_provider.cc",
"test/test_context_provider.h",
"test/test_context_support.cc",
@@ -839,8 +843,6 @@ test("cc_unittests") {
# Surfaces test files.
"surfaces/display_scheduler_unittest.cc",
"surfaces/display_unittest.cc",
- "surfaces/surface_aggregator_test_helpers.cc",
- "surfaces/surface_aggregator_test_helpers.h",
"surfaces/surface_aggregator_unittest.cc",
"surfaces/surface_display_output_surface_unittest.cc",
"surfaces/surface_factory_unittest.cc",
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/test/surface_hittest_test_helpers.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698