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

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

Issue 2905833004: [OverlayWindow] Add platform-independent window and views implementation. (Closed)
Patch Set: Rebase. Created 3 years, 5 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/overlay/overlay_window.h » ('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 c399bd9ff7c8489b8503a3bbd595929c79667e42..b915a01a733c95db0cb453d503fae92567763e4c 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -792,6 +792,7 @@ split_static_library("ui") {
"omnibox/chrome_omnibox_navigation_observer.h",
"omnibox/clipboard_utils.cc",
"omnibox/clipboard_utils.h",
+ "overlay/overlay_window.h",
"page_info/page_info_infobar_delegate.cc",
"page_info/page_info_infobar_delegate.h",
"page_info/permission_menu_model.cc",
@@ -1557,6 +1558,8 @@ split_static_library("ui") {
"views/login_view.h",
"views/new_back_shortcut_bubble.cc",
"views/new_back_shortcut_bubble.h",
+ "views/overlay/overlay_window_views.cc",
+ "views/overlay/overlay_window_views.h",
"views/page_info/chosen_object_row.cc",
"views/page_info/chosen_object_row.h",
"views/page_info/chosen_object_row_observer.h",
« no previous file with comments | « no previous file | chrome/browser/ui/overlay/overlay_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698