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

Unified Diff: chromeos/BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 years 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 | « cc/surfaces/BUILD.gn ('k') | chromeos/ime/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index 251e282f8d8831be3ade67469730255c44a8dd93..c0a5a636dc5c3e0c47b0b65561e6e624b6578dd2 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -8,17 +8,16 @@ import("//third_party/protobuf/proto_library.gni")
assert(is_chromeos, "Non-ChromeOS builds must not depend on //chromeos")
-gypi_values = exec_script(
- "//build/gypi_to_gn.py",
- [ rebase_path("chromeos.gyp") ],
- "scope",
- [ "chromeos.gyp" ])
+gypi_values = exec_script("//build/gypi_to_gn.py",
+ [ rebase_path("chromeos.gyp") ],
+ "scope",
+ [ "chromeos.gyp" ])
component("chromeos") {
- configs += [
- "//net/third_party/nss/ssl:ssl_config",
+ configs += [ "//net/third_party/nss/ssl:ssl_config" ]
+ public_deps = [
+ "//dbus",
]
- public_deps = [ "//dbus" ]
deps = [
"//base",
"//base:prefs",
@@ -35,7 +34,7 @@ component("chromeos") {
"//ui/accelerometer",
"//url",
":cryptohome_proto",
- ":power_manager_proto"
+ ":power_manager_proto",
]
sources = gypi_values.chromeos_sources
defines = [ "CHROMEOS_IMPLEMENTATION" ]
@@ -43,9 +42,7 @@ component("chromeos") {
static_library("test_support") {
testonly = true
- configs += [
- "//build/config/linux:dbus",
- ]
+ configs += [ "//build/config/linux:dbus" ]
deps = [
"//testing/gmock",
":chromeos",
@@ -99,9 +96,7 @@ static_library("test_support") {
static_library("test_support_without_gmock") {
testonly = true
- configs += [
- "//build/config/linux:dbus",
- ]
+ configs += [ "//build/config/linux:dbus" ]
deps = [
"//crypto",
":chromeos",
« no previous file with comments | « cc/surfaces/BUILD.gn ('k') | chromeos/ime/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698