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

Unified Diff: chrome/browser/BUILD.gn

Issue 617693002: Convert components/native_app_window.gypi to a gyp to fix a cycle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gyp, Add OWNERS, chromium_code=1 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
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/athena.gyp ('k') | chrome/browser/ui/BUILD.gn » ('j') | chrome/chrome_browser_ui.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698