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

Unified Diff: components/safe_json/utility/BUILD.gn

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
Index: components/safe_json/utility/BUILD.gn
diff --git a/chromecast/service/BUILD.gn b/components/safe_json/utility/BUILD.gn
similarity index 59%
copy from chromecast/service/BUILD.gn
copy to components/safe_json/utility/BUILD.gn
index 5334998c2bad5257a8fa47f01bb9e62289d1656a..15dd59b04654735e1d6ea10390f3f8b51358ae97 100644
--- a/chromecast/service/BUILD.gn
+++ b/components/safe_json/utility/BUILD.gn
@@ -2,13 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("service") {
+source_set("utility") {
sources = [
- "cast_service.cc",
- "cast_service.h",
+ "safe_json_parser_mojo_impl.cc",
+ "safe_json_parser_mojo_impl.h",
]
deps = [
"//base",
+ "//components/safe_json/public/interfaces",
]
}
« no previous file with comments | « components/safe_json/safe_json_parser_messages.cc ('k') | components/safe_json/utility/safe_json_parser_mojo_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698