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

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
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 3998d2793f6d27346f9e47fae0193c69a2725258..85182ff8476d9c18b9078ca9574ddc69e7e1e214 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)
]
@@ -86,6 +86,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") {
#'browser_extensions', TODO(GYP)
#'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') | google_apis/gcm/gcm.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698