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

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

Issue 2777013005: Moving IChildProcessService to base/ (Closed)
Patch Set: Moving IChildProcessService to base/ Created 3 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/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index 5c3686348bd16e4e3de97fc634fe566d7fec44e3..5c4cdc24e92a5dd849b9babafdfeab2f5841bc31 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -9,7 +9,6 @@ android_aidl("common_aidl") {
interface_file = "java/src/org/chromium/content/common/common.aidl"
import_include = [ "java/src" ]
sources = [
- "java/src/org/chromium/content/common/IChildProcessService.aidl",
"java/src/org/chromium/content/common/IGpuProcessCallback.aidl",
]
}

Powered by Google App Engine
This is Rietveld 408576698