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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11103042: New custom styling for action box menu on Os X. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Check that icon exists before setting it. Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_ui', 9 'target_name': 'browser_ui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 'browser/ui/cocoa/javascript_app_modal_dialog_cocoa.h', 579 'browser/ui/cocoa/javascript_app_modal_dialog_cocoa.h',
580 'browser/ui/cocoa/javascript_app_modal_dialog_cocoa.mm', 580 'browser/ui/cocoa/javascript_app_modal_dialog_cocoa.mm',
581 'browser/ui/cocoa/key_equivalent_constants.h', 581 'browser/ui/cocoa/key_equivalent_constants.h',
582 'browser/ui/cocoa/key_equivalent_constants.mm', 582 'browser/ui/cocoa/key_equivalent_constants.mm',
583 'browser/ui/cocoa/keystone_infobar_delegate.h', 583 'browser/ui/cocoa/keystone_infobar_delegate.h',
584 'browser/ui/cocoa/keystone_infobar_delegate.mm', 584 'browser/ui/cocoa/keystone_infobar_delegate.mm',
585 'browser/ui/cocoa/l10n_util.h', 585 'browser/ui/cocoa/l10n_util.h',
586 'browser/ui/cocoa/l10n_util.mm', 586 'browser/ui/cocoa/l10n_util.mm',
587 'browser/ui/cocoa/last_active_browser_cocoa.cc', 587 'browser/ui/cocoa/last_active_browser_cocoa.cc',
588 'browser/ui/cocoa/last_active_browser_cocoa.h', 588 'browser/ui/cocoa/last_active_browser_cocoa.h',
589 'browser/ui/cocoa/location_bar/action_box_menu_bubble_controller.h',
590 'browser/ui/cocoa/location_bar/action_box_menu_bubble_controller.mm',
589 'browser/ui/cocoa/location_bar/autocomplete_text_field.h', 591 'browser/ui/cocoa/location_bar/autocomplete_text_field.h',
590 'browser/ui/cocoa/location_bar/autocomplete_text_field.mm', 592 'browser/ui/cocoa/location_bar/autocomplete_text_field.mm',
591 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h', 593 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h',
592 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm', 594 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm',
593 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h', 595 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.h',
594 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm', 596 'browser/ui/cocoa/location_bar/autocomplete_text_field_editor.mm',
595 'browser/ui/cocoa/location_bar/bubble_decoration.h', 597 'browser/ui/cocoa/location_bar/bubble_decoration.h',
596 'browser/ui/cocoa/location_bar/bubble_decoration.mm', 598 'browser/ui/cocoa/location_bar/bubble_decoration.mm',
597 'browser/ui/cocoa/location_bar/button_decoration.h', 599 'browser/ui/cocoa/location_bar/button_decoration.h',
598 'browser/ui/cocoa/location_bar/button_decoration.mm', 600 'browser/ui/cocoa/location_bar/button_decoration.mm',
(...skipping 2095 matching lines...) Expand 10 before | Expand all | Expand 10 after
2694 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2696 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2695 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2697 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2696 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2698 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2697 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2699 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2698 ]} 2700 ]}
2699 ], 2701 ],
2700 ], 2702 ],
2701 }, 2703 },
2702 ], 2704 ],
2703 } 2705 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698