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

Unified Diff: BUILD.gn

Issue 301233007: Add GN build file for dbus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix for proto error - depend on protobuf_lite Created 6 years, 7 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 | build/config/linux/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 6b7394d95f9a0f8f1f66f7c0983b290674ec52cc..c6e47195fec80bbd7c3d5ee7fd430ba108fbc634 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -37,6 +37,7 @@ group("root") {
"//content/public/common",
"//content/public/renderer",
"//crypto",
+ "//dbus",
"//device/usb",
#"//extensions/common/api:extensions_api",
"//gin",
@@ -108,6 +109,7 @@ group("root") {
"//cc",
"//content/public/common",
"//content/public/renderer",
+ "//dbus",
"//ppapi:ppapi_c",
"//third_party/libusb",
#"//third_party/WebKit/Source/platform",
« no previous file with comments | « no previous file | build/config/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698