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

Unified Diff: chrome/test/BUILD.gn

Issue 2566053002: Convert utility process out-of-process file patching to mojo (Closed)
Patch Set: Fix linux_chromium_chromeos_ozone_rel_ng apply patch failure. 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
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 9cd8979212fdb799b21e8bf32b04e775103a95ff..4bf8903c0d3f2ade757eb4b86ee2b97c67749984 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1339,6 +1339,7 @@ test("browser_tests") {
"../browser/chrome_site_per_process_browsertest.cc",
"../browser/chrome_switches_browsertest.cc",
"../browser/collected_cookies_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