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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 1421083003: Introduces window_finder_android.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reviews Created 5 years, 1 month 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 | « chrome/browser/ui/views/tabs/window_finder_x11.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 374702fe49cca72fa33ece7498038ceea0b4d0c8..9860e7b3c0c3682716fa5e789336a24b639e619a 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -642,6 +642,14 @@
'browser/ui/views/frame/web_app_left_header_view_ash.cc',
'browser/ui/views/frame/web_app_left_header_view_ash.h',
'browser/ui/views/tabs/window_finder_ash.cc',
+ 'browser/ui/views/tabs/window_finder_impl.h',
+ 'browser/ui/views/tabs/window_finder_impl.cc',
+ ],
+ # Used when Android + Views.
+ 'chrome_browser_ui_views_android_sources': [
+ 'browser/ui/views/tabs/window_finder_android.cc',
+ 'browser/ui/views/tabs/window_finder_impl.h',
+ 'browser/ui/views/tabs/window_finder_impl.cc',
],
# Used when ash is disabled.
'chrome_browser_ui_non_ash_sources': [
@@ -2966,6 +2974,9 @@
}],
],
}],
+ ['OS=="android"', {
+ 'sources': [ '<@(chrome_browser_ui_views_android_sources)' ],
+ }],
['enable_extensions==1', {
'dependencies': [
'<(DEPTH)/extensions/components/extensions_components.gyp:native_app_window',
« no previous file with comments | « chrome/browser/ui/views/tabs/window_finder_x11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698