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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11044020: Make Web Intents picker in Views conform to latest mocks (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add a .cc file for constants to be able to compile in debug mode 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
« no previous file with comments | « chrome/browser/ui/views/web_intent_picker_views.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.cc',
789 'browser/ui/constrained_window_constants.h', 790 'browser/ui/constrained_window_constants.h',
790 'browser/ui/constrained_window_tab_helper.cc', 791 'browser/ui/constrained_window_tab_helper.cc',
791 'browser/ui/constrained_window_tab_helper.h', 792 'browser/ui/constrained_window_tab_helper.h',
792 'browser/ui/constrained_window_tab_helper_delegate.cc', 793 'browser/ui/constrained_window_tab_helper_delegate.cc',
793 'browser/ui/constrained_window_tab_helper_delegate.h', 794 'browser/ui/constrained_window_tab_helper_delegate.h',
794 'browser/ui/crypto_module_password_dialog.cc', 795 'browser/ui/crypto_module_password_dialog.cc',
795 'browser/ui/crypto_module_password_dialog.h', 796 'browser/ui/crypto_module_password_dialog.h',
796 'browser/ui/crypto_module_password_dialog_nss.cc', 797 'browser/ui/crypto_module_password_dialog_nss.cc',
797 'browser/ui/crypto_module_password_dialog_openssl.cc', 798 'browser/ui/crypto_module_password_dialog_openssl.cc',
798 'browser/ui/extensions/application_launch.cc', 799 'browser/ui/extensions/application_launch.cc',
(...skipping 1896 matching lines...) Expand 10 before | Expand all | Expand 10 after
2695 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2696 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2696 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2697 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2697 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2698 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2698 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2699 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2699 ]} 2700 ]}
2700 ], 2701 ],
2701 ], 2702 ],
2702 }, 2703 },
2703 ], 2704 ],
2704 } 2705 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/web_intent_picker_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698