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

Unified Diff: content/test/BUILD.gn

Issue 2688593002: WIP: Towards merging OffscreenCanvas and Mus code
Patch Set: Fix reflector unit test Created 3 years, 10 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index e7b7351f0b4ad6afbe9cb6767f0996fe1b283a52..b1d1b323088fc34b853597154ce863a8b4e2ac39 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -693,6 +693,7 @@ test("content_browsertests") {
":test_support",
":web_ui_test_mojo_bindings",
"//base/test:test_support",
+ "//cc/ipc:interfaces",
"//components/discardable_memory/client",
"//components/discardable_memory/common",
"//components/discardable_memory/service",
@@ -1434,6 +1435,7 @@ test("content_unittests") {
"//cc",
"//cc:test_support",
"//cc/ipc",
+ "//cc/ipc:interfaces",
"//cc/surfaces",
"//components/display_compositor",
"//components/leveldb/public/cpp",
« no previous file with comments | « content/browser/renderer_host/offscreen_canvas_surface_manager_unittest.cc ('k') | extensions/browser/api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698