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

Unified Diff: chromeos/BUILD.gn

Issue 643243003: Fixes device/bluetooth / chromeos dependencies for GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: //dbus Created 6 years, 2 months 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 | « no previous file | device/bluetooth/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 2a86253acad2cdc871d1e82194b187f995852d81..ee62dfd6e0bac24a24418cf46782f4a7c514ad6e 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -14,9 +14,9 @@ gypi_values = exec_script(
component("chromeos") {
configs += [
- "//build/config/linux:dbus",
"//net/third_party/nss/ssl:ssl_config",
]
+ public_deps = [ "//dbus" ]
deps = [
"//base",
"//base:prefs",
@@ -25,7 +25,6 @@ component("chromeos") {
"//components/policy/proto",
"//components/onc",
"//crypto",
- "//dbus",
"//google_apis",
"//net/third_party/nss/ssl:libssl",
"//third_party/icu",
« no previous file with comments | « no previous file | device/bluetooth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698