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

Unified Diff: cc/BUILD.gn

Issue 1082103003: Make a couple of SurfaceAggregatorPerfTests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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') | 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 814de18e23a0d10254bdae35924d36ce4833c4c7..d0d78fde942f0ea233743de2e0a2b46494d3dcec 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -889,6 +889,7 @@ test("cc_perftests") {
"resources/texture_compressor_perftest.cc",
"resources/tile_manager_perftest.cc",
"resources/tile_task_worker_pool_perftest.cc",
+ "surfaces/surface_aggregator_perftest.cc",
"test/cc_test_suite.cc",
"test/run_all_perftests.cc",
"trees/layer_tree_host_common_perftest.cc",
@@ -903,6 +904,8 @@ test("cc_perftests") {
":test_support",
"//base",
"//base/test:test_support",
+ "//cc/surfaces",
+ "//cc/surfaces:surface_id",
"//gpu",
"//gpu:test_support",
"//gpu/command_buffer/common:gles2_utils",
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698