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

Unified Diff: chrome/browser/ui/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/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index dbd8d43d1d31b696c8c620171396ff9c04fb509a..64adfb91f74c8bc2d94d3b6a0367007f32b651b4 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -205,6 +205,7 @@ static_library("ui") {
sources += rebase_path(
gypi_values.chrome_browser_ui_views_non_mac_sources,
".", "//chrome")
+ deps += [ "//components/native_app_window" ]
}
if (use_ash) {
sources += rebase_path(gypi_values.chrome_browser_ui_ash_views_sources,

Powered by Google App Engine
This is Rietveld 408576698