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

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

Issue 975043003: [MacViews] Add NativeAppWindowViewsMac and port HideWithApp behavior from NativeAppWindowCocoa. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@views
Patch Set: Change gypi variable name. Created 5 years, 10 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/cocoa/apps/native_app_window_cocoa_browsertest.mm » ('j') | no next file with comments »
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 538f50aabacd76ca0e8f3aafcc436061fdf6ba35..47f303997de7d91d37c7139221f6a9dade35f939 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -228,7 +228,10 @@ static_library("ui") {
}
if (is_mac) {
if (mac_views_browser) {
- sources += [ "views/apps/chrome_app_window_client_views_mac.mm" ]
+ sources += rebase_path(
+ gypi_values.chrome_browser_ui_views_mac_experimental_sources,
+ ".",
+ "//chrome")
sources -= [
"cocoa/apps/chrome_app_window_client_cocoa.mm",
"cocoa/bookmarks/bookmark_drag_drop_cocoa.mm",
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/apps/native_app_window_cocoa_browsertest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698