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

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

Issue 489223002: Add chrome, installer_util targets to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 8ff2c163c24d57c698344a01bcf2f43d4a48540c..a1d4ed71e4cf8c5838c366f53caf74f33c615c27 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -82,9 +82,11 @@ static_library("ui") {
sources += rebase_path(gypi_values.chrome_browser_ui_non_ios_sources,
".", "//chrome")
deps += [
+ "//chrome/browser/devtools",
"//chrome/browser/performance_monitor",
"//chrome/browser/ui/webui/omnibox:mojo_bindings",
"//chrome/common/extensions/api:api",
+ "//chrome/installer/util",
"//components/autofill/content/browser:risk_proto",
"//device/bluetooth",
"//device/nfc",
@@ -106,8 +108,6 @@ static_library("ui") {
"//webkit/common",
"//webkit/common:storage",
"//webkit/glue/resources",
- #'debugger', TODO(GYP)
- #'installer_util', TODO(GYP)
#'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP)
]
# TODO(GYP)
@@ -310,13 +310,13 @@ static_library("ui") {
sources += rebase_path(gypi_values.chrome_browser_ui_win_sources,
".", "//chrome")
deps += [
+ "//chrome/browser/installer/util:strings",
"//third_party/wtl",
"//third_party/iaccessible2",
"//third_party/isimpledom",
"//ui/app_list",
"//ui/views",
"//ui/views/controls/webview",
- #'installer_util_strings', TODO(GYP)
#'metro_utils', TODO(GYP)
#'../google_update/google_update.gyp:google_update', TODO(GYP)
]
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | chrome/chrome.gyp » ('j') | chrome/version.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698