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

Unified Diff: chrome/test/BUILD.gn

Issue 2632143002: Convert utility process out-of-process file patching IPC to mojo (Closed)
Patch Set: Or move just the mojo work to the IO thread. Created 3 years, 11 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index f7c7431c3000380cb84893d17bff6f657702c773..550bc28d155b79573af5f6b9c7a56d79c8208cd6 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1338,6 +1338,7 @@ test("browser_tests") {
"../browser/chrome_security_exploit_browsertest.cc",
"../browser/chrome_site_per_process_browsertest.cc",
"../browser/chrome_switches_browsertest.cc",
+ "../browser/component_updater/component_patcher_operation_out_of_process_browsertest.cc",
"../browser/content_settings/content_settings_browsertest.cc",
"../browser/crash_recovery_browsertest.cc",
"../browser/custom_handlers/protocol_handler_registry_browsertest.cc",
@@ -1954,6 +1955,7 @@ test("browser_tests") {
"//chrome/browser/policy/test/policy_testserver.py",
"//chrome/common/extensions/docs/examples/apps/calculator/",
"//chrome/third_party/mock4js/",
+ "//components/test/data/update_client/",
"//content/test/data/",
"//google_apis/test/",
"//media/test/data/",

Powered by Google App Engine
This is Rietveld 408576698