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

Unified Diff: extensions/browser/BUILD.gn

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 1 month 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 | « extensions/BUILD.gn ('k') | extensions/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index c270fccab0b5d4fa49c271796d2487131124cec0..5af5ff65f1c87f6d3cb185d349b5fdd1f57229d3 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -7,8 +7,7 @@ import("//build/config/features.gni")
# GYP version: extensions/extensions.gyp:extensions_browser
source_set("browser") {
- sources = [
- ]
+ sources = []
deps = [
"//components/copresence_sockets",
@@ -27,7 +26,7 @@ source_set("browser") {
"//google_apis",
"//skia",
"//third_party/leveldatabase",
- "//third_party/re2"
+ "//third_party/re2",
]
if (enable_extensions) {
@@ -509,13 +508,9 @@ source_set("browser") {
]
if (use_openssl) {
- sources += [
- "api/cast_channel/cast_auth_util_openssl.cc",
- ]
+ sources += [ "api/cast_channel/cast_auth_util_openssl.cc" ]
} else {
- sources += [
- "api/cast_channel/cast_auth_util_nss.cc",
- ]
+ sources += [ "api/cast_channel/cast_auth_util_nss.cc" ]
}
if (is_chromeos) {
@@ -531,8 +526,6 @@ source_set("browser") {
}
if (is_win) {
- cflags = [
- "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- ]
+ cflags = [ "/wd4267" ] # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
}
}
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698