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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 40483003: [rAC, OSX] Add "generated CC" info bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Final fixes (arrow position etc.) Created 7 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 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 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'browser/ui/cocoa/autofill/autofill_section_view.h', 501 'browser/ui/cocoa/autofill/autofill_section_view.h',
502 'browser/ui/cocoa/autofill/autofill_section_view.mm', 502 'browser/ui/cocoa/autofill/autofill_section_view.mm',
503 'browser/ui/cocoa/autofill/autofill_sign_in_container.h', 503 'browser/ui/cocoa/autofill/autofill_sign_in_container.h',
504 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm', 504 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm',
505 'browser/ui/cocoa/autofill/autofill_suggestion_container.h', 505 'browser/ui/cocoa/autofill/autofill_suggestion_container.h',
506 'browser/ui/cocoa/autofill/autofill_suggestion_container.mm', 506 'browser/ui/cocoa/autofill/autofill_suggestion_container.mm',
507 'browser/ui/cocoa/autofill/autofill_textfield.h', 507 'browser/ui/cocoa/autofill/autofill_textfield.h',
508 'browser/ui/cocoa/autofill/autofill_textfield.mm', 508 'browser/ui/cocoa/autofill/autofill_textfield.mm',
509 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h', 509 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h',
510 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm', 510 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm',
511 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h',
512 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.mm',
511 'browser/ui/cocoa/autofill/layout_view.h', 513 'browser/ui/cocoa/autofill/layout_view.h',
512 'browser/ui/cocoa/autofill/layout_view.mm', 514 'browser/ui/cocoa/autofill/layout_view.mm',
513 'browser/ui/cocoa/autofill/autofill_pop_up_button.h', 515 'browser/ui/cocoa/autofill/autofill_pop_up_button.h',
514 'browser/ui/cocoa/autofill/autofill_pop_up_button.mm', 516 'browser/ui/cocoa/autofill/autofill_pop_up_button.mm',
515 'browser/ui/cocoa/autofill/simple_grid_layout.h', 517 'browser/ui/cocoa/autofill/simple_grid_layout.h',
516 'browser/ui/cocoa/autofill/simple_grid_layout.mm', 518 'browser/ui/cocoa/autofill/simple_grid_layout.mm',
517 'browser/ui/cocoa/background_gradient_view.h', 519 'browser/ui/cocoa/background_gradient_view.h',
518 'browser/ui/cocoa/background_gradient_view.mm', 520 'browser/ui/cocoa/background_gradient_view.mm',
519 'browser/ui/cocoa/base_bubble_controller.h', 521 'browser/ui/cocoa/base_bubble_controller.h',
520 'browser/ui/cocoa/base_bubble_controller.mm', 522 'browser/ui/cocoa/base_bubble_controller.mm',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h', 805 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h',
804 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm', 806 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm',
805 'browser/ui/cocoa/location_bar/bubble_decoration.h', 807 'browser/ui/cocoa/location_bar/bubble_decoration.h',
806 'browser/ui/cocoa/location_bar/bubble_decoration.mm', 808 'browser/ui/cocoa/location_bar/bubble_decoration.mm',
807 'browser/ui/cocoa/location_bar/button_decoration.h', 809 'browser/ui/cocoa/location_bar/button_decoration.h',
808 'browser/ui/cocoa/location_bar/button_decoration.mm', 810 'browser/ui/cocoa/location_bar/button_decoration.mm',
809 'browser/ui/cocoa/location_bar/content_setting_decoration.h', 811 'browser/ui/cocoa/location_bar/content_setting_decoration.h',
810 'browser/ui/cocoa/location_bar/content_setting_decoration.mm', 812 'browser/ui/cocoa/location_bar/content_setting_decoration.mm',
811 'browser/ui/cocoa/location_bar/ev_bubble_decoration.h', 813 'browser/ui/cocoa/location_bar/ev_bubble_decoration.h',
812 'browser/ui/cocoa/location_bar/ev_bubble_decoration.mm', 814 'browser/ui/cocoa/location_bar/ev_bubble_decoration.mm',
815 'browser/ui/cocoa/location_bar/generated_credit_card_decoration.h',
816 'browser/ui/cocoa/location_bar/generated_credit_card_decoration.mm',
813 'browser/ui/cocoa/location_bar/image_decoration.h', 817 'browser/ui/cocoa/location_bar/image_decoration.h',
814 'browser/ui/cocoa/location_bar/image_decoration.mm', 818 'browser/ui/cocoa/location_bar/image_decoration.mm',
815 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h', 819 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h',
816 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm', 820 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm',
817 'browser/ui/cocoa/location_bar/location_bar_decoration.h', 821 'browser/ui/cocoa/location_bar/location_bar_decoration.h',
818 'browser/ui/cocoa/location_bar/location_bar_decoration.mm', 822 'browser/ui/cocoa/location_bar/location_bar_decoration.mm',
819 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', 823 'browser/ui/cocoa/location_bar/location_bar_view_mac.h',
820 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', 824 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm',
821 'browser/ui/cocoa/location_bar/location_icon_decoration.h', 825 'browser/ui/cocoa/location_bar/location_icon_decoration.h',
822 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', 826 'browser/ui/cocoa/location_bar/location_icon_decoration.mm',
(...skipping 2455 matching lines...) Expand 10 before | Expand all | Expand 10 after
3278 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3282 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3279 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3283 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3280 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3284 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3281 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3285 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3282 ], 3286 ],
3283 }], 3287 }],
3284 ], 3288 ],
3285 }, 3289 },
3286 ], 3290 ],
3287 } 3291 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698