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

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

Issue 658383003: Componentize Constrained Window Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: gn Created 6 years, 2 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 7bb0671d6a1b7c54c26be683aa15367c595da4ad..a501a10eb831d2a74df07c302b9e1876e87803c8 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -220,12 +220,15 @@ static_library("ui") {
sources += rebase_path(
gypi_values.chrome_browser_ui_views_non_mac_sources,
".", "//chrome")
- deps += [ "//extensions/components/native_app_window" ]
+ deps += [
+ "//components/constrained_window",
+ "//extensions/components/native_app_window",
+ ]
}
if (use_ash) {
sources += rebase_path(gypi_values.chrome_browser_ui_ash_views_sources,
".", "//chrome")
- }
+ }
}
if (use_aura && !use_ozone && is_desktop_linux) {
deps += [
« no previous file with comments | « no previous file | chrome/browser/ui/views/DEPS » ('j') | chrome/browser/ui/views/chrome_constrained_window_views_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698