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

Unified Diff: third_party/dom_distiller_js/BUILD.gn

Issue 2935953002: Fix protobuf's Python runtime and imports.
Patch Set: debug import path Created 3 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
« no previous file with comments | « no previous file | third_party/dom_distiller_js/protoc_plugins/util/plugin_protos.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ddd14d982132092d1c035384defed1406ed2b914..6af4edc8c5002fef632b24887284c39938654da0 100644
--- a/third_party/dom_distiller_js/BUILD.gn
+++ b/third_party/dom_distiller_js/BUILD.gn
@@ -39,6 +39,10 @@ proto_library("dom_distiller_proto") {
generator_plugin_script_deps = protoc_plugin_files
generator_plugin_suffixes = [ "_json_converter.h" ]
generator_plugin_options = "output_dir=:"
+
+ deps = [
+ "//third_party/protobuf:py_proto",
+ ]
}
# The purpose of json_values_converter_test_proto is to test the
@@ -54,6 +58,10 @@ proto_library("json_values_converter_test_proto") {
generator_plugin_script_deps = protoc_plugin_files
generator_plugin_suffixes = [ "_json_converter.h" ]
generator_plugin_options = "output_dir=:"
+
+ deps = [
+ "//third_party/protobuf:py_proto",
+ ]
}
action("json_values_converter_tests") {
« no previous file with comments | « no previous file | third_party/dom_distiller_js/protoc_plugins/util/plugin_protos.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698