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

Unified Diff: content/content_browser.gypi

Issue 98603007: Launches a privileged utility process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adds missing child_process_launcher files. Created 7 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: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 3bd337ebb72146bf31b14b682625b63a664db673..18c669cb8c211cbae2187dc370be9851b767046e 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -352,6 +352,10 @@
'browser/cert_store_impl.h',
'browser/child_process_launcher.cc',
'browser/child_process_launcher.h',
+ 'browser/child_process_launcher_elevated.cc',
+ 'browser/child_process_launcher_elevated.h',
+ 'browser/child_process_launcher_impl.cc',
+ 'browser/child_process_launcher_impl.h',
'browser/child_process_security_policy_impl.cc',
'browser/child_process_security_policy_impl.h',
'browser/cross_site_request_manager.cc',

Powered by Google App Engine
This is Rietveld 408576698