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

Unified Diff: chrome/common/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 01e134cbb98f0155b819e5263d1d4503d796e30d..21cf8d8676408d706cf4c3ad4501f7ab488bedf7 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -48,9 +48,9 @@ static_library("common") {
public_deps = [
"//base:base",
+ "//base:base_static",
"//base:i18n",
"//base:prefs",
- "//base:base_static",
"//chrome:resources",
"//chrome:strings",
"//chrome/app/theme:theme_resources",
@@ -112,16 +112,16 @@ static_library("common") {
public_deps += [
":mojo_bindings",
"//chrome/common/net",
- "//components/visitedlink/common",
"//components/autofill/content/common",
"//components/autofill/core/common",
"//components/password_manager/content/common",
"//components/password_manager/core/common",
"//components/signin/core/common",
"//components/translate/content/common",
+ "//components/visitedlink/common",
+ "//ipc",
"//media",
"//mojo/public/cpp/bindings",
- "//ipc",
"//third_party/re2",
"//third_party/widevine/cdm:version_h",
]
@@ -132,11 +132,11 @@ static_library("common") {
".",
"//chrome")
public_deps += [
- "//device/usb",
"//chrome/common/extensions/api",
+ "//device/usb",
+ "//extensions:extensions_resources",
"//extensions/common",
"//extensions/common/api",
- "//extensions:extensions_resources",
"//extensions/strings",
"//media/cast:net",
]
@@ -238,8 +238,8 @@ static_library("common") {
if (is_mac) {
sources -= [ "channel_info_posix.cc" ]
public_deps += [
- "//third_party/mach_override",
"//third_party/google_toolbox_for_mac",
+ "//third_party/mach_override",
]
}

Powered by Google App Engine
This is Rietveld 408576698