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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11028125: Remove legacy draggable region code and refactor to share common draggable region code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch 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 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 'browser/ui/constrained_window_tab_helper.cc', 764 'browser/ui/constrained_window_tab_helper.cc',
765 'browser/ui/constrained_window_tab_helper.h', 765 'browser/ui/constrained_window_tab_helper.h',
766 'browser/ui/constrained_window_tab_helper_delegate.cc', 766 'browser/ui/constrained_window_tab_helper_delegate.cc',
767 'browser/ui/constrained_window_tab_helper_delegate.h', 767 'browser/ui/constrained_window_tab_helper_delegate.h',
768 'browser/ui/crypto_module_password_dialog.cc', 768 'browser/ui/crypto_module_password_dialog.cc',
769 'browser/ui/crypto_module_password_dialog.h', 769 'browser/ui/crypto_module_password_dialog.h',
770 'browser/ui/crypto_module_password_dialog_nss.cc', 770 'browser/ui/crypto_module_password_dialog_nss.cc',
771 'browser/ui/crypto_module_password_dialog_openssl.cc', 771 'browser/ui/crypto_module_password_dialog_openssl.cc',
772 'browser/ui/extensions/application_launch.cc', 772 'browser/ui/extensions/application_launch.cc',
773 'browser/ui/extensions/application_launch.h', 773 'browser/ui/extensions/application_launch.h',
774 'browser/ui/extensions/native_shell_window.cc',
774 'browser/ui/extensions/native_shell_window.h', 775 'browser/ui/extensions/native_shell_window.h',
775 'browser/ui/extensions/shell_window.cc', 776 'browser/ui/extensions/shell_window.cc',
776 'browser/ui/extensions/shell_window.h', 777 'browser/ui/extensions/shell_window.h',
777 'browser/ui/find_bar/find_bar.h', 778 'browser/ui/find_bar/find_bar.h',
778 'browser/ui/find_bar/find_bar_controller.cc', 779 'browser/ui/find_bar/find_bar_controller.cc',
779 'browser/ui/find_bar/find_bar_controller.h', 780 'browser/ui/find_bar/find_bar_controller.h',
780 'browser/ui/find_bar/find_bar_state.h', 781 'browser/ui/find_bar/find_bar_state.h',
781 'browser/ui/find_bar/find_bar_state_factory.cc', 782 'browser/ui/find_bar/find_bar_state_factory.cc',
782 'browser/ui/find_bar/find_bar_state_factory.h', 783 'browser/ui/find_bar/find_bar_state_factory.h',
783 'browser/ui/find_bar/find_notification_details.h', 784 'browser/ui/find_bar/find_notification_details.h',
(...skipping 1884 matching lines...) Expand 10 before | Expand all | Expand 10 after
2668 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2669 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2669 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2670 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2670 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2671 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2671 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2672 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2672 ]} 2673 ]}
2673 ], 2674 ],
2674 ], 2675 ],
2675 }, 2676 },
2676 ], 2677 ],
2677 } 2678 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698