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

Unified Diff: content/content_app.gypi

Issue 12321131: Renamed Sandboxed process to Child process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaesed and removed stub SandboxedProcessService Created 7 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: content/content_app.gypi
diff --git a/content/content_app.gypi b/content/content_app.gypi
index dc032084456670bf11c572138381e93373d30d95..2055f21e4ce407054e12b87e60edf6ecd92a0e6f 100644
--- a/content/content_app.gypi
+++ b/content/content_app.gypi
@@ -15,11 +15,11 @@
'sources': [
'app/android/app_jni_registrar.cc',
'app/android/app_jni_registrar.h',
+ 'app/android/child_process_service.cc',
+ 'app/android/child_process_service.h',
'app/android/content_main.cc',
'app/android/content_main.h',
'app/android/library_loader_hooks.cc',
- 'app/android/sandboxed_process_service.cc',
- 'app/android/sandboxed_process_service.h',
'app/content_main.cc',
'app/content_main_runner.cc',
'app/startup_helper_win.cc',

Powered by Google App Engine
This is Rietveld 408576698