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

Unified Diff: content/test/BUILD.gn

Issue 1978053002: Move cc ParamTraits to cc/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ignore size_t warnings 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 | « content/renderer/android/synchronous_compositor_proxy.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index ec689fbd6bb90743cf1e776df74c513cb9210337..577cf14a6a3552e7d5fcf00bd559a594023d372d 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -49,6 +49,7 @@ source_set("test_support") {
"//cc",
"//cc:test_support",
"//cc/blink",
+ "//cc/ipc",
"//cc/surfaces",
"//components/display_compositor",
"//components/scheduler:scheduler",
@@ -634,6 +635,7 @@ test("content_unittests") {
"//base/third_party/dynamic_annotations",
"//cc",
"//cc:test_support",
+ "//cc/ipc",
"//cc/surfaces",
"//components/display_compositor",
"//components/scheduler",
@@ -886,6 +888,7 @@ test("content_perftests") {
deps = [
"//base/test:test_support",
"//cc",
+ "//cc/ipc",
"//content/browser:for_content_tests",
"//content/public/browser",
"//content/public/common",
« no previous file with comments | « content/renderer/android/synchronous_compositor_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698