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

Unified Diff: cc/BUILD.gn

Issue 1993543002: cc: Move cc param traits tests to cc/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added IPC dependency Created 4 years, 7 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 b305bc1eb8e354c29c244a551be585183010b8db..fb9e2b68b22b5d6642fe0457f5b3a1675696f710 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -795,6 +795,7 @@ test("cc_unittests") {
"input/scrollbar_animation_controller_linear_fade_unittest.cc",
"input/scrollbar_animation_controller_thinning_unittest.cc",
"input/top_controls_manager_unittest.cc",
+ "ipc/cc_param_traits_unittest.cc",
"layers/heads_up_display_layer_impl_unittest.cc",
"layers/heads_up_display_unittest.cc",
"layers/layer_impl_unittest.cc",
@@ -943,6 +944,7 @@ test("cc_unittests") {
":cc",
":test_support",
"//base/test:test_support",
+ "//cc/ipc",
"//cc/proto",
"//cc/surfaces",
"//cc/surfaces:surface_id",
@@ -969,6 +971,7 @@ test("cc_unittests") {
test("cc_perftests") {
sources = [
"animation/animation_host_perftest.cc",
+ "ipc/cc_param_traits_perftest.cc",
"layers/layer_perftest.cc",
"layers/picture_layer_impl_perftest.cc",
"quads/draw_quad_perftest.cc",
@@ -989,6 +992,7 @@ test("cc_perftests") {
":test_support",
"//base",
"//base/test:test_support",
+ "//cc/ipc",
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//gpu",
« 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