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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11077006: Correct padding and focus ring for frameless constrained window dialog (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix license header 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
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 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 'browser/ui/confirm_bubble.h', 779 'browser/ui/confirm_bubble.h',
780 'browser/ui/confirm_bubble_model.cc', 780 'browser/ui/confirm_bubble_model.cc',
781 'browser/ui/confirm_bubble_model.h', 781 'browser/ui/confirm_bubble_model.h',
782 'browser/ui/content_settings/content_setting_bubble_model.cc', 782 'browser/ui/content_settings/content_setting_bubble_model.cc',
783 'browser/ui/content_settings/content_setting_bubble_model.h', 783 'browser/ui/content_settings/content_setting_bubble_model.h',
784 'browser/ui/content_settings/content_setting_bubble_model_delegate.h', 784 'browser/ui/content_settings/content_setting_bubble_model_delegate.h',
785 'browser/ui/content_settings/content_setting_image_model.cc', 785 'browser/ui/content_settings/content_setting_image_model.cc',
786 'browser/ui/content_settings/content_setting_image_model.h', 786 'browser/ui/content_settings/content_setting_image_model.h',
787 'browser/ui/constrained_window.cc', 787 'browser/ui/constrained_window.cc',
788 'browser/ui/constrained_window.h', 788 'browser/ui/constrained_window.h',
789 'browser/ui/constrained_window_constants.h',
789 'browser/ui/constrained_window_tab_helper.cc', 790 'browser/ui/constrained_window_tab_helper.cc',
790 'browser/ui/constrained_window_tab_helper.h', 791 'browser/ui/constrained_window_tab_helper.h',
791 'browser/ui/constrained_window_tab_helper_delegate.cc', 792 'browser/ui/constrained_window_tab_helper_delegate.cc',
792 'browser/ui/constrained_window_tab_helper_delegate.h', 793 'browser/ui/constrained_window_tab_helper_delegate.h',
793 'browser/ui/crypto_module_password_dialog.cc', 794 'browser/ui/crypto_module_password_dialog.cc',
794 'browser/ui/crypto_module_password_dialog.h', 795 'browser/ui/crypto_module_password_dialog.h',
795 'browser/ui/crypto_module_password_dialog_nss.cc', 796 'browser/ui/crypto_module_password_dialog_nss.cc',
796 'browser/ui/crypto_module_password_dialog_openssl.cc', 797 'browser/ui/crypto_module_password_dialog_openssl.cc',
797 'browser/ui/extensions/application_launch.cc', 798 'browser/ui/extensions/application_launch.cc',
798 'browser/ui/extensions/application_launch.h', 799 'browser/ui/extensions/application_launch.h',
(...skipping 1895 matching lines...) Expand 10 before | Expand all | Expand 10 after
2694 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2695 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2695 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2696 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2696 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2697 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2697 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2698 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2698 ]} 2699 ]}
2699 ], 2700 ],
2700 ], 2701 ],
2701 }, 2702 },
2702 ], 2703 ],
2703 } 2704 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tab_modal_confirm_dialog_views.cc ('k') | ui/views/controls/button/chrome_style.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698