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

Unified Diff: content/test/BUILD.gn

Issue 2485623002: discardable_memory: Using mojo IPC to replace Chrome IPC (Closed)
Patch Set: Fix bot issues Created 4 years 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/render_thread_impl_browsertest.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 a1c29f08c8a249b4b67ae776742064fd93c3c29c..a3e14ad32227346e86e06a6b5d7a4a7e19a56724 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -672,6 +672,7 @@ test("content_browsertests") {
"//base/test:test_support",
"//components/discardable_memory/client",
"//components/discardable_memory/common",
+ "//components/discardable_memory/service",
"//content:resources",
"//content/app:both_for_content_tests",
"//content/browser:for_content_tests",
@@ -890,7 +891,6 @@ test("content_browsertests") {
# These tests depend on single process mode, which is disabled
# in official builds.
sources += [
- "../child/child_thread_impl_browsertest.cc",
"../renderer/browser_render_view_browsertest.cc",
"../renderer/dom_serializer_browsertest.cc",
"../renderer/resource_fetcher_browsertest.cc",
« no previous file with comments | « content/renderer/render_thread_impl_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698