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

Unified Diff: content/content.gyp

Issue 12321131: Renamed Sandboxed process to Child process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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
« no previous file with comments | « content/browser/child_process_launcher.cc ('k') | content/content_app.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index efaf48d263222812354010cb2fba4ace3fc64a09..1068b7ebd21824ebdd49487311241371d44849c3 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -295,8 +295,8 @@
'aidl_interface_file': 'public/android/java/src/org/chromium/content/common/common.aidl',
},
'sources': [
- 'public/android/java/src/org/chromium/content/common/ISandboxedProcessCallback.aidl',
- 'public/android/java/src/org/chromium/content/common/ISandboxedProcessService.aidl',
+ 'public/android/java/src/org/chromium/content/common/IChildProcessCallback.aidl',
+ 'public/android/java/src/org/chromium/content/common/IChildProcessService.aidl',
],
'includes': [ '../build/java_aidl.gypi' ],
},
« no previous file with comments | « content/browser/child_process_launcher.cc ('k') | content/content_app.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698