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

Unified Diff: chrome/chrome_utility.gypi

Issue 940813003: Use a utility process for the Mojo v8 proxy resolver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8-pac-in-process-enable
Patch Set: Address review comments. Created 5 years, 9 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/chrome_utility.gypi
diff --git a/chrome/chrome_utility.gypi b/chrome/chrome_utility.gypi
index 9c13e8ef073ad782d4553b840dcfbaf83926f284..1c0ef98455f8c23a9af90b53a31fe169975b23cc 100644
--- a/chrome/chrome_utility.gypi
+++ b/chrome/chrome_utility.gypi
@@ -148,6 +148,9 @@
],
}],
['OS!="android"', {
+ 'dependencies': [
+ '../net/net.gyp:net_utility_services',
+ ],
'sources': [
'<@(chrome_utility_importer_sources)',
],

Powered by Google App Engine
This is Rietveld 408576698