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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11740033: [Autofill] Add Mac implementation for the in-browser process popup view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Flipped view, broken out mouse events, style fixes. Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'browser/ui/autofill/autofill_dialog_controller.cc', 198 'browser/ui/autofill/autofill_dialog_controller.cc',
199 'browser/ui/autofill/autofill_dialog_controller.h', 199 'browser/ui/autofill/autofill_dialog_controller.h',
200 'browser/ui/autofill/autofill_dialog_models.cc', 200 'browser/ui/autofill/autofill_dialog_models.cc',
201 'browser/ui/autofill/autofill_dialog_models.h', 201 'browser/ui/autofill/autofill_dialog_models.h',
202 'browser/ui/autofill/autofill_dialog_view.cc', 202 'browser/ui/autofill/autofill_dialog_view.cc',
203 'browser/ui/autofill/autofill_dialog_view.h', 203 'browser/ui/autofill/autofill_dialog_view.h',
204 'browser/ui/autofill/autofill_popup_controller.h', 204 'browser/ui/autofill/autofill_popup_controller.h',
205 'browser/ui/autofill/autofill_popup_controller_impl.cc', 205 'browser/ui/autofill/autofill_popup_controller_impl.cc',
206 'browser/ui/autofill/autofill_popup_controller_impl.h', 206 'browser/ui/autofill/autofill_popup_controller_impl.h',
207 'browser/ui/autofill/autofill_popup_delegate.h', 207 'browser/ui/autofill/autofill_popup_delegate.h',
208 'browser/ui/autofill/autofill_popup_view.cc',
209 'browser/ui/autofill/autofill_popup_view.h', 208 'browser/ui/autofill/autofill_popup_view.h',
210 'browser/ui/autofill/tab_autofill_manager_delegate.cc', 209 'browser/ui/autofill/tab_autofill_manager_delegate.cc',
211 'browser/ui/autofill/tab_autofill_manager_delegate.h', 210 'browser/ui/autofill/tab_autofill_manager_delegate.h',
212 'browser/ui/auto_login_info_bar_delegate.cc', 211 'browser/ui/auto_login_info_bar_delegate.cc',
213 'browser/ui/auto_login_info_bar_delegate.h', 212 'browser/ui/auto_login_info_bar_delegate.h',
214 'browser/ui/auto_login_prompter.cc', 213 'browser/ui/auto_login_prompter.cc',
215 'browser/ui/auto_login_prompter.h', 214 'browser/ui/auto_login_prompter.h',
216 'browser/ui/base_window.h', 215 'browser/ui/base_window.h',
217 'browser/ui/blocked_content/blocked_content_container.cc', 216 'browser/ui/blocked_content/blocked_content_container.cc',
218 'browser/ui/blocked_content/blocked_content_container.h', 217 'browser/ui/blocked_content/blocked_content_container.h',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'browser/ui/cocoa/applescript/constants_applescript.h', 307 'browser/ui/cocoa/applescript/constants_applescript.h',
309 'browser/ui/cocoa/applescript/constants_applescript.mm', 308 'browser/ui/cocoa/applescript/constants_applescript.mm',
310 'browser/ui/cocoa/applescript/element_applescript.h', 309 'browser/ui/cocoa/applescript/element_applescript.h',
311 'browser/ui/cocoa/applescript/element_applescript.mm', 310 'browser/ui/cocoa/applescript/element_applescript.mm',
312 'browser/ui/cocoa/applescript/error_applescript.h', 311 'browser/ui/cocoa/applescript/error_applescript.h',
313 'browser/ui/cocoa/applescript/error_applescript.mm', 312 'browser/ui/cocoa/applescript/error_applescript.mm',
314 'browser/ui/cocoa/applescript/tab_applescript.h', 313 'browser/ui/cocoa/applescript/tab_applescript.h',
315 'browser/ui/cocoa/applescript/tab_applescript.mm', 314 'browser/ui/cocoa/applescript/tab_applescript.mm',
316 'browser/ui/cocoa/applescript/window_applescript.h', 315 'browser/ui/cocoa/applescript/window_applescript.h',
317 'browser/ui/cocoa/applescript/window_applescript.mm', 316 'browser/ui/cocoa/applescript/window_applescript.mm',
317 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h',
318 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm',
319 'browser/ui/cocoa/autofill/autofill_popup_view_mac.h',
320 'browser/ui/cocoa/autofill/autofill_popup_view_mac.mm',
318 'browser/ui/cocoa/background_gradient_view.h', 321 'browser/ui/cocoa/background_gradient_view.h',
319 'browser/ui/cocoa/background_gradient_view.mm', 322 'browser/ui/cocoa/background_gradient_view.mm',
320 'browser/ui/cocoa/background_tile_view.h', 323 'browser/ui/cocoa/background_tile_view.h',
321 'browser/ui/cocoa/background_tile_view.mm', 324 'browser/ui/cocoa/background_tile_view.mm',
322 'browser/ui/cocoa/base_bubble_controller.h', 325 'browser/ui/cocoa/base_bubble_controller.h',
323 'browser/ui/cocoa/base_bubble_controller.mm', 326 'browser/ui/cocoa/base_bubble_controller.mm',
324 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h', 327 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h',
325 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm', 328 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm',
326 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h', 329 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h',
327 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.mm', 330 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.mm',
(...skipping 2477 matching lines...) Expand 10 before | Expand all | Expand 10 after
2805 }], 2808 }],
2806 ['enable_message_center==1', { 2809 ['enable_message_center==1', {
2807 'dependencies': [ 2810 'dependencies': [
2808 '../ui/message_center/message_center.gyp:message_center', 2811 '../ui/message_center/message_center.gyp:message_center',
2809 ], 2812 ],
2810 }], 2813 }],
2811 ], 2814 ],
2812 }, 2815 },
2813 ], 2816 ],
2814 } 2817 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698