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

Unified Diff: content/browser/BUILD.gn

Issue 2594203004: Unifying ChildProcessLauncher across platforms. (Closed)
Patch Set: Clean-up. 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
« no previous file with comments | « no previous file | content/browser/android/child_process_launcher_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 727e71e2b98be19e3ac7b42a6d52be46fbb26007..8b1102c4b9331a5ab9eac56a96d82537814dedab 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -409,6 +409,14 @@ source_set("browser") {
"cache_storage/cache_storage_scheduler_client.h",
"child_process_launcher.cc",
"child_process_launcher.h",
+ "child_process_launcher_helper.cc",
+ "child_process_launcher_helper.h",
+ "child_process_launcher_helper_android.cc",
+ "child_process_launcher_helper_linux.cc",
+ "child_process_launcher_helper_mac.cc",
+ "child_process_launcher_helper_posix.cc",
+ "child_process_launcher_helper_posix.h",
+ "child_process_launcher_helper_win.cc",
"child_process_security_policy_impl.cc",
"child_process_security_policy_impl.h",
"cocoa/system_hotkey_helper_mac.h",
« no previous file with comments | « no previous file | content/browser/android/child_process_launcher_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698