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

Unified Diff: chrome/chrome_utility.gypi

Issue 1948303002: Re-land: Convert the utility process JSON parser into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | chrome/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_utility.gypi
diff --git a/chrome/chrome_utility.gypi b/chrome/chrome_utility.gypi
index a9378e770495283238d60933748d458ddac4c3bc..824ecdb5c1e5e7ebbaa2e1149ef885071b1da7f9 100644
--- a/chrome/chrome_utility.gypi
+++ b/chrome/chrome_utility.gypi
@@ -17,8 +17,6 @@
'utility/image_decoder_impl.h',
'utility/printing_handler.cc',
'utility/printing_handler.h',
- 'utility/safe_json_parser_handler.cc',
- 'utility/safe_json_parser_handler.h',
'utility/shell_handler_win.cc',
'utility/shell_handler_win.h',
'utility/utility_message_handler.h',
@@ -112,7 +110,7 @@
'dependencies': [
'../base/base.gyp:base',
'../components/components_strings.gyp:components_strings',
- '../components/components.gyp:safe_json_parser_message_filter',
+ '../components/components.gyp:safe_json_parser_mojo',
'../components/components.gyp:search_engines',
'../components/url_formatter/url_formatter.gyp:url_formatter',
'../content/content.gyp:content_common',
« no previous file with comments | « no previous file | chrome/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698