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

Unified Diff: chrome/browser/BUILD.gn

Issue 606953002: Move components/native_app_window to extensions/components/native_app_window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: respond to comments 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 | « athena/extensions/athena_native_app_window_views.h ('k') | chrome/browser/chromeos/login/DEPS » ('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 8181e41c37ef4f86bd5da4905789310b9cc538ab..a4625eb1705486d74529dd6153e30ce1268f88ea 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -76,7 +76,6 @@ static_library("browser") {
"//components/metrics:net",
"//components/metrics:profiler",
"//components/metrics/proto:proto",
- "//components/native_app_window",
"//components/navigation_metrics",
"//components/network_time",
"//components/omaha_query_params",
@@ -233,9 +232,6 @@ static_library("browser") {
#"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 | « athena/extensions/athena_native_app_window_views.h ('k') | chrome/browser/chromeos/login/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698