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

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: Rebased + Renamed test 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/ipc/BUILD.gn » ('j') | cc/ipc/cc_param_traits_perftest.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 4886d7b68af99f4d6f88baa9d431bdbfc2afb698..950caa1dd22f53d30d65280d57ada41a88d513c4 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -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/ipc/BUILD.gn » ('j') | cc/ipc/cc_param_traits_perftest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698