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

Unified Diff: third_party/dom_distiller_js/BUILD.gn

Issue 779473002: gn format //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « third_party/cython/rules.gni ('k') | third_party/elfutils/BUILD.gn » ('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 61cc53e26ddb74f4f4c072ab791fba3bdd30c230..7136593ce0a97ee1051c8745528213fd6eaf9857 100644
--- a/third_party/dom_distiller_js/BUILD.gn
+++ b/third_party/dom_distiller_js/BUILD.gn
@@ -9,12 +9,16 @@ config("dependent_config") {
}
source_set("proto") {
- public_deps = [ ":dom_distiller_proto" ]
+ public_deps = [
+ ":dom_distiller_proto",
+ ]
public_configs = [ ":dependent_config" ]
}
proto_library("dom_distiller_proto") {
visibility = [ ":*" ]
- sources = [ "package/proto/dom_distiller.proto" ]
+ sources = [
+ "package/proto/dom_distiller.proto",
+ ]
proto_out_dir = "third_party/dom_distiller_js"
}
« no previous file with comments | « third_party/cython/rules.gni ('k') | third_party/elfutils/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698