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

Unified Diff: ash/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: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 067e045bcbb3210f503bca3b072b464b8d343dec..06bfa93f76388aba58af4f6a9872c608505b900e 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -96,15 +96,15 @@ component("ash") {
if (is_chromeos) {
deps += [
- "//device/bluetooth",
- "//ui/display",
- "//ui/display/util",
"//chromeos",
"//chromeos:power_manager_proto",
+ "//device/bluetooth",
"//third_party/qcms",
+ "//ui/chromeos:ui_chromeos",
"//ui/chromeos/resources",
"//ui/chromeos/strings",
- "//ui/chromeos:ui_chromeos",
+ "//ui/display",
+ "//ui/display/util",
]
} else {
sources -= [
@@ -245,7 +245,6 @@ static_library("ash_shell_lib") {
"//ash/strings",
"//base",
"//base:i18n",
-
"//net",
"//skia",
"//third_party/icu",
@@ -275,9 +274,9 @@ static_library("ash_shell_lib_with_content") {
deps = [
#"//chrome:packed_resources", TODO(GYP)
tfarina 2015/11/20 19:25:52 I think we have this now. Let me take a look.
tfarina 2015/11/20 19:33:40 Done. https://codereview.chromium.org/1465963002/
+ ":ash_shell_lib",
"//content",
"//content/shell:content_shell_lib",
- ":ash_shell_lib",
"//skia",
]
}
@@ -306,14 +305,14 @@ test("ash_unittests") {
"//ui/aura",
"//ui/aura:test_support",
"//ui/base",
- "//ui/base/ime",
"//ui/base:test_support",
+ "//ui/base/ime",
"//ui/compositor",
"//ui/compositor:test_support",
"//ui/events",
- "//ui/events/devices",
- "//ui/events:test_support",
"//ui/events:gesture_detection",
+ "//ui/events:test_support",
+ "//ui/events/devices",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/keyboard",
@@ -361,13 +360,13 @@ test("ash_unittests") {
if (is_chromeos) {
sources += [ "first_run/first_run_helper_unittest.cc" ]
deps += [
+ "//chromeos:power_manager_proto",
+ "//chromeos:test_support_without_gmock",
"//device/bluetooth",
"//ui/display",
"//ui/display:test_support",
"//ui/display:test_util",
"//ui/display/types",
- "//chromeos:power_manager_proto",
- "//chromeos:test_support_without_gmock",
]
} else {
sources -= [

Powered by Google App Engine
This is Rietveld 408576698