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

Unified Diff: cc/BUILD.gn

Issue 2109863002: cc::CompositorFrame: Implement ParamTraits vs. StructTraits perf test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove test from gyp 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 | « 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 4886d7b68af99f4d6f88baa9d431bdbfc2afb698..5f4a3c9fde3790dd6a6c93c30123e438f83ff706 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -995,7 +995,7 @@ test("cc_unittests") {
test("cc_perftests") {
sources = [
"animation/animation_host_perftest.cc",
- "ipc/cc_param_traits_perftest.cc",
+ "ipc/cc_serialization_perftest.cc",
"layers/layer_perftest.cc",
"layers/picture_layer_impl_perftest.cc",
"quads/draw_quad_perftest.cc",
@@ -1016,12 +1016,15 @@ test("cc_perftests") {
"//base",
"//base/test:test_support",
"//cc/ipc",
+ "//cc/ipc:interfaces",
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//gpu",
"//gpu:test_support",
"//gpu/command_buffer/common:gles2_utils",
"//media",
+ "//mojo/edk/system",
+ "//mojo/public/cpp/bindings",
"//skia",
"//testing/gmock",
"//testing/gtest",
« 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