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

Unified Diff: content/content_browser.gypi

Issue 2049303002: Add the UtilityProcessMojoClient class and convert SafeJsonParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bauerb@ comment 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/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 30c13d010ee483f4de3594954c7a69396741cd70..de853bc71aeff40663efe7b772a4cac36be67f61 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -325,6 +325,8 @@
'public/browser/url_data_source.h',
'public/browser/user_metrics.h',
'public/browser/utility_process_host.h',
+ 'public/browser/utility_process_mojo_client.h',
+ 'public/browser/utility_process_mojo_client_impl.h',
'public/browser/web_contents.cc',
'public/browser/web_contents.h',
'public/browser/web_contents_delegate.cc',
@@ -1595,6 +1597,7 @@
'browser/user_metrics.cc',
'browser/utility_process_host_impl.cc',
'browser/utility_process_host_impl.h',
+ 'browser/utility_process_mojo_client_impl.cc',
'browser/wake_lock/wake_lock_service_context.cc',
'browser/wake_lock/wake_lock_service_context.h',
'browser/wake_lock/wake_lock_service_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698