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

Unified Diff: chrome/browser/BUILD.gn

Issue 576863003: Componentize NativeAppWindowViews (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/app/generated_resources.grd ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 41283d710201d678706fef6bef0f27facceff47f..9002550a73f758cbcab96f023051af7a6c9af31b 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -68,6 +68,7 @@ static_library("browser") {
"//components/metrics:gpu",
"//components/metrics:net",
"//components/metrics/proto:proto",
+ "//components/native_app_window",
"//components/navigation_metrics",
"//components/network_time",
"//components/omaha_query_params",
@@ -229,6 +230,9 @@ static_library("browser") {
#"app_shim" TODO(GYP)
]
}
+ if (!toolkit_views) {
+ deps -= [ "//components/native_app_window" ]
+ }
if (cld2_data_source == "component") {
sources += [
"component_updater/cld_component_installer.cc",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698