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

Unified Diff: BUILD.gn

Issue 335973002: Minor Fixes for Windows GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 64e79b191ff6eda33fe204ab88e92fe402c6852e..3be755d4a7f9db7c03c9ab0283b2f02d7fe44d5e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -38,7 +38,6 @@ group("root") {
"//content",
"//crypto",
"//extensions/common/api:extensions_api",
- "//dbus",
"//device/usb",
"//gin",
"//gpu",
@@ -104,6 +103,7 @@ group("root") {
if (is_linux) {
deps += [
+ "//dbus",
"//third_party/fontconfig",
"//third_party/freetype2",
]
@@ -131,7 +131,6 @@ group("root") {
deps -= [
"//cc",
"//content",
- "//dbus",
"//extensions/common/api:extensions_api",
"//pdf", # Not compiled on Android in GYP yet, either.
"//ppapi:ppapi_c",
« no previous file with comments | « no previous file | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698