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

Unified Diff: components/wifi/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 | « components/webdata/common/BUILD.gn ('k') | content/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/wifi/BUILD.gn
diff --git a/components/wifi/BUILD.gn b/components/wifi/BUILD.gn
index 14bf54e2d79ac454b2c08ceba2ab6326dcad9489..7d27426b6cc31010402598b729d81b7b89266553 100644
--- a/components/wifi/BUILD.gn
+++ b/components/wifi/BUILD.gn
@@ -13,9 +13,7 @@ component("wifi") {
"wifi_service_win.cc",
]
- defines = [
- "WIFI_IMPLEMENTATION",
- ]
+ defines = [ "WIFI_IMPLEMENTATION" ]
deps = [
"//base",
@@ -24,9 +22,7 @@ component("wifi") {
]
if (is_win) {
- libs = [
- "iphlpapi.lib",
- ]
+ libs = [ "iphlpapi.lib" ]
}
if (is_mac) {
« no previous file with comments | « components/webdata/common/BUILD.gn ('k') | content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698