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

Unified Diff: content/shell/android/BUILD.gn

Issue 2626413004: Bind Android ChildProcessServices to a specific client PID. (Closed)
Patch Set: Add OWNERS file 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
Index: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index ad17f158843412128f41471dcb9708ab196bc814..2068125f8d5507254bafed5c82f38e4d18139fce 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -95,6 +95,7 @@ android_library("content_shell_apk_java") {
android_manifest = content_shell_manifest
java_files = [
+ "shell_apk/src/org/chromium/content_shell_apk/ChildProcessLauncherTestHelperService.java",
"shell_apk/src/org/chromium/content_shell_apk/ContentShellActivity.java",
"shell_apk/src/org/chromium/content_shell_apk/ContentShellApplication.java",
]

Powered by Google App Engine
This is Rietveld 408576698