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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11358027: Move constrained web dialog code back to chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cros fix2 Created 8 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 (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 1754 matching lines...) Expand 10 before | Expand all | Expand 10 after
1765 'browser/ui/webui/chromeos/proxy_settings_ui.cc', 1765 'browser/ui/webui/chromeos/proxy_settings_ui.cc',
1766 'browser/ui/webui/chromeos/proxy_settings_ui.h', 1766 'browser/ui/webui/chromeos/proxy_settings_ui.h',
1767 'browser/ui/webui/chromeos/register_page_ui.cc', 1767 'browser/ui/webui/chromeos/register_page_ui.cc',
1768 'browser/ui/webui/chromeos/register_page_ui.h', 1768 'browser/ui/webui/chromeos/register_page_ui.h',
1769 'browser/ui/webui/chromeos/sim_unlock_ui.cc', 1769 'browser/ui/webui/chromeos/sim_unlock_ui.cc',
1770 'browser/ui/webui/chromeos/sim_unlock_ui.h', 1770 'browser/ui/webui/chromeos/sim_unlock_ui.h',
1771 'browser/ui/webui/chromeos/system_info_ui.cc', 1771 'browser/ui/webui/chromeos/system_info_ui.cc',
1772 'browser/ui/webui/chromeos/system_info_ui.h', 1772 'browser/ui/webui/chromeos/system_info_ui.h',
1773 'browser/ui/webui/chromeos/ui_account_tweaks.cc', 1773 'browser/ui/webui/chromeos/ui_account_tweaks.cc',
1774 'browser/ui/webui/chromeos/ui_account_tweaks.h', 1774 'browser/ui/webui/chromeos/ui_account_tweaks.h',
1775 'browser/ui/webui/constrained_web_dialog_ui.cc',
1776 'browser/ui/webui/constrained_web_dialog_ui.h',
1775 'browser/ui/webui/constrained_web_dialog_delegate_base.cc', 1777 'browser/ui/webui/constrained_web_dialog_delegate_base.cc',
1776 'browser/ui/webui/constrained_web_dialog_delegate_base.h', 1778 'browser/ui/webui/constrained_web_dialog_delegate_base.h',
1777 'browser/ui/webui/cookies_tree_model_util.cc', 1779 'browser/ui/webui/cookies_tree_model_util.cc',
1778 'browser/ui/webui/cookies_tree_model_util.h', 1780 'browser/ui/webui/cookies_tree_model_util.h',
1779 'browser/ui/webui/crashes_ui.cc', 1781 'browser/ui/webui/crashes_ui.cc',
1780 'browser/ui/webui/crashes_ui.h', 1782 'browser/ui/webui/crashes_ui.h',
1781 'browser/ui/webui/devtools_ui.cc', 1783 'browser/ui/webui/devtools_ui.cc',
1782 'browser/ui/webui/devtools_ui.h', 1784 'browser/ui/webui/devtools_ui.h',
1783 'browser/ui/webui/downloads_dom_handler.cc', 1785 'browser/ui/webui/downloads_dom_handler.cc',
1784 'browser/ui/webui/downloads_dom_handler.h', 1786 'browser/ui/webui/downloads_dom_handler.h',
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
2750 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2752 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2751 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2753 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2752 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2754 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2753 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2755 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2754 ]} 2756 ]}
2755 ], 2757 ],
2756 ], 2758 ],
2757 }, 2759 },
2758 ], 2760 ],
2759 } 2761 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.cc ('k') | ui/web_dialogs/constrained_web_dialog_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698