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

Unified Diff: chrome/browser/devtools/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/chromeos/BUILD.gn ('k') | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/BUILD.gn
diff --git a/chrome/browser/devtools/BUILD.gn b/chrome/browser/devtools/BUILD.gn
index ab9c946bd0a9c4445128b763d6af16d1c3d11e0f..a8a83d79d03abbc1dab46e8326934e89136331f0 100644
--- a/chrome/browser/devtools/BUILD.gn
+++ b/chrome/browser/devtools/BUILD.gn
@@ -7,7 +7,10 @@ action("devtools_protocol_constants") {
blink_protocol = "//third_party/WebKit/Source/devtools/protocol.json"
browser_protocol = "//content/browser/devtools/browser_protocol.json"
- inputs = [ blink_protocol, browser_protocol ]
+ inputs = [
+ blink_protocol,
+ browser_protocol,
+ ]
outputs = [
"$target_gen_dir/devtools_protocol_constants.cc",
"$target_gen_dir/devtools_protocol_constants.h",
@@ -36,7 +39,7 @@ static_library("devtools") {
"devtools_network_transaction_factory.cc",
"devtools_network_transaction_factory.h",
"devtools_protocol.cc",
- "devtools_protocol.h"
+ "devtools_protocol.h",
]
sources += get_target_outputs(":devtools_protocol_constants")
@@ -68,7 +71,7 @@ static_library("devtools") {
"//skia",
"//third_party/icu",
"//third_party/leveldatabase",
- "//third_party/libusb"
+ "//third_party/libusb",
]
sources += [
"device/adb/adb_client_socket.cc",
@@ -117,7 +120,7 @@ static_library("devtools") {
"devtools_window.cc",
"devtools_window.h",
"remote_debugging_server.cc",
- "remote_debugging_server.h"
+ "remote_debugging_server.h",
]
}
}
« no previous file with comments | « chrome/browser/chromeos/BUILD.gn ('k') | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698