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

Unified Diff: third_party/dom_distiller_js/BUILD.gn

Issue 2034373002: Generate the proto JSON converter for DOM distiller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: third_party/dom_distiller_js/BUILD.gn
diff --git a/third_party/dom_distiller_js/BUILD.gn b/third_party/dom_distiller_js/BUILD.gn
index aed9ef3a371bb508f882343d29f1b78e16e64cb5..e9a69f6865e7b52bf476063ffee054e37fa422dc 100644
--- a/third_party/dom_distiller_js/BUILD.gn
+++ b/third_party/dom_distiller_js/BUILD.gn
@@ -4,15 +4,10 @@
import("//third_party/protobuf/proto_library.gni")
-config("dependent_config") {
- include_dirs = [ "//third_party/dom_distiller_js/dist/proto_gen" ]
-}
-
source_set("proto") {
public_deps = [
":dom_distiller_proto",
]
- public_configs = [ ":dependent_config" ]
}
proto_library("dom_distiller_proto") {
@@ -21,4 +16,5 @@ proto_library("dom_distiller_proto") {
"dist/proto/dom_distiller.proto",
]
proto_out_dir = "third_party/dom_distiller_js"
+ json_converter = "protoc_plugins/json_values_converter.py"
}
« no previous file with comments | « no previous file | third_party/dom_distiller_js/protoc_plugins/README » ('j') | third_party/dom_distiller_js/protoc_plugins/README » ('J')

Powered by Google App Engine
This is Rietveld 408576698