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

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: rebase 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/DEPS » ('j') | chrome/test/base/browser_with_test_window_test.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index cb1fa28c9ba58cb1c0d2b1209949ed5eb341ea50..4bbf148497ccbd22891efffe71b05c20d1e08a93 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -221,12 +221,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/test/base/browser_with_test_window_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698