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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 1562843002: Revert of Introduces window_finder_android.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « 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 1bb44e177955d6920d8873043cf9c08e30d70e0a..e1b8c159aae797de849043d71879c2a057aa6343 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -651,14 +651,6 @@
'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.cc',
- 'browser/ui/views/tabs/window_finder_impl.h',
- ],
- # 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.cc',
- 'browser/ui/views/tabs/window_finder_impl.h',
],
# Used when ash is disabled.
'chrome_browser_ui_non_ash_sources': [
@@ -3040,9 +3032,6 @@
}],
],
}],
- ['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