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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 12084029: Simplify how TestChromeWebUIControllerFactory is registered now that multiple WebUIControllerFactor… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync to head Created 7 years, 10 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
« no previous file with comments | « chrome/browser/ui/webui/web_ui_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2114 matching lines...) Expand 10 before | Expand all | Expand 10 after
2125 'browser/ui/webui/sync_setup_handler.cc', 2125 'browser/ui/webui/sync_setup_handler.cc',
2126 'browser/ui/webui/sync_setup_handler.h', 2126 'browser/ui/webui/sync_setup_handler.h',
2127 'browser/ui/webui/tab_modal_confirm_dialog_webui.cc', 2127 'browser/ui/webui/tab_modal_confirm_dialog_webui.cc',
2128 'browser/ui/webui/tab_modal_confirm_dialog_webui.h', 2128 'browser/ui/webui/tab_modal_confirm_dialog_webui.h',
2129 'browser/ui/webui/task_manager/task_manager_dialog.cc', 2129 'browser/ui/webui/task_manager/task_manager_dialog.cc',
2130 'browser/ui/webui/task_manager/task_manager_dialog.h', 2130 'browser/ui/webui/task_manager/task_manager_dialog.h',
2131 'browser/ui/webui/task_manager/task_manager_handler.cc', 2131 'browser/ui/webui/task_manager/task_manager_handler.cc',
2132 'browser/ui/webui/task_manager/task_manager_handler.h', 2132 'browser/ui/webui/task_manager/task_manager_handler.h',
2133 'browser/ui/webui/task_manager/task_manager_ui.cc', 2133 'browser/ui/webui/task_manager/task_manager_ui.cc',
2134 'browser/ui/webui/task_manager/task_manager_ui.h', 2134 'browser/ui/webui/task_manager/task_manager_ui.h',
2135 'browser/ui/webui/test_chrome_web_ui_controller_factory.cc',
2136 'browser/ui/webui/test_chrome_web_ui_controller_factory.h',
2137 'browser/ui/webui/theme_source.cc', 2135 'browser/ui/webui/theme_source.cc',
2138 'browser/ui/webui/theme_source.h', 2136 'browser/ui/webui/theme_source.h',
2139 'browser/ui/webui/tracing_ui.cc', 2137 'browser/ui/webui/tracing_ui.cc',
2140 'browser/ui/webui/tracing_ui.h', 2138 'browser/ui/webui/tracing_ui.h',
2141 'browser/ui/webui/uber/uber_ui.cc', 2139 'browser/ui/webui/uber/uber_ui.cc',
2142 'browser/ui/webui/uber/uber_ui.h', 2140 'browser/ui/webui/uber/uber_ui.h',
2143 'browser/ui/webui/user_actions/user_actions_ui.cc', 2141 'browser/ui/webui/user_actions/user_actions_ui.cc',
2144 'browser/ui/webui/user_actions/user_actions_ui.h', 2142 'browser/ui/webui/user_actions/user_actions_ui.h',
2145 'browser/ui/webui/user_actions/user_actions_ui_handler.cc', 2143 'browser/ui/webui/user_actions/user_actions_ui_handler.cc',
2146 'browser/ui/webui/user_actions/user_actions_ui_handler.h', 2144 'browser/ui/webui/user_actions/user_actions_ui_handler.h',
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
2785 }], 2783 }],
2786 ['enable_message_center==1', { 2784 ['enable_message_center==1', {
2787 'dependencies': [ 2785 'dependencies': [
2788 '../ui/message_center/message_center.gyp:message_center', 2786 '../ui/message_center/message_center.gyp:message_center',
2789 ], 2787 ],
2790 }], 2788 }],
2791 ], 2789 ],
2792 }, 2790 },
2793 ], 2791 ],
2794 } 2792 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/web_ui_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698