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

Unified Diff: ash/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch 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 deb32266b4b16cc593d2ec9479cd3c936d1224c1..8744953061b8661ffa02a3e420758843368080fa 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 -= [
@@ -241,7 +241,6 @@ static_library("ash_shell_lib") {
"//ash/strings",
"//base",
"//base:i18n",
-
"//net",
"//skia",
"//third_party/icu",
@@ -271,9 +270,9 @@ static_library("ash_shell_lib_with_content") {
deps = [
#"//chrome:packed_resources", TODO(GYP)
+ ":ash_shell_lib",
"//content",
"//content/shell:content_shell_lib",
- ":ash_shell_lib",
"//skia",
]
}
@@ -302,14 +301,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",
@@ -357,13 +356,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