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

Unified Diff: content/app/BUILD.gn

Issue 2049843004: Upstream: Renderers are running in WebAPKs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Always check command line flags in getNum(Class)ofService(). Created 4 years, 6 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/app/BUILD.gn
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index a7db1097360020b987594d54f56f9dbc7d943296..b8a290162c8a474444f20489556eb44c2ac519d6 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -8,8 +8,8 @@ import("//build/config/features.gni")
content_app_sources = [
"android/app_jni_registrar.cc",
"android/app_jni_registrar.h",
- "android/child_process_service.cc",
- "android/child_process_service.h",
+ "android/child_process_service_impl.cc",
+ "android/child_process_service_impl.h",
"android/content_jni_onload.cc",
"android/content_main.cc",
"android/content_main.h",

Powered by Google App Engine
This is Rietveld 408576698