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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 394033002: Add gcm, nfc and bluetooth to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « chrome/browser/BUILD.gn ('k') | components/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 238f32fc302391a1353132642890d5993dab2eab..2ea33dcb277ca423c73406d5b2f17cd3fbc12af8 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -43,6 +43,7 @@ static_library("ui") {
"//components/dom_distiller/core",
"//components/dom_distiller/webui",
"//components/feedback/proto",
+ "//components/onc",
"//components/resources",
"//components/strings",
"//content/public/browser",
@@ -68,7 +69,6 @@ static_library("ui") {
#'../components/components.gyp:auto_login_parser', TODO(GYP)
#'../components/components.gyp:invalidation', TODO(GYP)
#'../components/components.gyp:omaha_query_params', TODO(GYP)
- #'../components/components.gyp:onc_component', TODO(GYP)
#'../components/components.gyp:password_manager_core_browser', TODO(GYP)
#'../ui/message_center/message_center.gyp:message_center', TODO(GYP)
]
@@ -87,6 +87,8 @@ static_library("ui") {
"//chrome/browser/ui/webui/omnibox:mojo_bindings",
"//chrome/common/extensions/api:api",
"//components/autofill/content/browser:risk_proto",
+ "//device/bluetooth",
+ "//device/nfc",
"//mojo/system",
"//net:net_with_v8",
"//third_party/adobe/flash:flapper_version_h",
@@ -104,8 +106,6 @@ static_library("ui") {
"//webkit/common:storage",
#'debugger', TODO(GYP)
#'installer_util', TODO(GYP)
- #'../device/bluetooth/bluetooth.gyp:device_bluetooth', TODO(GYP)
- #'../device/nfc/nfc.gyp:device_nfc', TODO(GYP)
#'../media/media.gyp:media', TODO(GYP)
#'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP)
#'../ui/web_dialogs/web_dialogs.gyp:web_dialogs', TODO(GYP)
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698