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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 664223002: MacViews: Get views based FindBar to compile on the Mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update guards 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 | « chrome/browser/ui/views/find_bar_host_aura.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 1c1f2a522bd8983756e311f19a90dc7717335abb..2c5b22a95799df803bbf7044330796094ba3b01d 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -460,8 +460,8 @@
'browser/ui/cocoa/find_bar/find_bar_text_field.mm',
'browser/ui/cocoa/find_bar/find_bar_text_field_cell.h',
'browser/ui/cocoa/find_bar/find_bar_text_field_cell.mm',
- 'browser/ui/cocoa/find_bar/find_bar_view.h',
- 'browser/ui/cocoa/find_bar/find_bar_view.mm',
+ 'browser/ui/cocoa/find_bar/find_bar_view_cocoa.h',
+ 'browser/ui/cocoa/find_bar/find_bar_view_cocoa.mm',
'browser/ui/cocoa/first_run_bubble_controller.h',
'browser/ui/cocoa/first_run_bubble_controller.mm',
'browser/ui/cocoa/first_run_dialog.h',
@@ -2003,11 +2003,6 @@
'browser/ui/views/extensions/media_gallery_checkbox_view.h',
'browser/ui/views/extensions/device_permissions_dialog_view.cc',
'browser/ui/views/extensions/device_permissions_dialog_view.h',
- 'browser/ui/views/find_bar_host_aura.cc',
- 'browser/ui/views/find_bar_host.cc',
- 'browser/ui/views/find_bar_host.h',
- 'browser/ui/views/find_bar_view.cc',
- 'browser/ui/views/find_bar_view.h',
'browser/ui/views/first_run_bubble.cc',
'browser/ui/views/first_run_bubble.h',
'browser/ui/views/frame/browser_frame.cc',
@@ -2284,6 +2279,10 @@
'browser/ui/views/chrome_browser_main_extra_parts_views.h',
'browser/ui/views/chrome_views_delegate.cc',
'browser/ui/views/chrome_views_delegate.h',
+ 'browser/ui/views/find_bar_host.cc',
+ 'browser/ui/views/find_bar_host.h',
+ 'browser/ui/views/find_bar_view.cc',
+ 'browser/ui/views/find_bar_view.h',
],
# Views files for everwhere but ChromeOS.
'chrome_browser_ui_views_non_chromeos_sources': [
« no previous file with comments | « chrome/browser/ui/views/find_bar_host_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698