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

Unified Diff: chrome/browser/safe_browsing/BUILD.gn

Issue 754223003: gn format //chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update for multiline output 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 | « chrome/browser/resources/BUILD.gn ('k') | chrome/browser/sync_file_system/drive_backend/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/BUILD.gn
diff --git a/chrome/browser/safe_browsing/BUILD.gn b/chrome/browser/safe_browsing/BUILD.gn
index 78781c8d50e7b0489ed9aab88b226f5e7120466d..7c0031864bf6da96312b7f1335c5f4b6ab1fa9c5 100644
--- a/chrome/browser/safe_browsing/BUILD.gn
+++ b/chrome/browser/safe_browsing/BUILD.gn
@@ -6,15 +6,21 @@ import("//third_party/protobuf/proto_library.gni")
# GYP version: chrome/chrome_browser.gypi:safe_browsing_chunk_proto
proto_library("chunk_proto") {
- sources = [ "chunk.proto" ]
+ sources = [
+ "chunk.proto",
+ ]
}
# GYP version: chrome/chrome_browser.gypi:safe_browsing_metadata_proto
proto_library("metadata_proto") {
- sources = [ "metadata.proto" ]
+ sources = [
+ "metadata.proto",
+ ]
}
# GYP version: chrome/chrome_browser.gypi:safe_browsing_report_proto
proto_library("report_proto") {
- sources = [ "report.proto" ]
+ sources = [
+ "report.proto",
+ ]
}
« no previous file with comments | « chrome/browser/resources/BUILD.gn ('k') | chrome/browser/sync_file_system/drive_backend/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698