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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6713082: Move WebUIFactory to chrome/browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ContentWebUIClient Created 9 years, 9 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 3117 matching lines...) Expand 10 before | Expand all | Expand 10 after
3128 'browser/ui/webui/favicon_source.cc', 3128 'browser/ui/webui/favicon_source.cc',
3129 'browser/ui/webui/favicon_source.h', 3129 'browser/ui/webui/favicon_source.h',
3130 'browser/ui/webui/fileicon_source.cc', 3130 'browser/ui/webui/fileicon_source.cc',
3131 'browser/ui/webui/fileicon_source.h', 3131 'browser/ui/webui/fileicon_source.h',
3132 'browser/ui/webui/filebrowse_ui.cc', 3132 'browser/ui/webui/filebrowse_ui.cc',
3133 'browser/ui/webui/filebrowse_ui.h', 3133 'browser/ui/webui/filebrowse_ui.h',
3134 'browser/ui/webui/flags_ui.cc', 3134 'browser/ui/webui/flags_ui.cc',
3135 'browser/ui/webui/flags_ui.h', 3135 'browser/ui/webui/flags_ui.h',
3136 'browser/ui/webui/foreign_session_handler.cc', 3136 'browser/ui/webui/foreign_session_handler.cc',
3137 'browser/ui/webui/foreign_session_handler.h', 3137 'browser/ui/webui/foreign_session_handler.h',
3138 'browser/ui/webui/generic_handler.cc',
3139 'browser/ui/webui/generic_handler.h',
3140 'browser/ui/webui/gpu_internals_ui.cc', 3138 'browser/ui/webui/gpu_internals_ui.cc',
3141 'browser/ui/webui/gpu_internals_ui.h', 3139 'browser/ui/webui/gpu_internals_ui.h',
3142 'browser/ui/webui/history2_ui.cc', 3140 'browser/ui/webui/history2_ui.cc',
3143 'browser/ui/webui/history2_ui.h', 3141 'browser/ui/webui/history2_ui.h',
3144 'browser/ui/webui/history_ui.cc', 3142 'browser/ui/webui/history_ui.cc',
3145 'browser/ui/webui/history_ui.h', 3143 'browser/ui/webui/history_ui.h',
3146 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', 3144 'browser/ui/webui/html_dialog_tab_contents_delegate.cc',
3147 'browser/ui/webui/html_dialog_tab_contents_delegate.h', 3145 'browser/ui/webui/html_dialog_tab_contents_delegate.h',
3148 'browser/ui/webui/html_dialog_ui.cc', 3146 'browser/ui/webui/html_dialog_ui.cc',
3149 'browser/ui/webui/html_dialog_ui.h', 3147 'browser/ui/webui/html_dialog_ui.h',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
3236 'browser/ui/webui/textfields_ui.cc', 3234 'browser/ui/webui/textfields_ui.cc',
3237 'browser/ui/webui/textfields_ui.h', 3235 'browser/ui/webui/textfields_ui.h',
3238 'browser/ui/webui/theme_source.cc', 3236 'browser/ui/webui/theme_source.cc',
3239 'browser/ui/webui/theme_source.h', 3237 'browser/ui/webui/theme_source.h',
3240 'browser/ui/webui/thumbnail_source.cc', 3238 'browser/ui/webui/thumbnail_source.cc',
3241 'browser/ui/webui/thumbnail_source.h', 3239 'browser/ui/webui/thumbnail_source.h',
3242 'browser/ui/webui/tips_handler.cc', 3240 'browser/ui/webui/tips_handler.cc',
3243 'browser/ui/webui/tips_handler.h', 3241 'browser/ui/webui/tips_handler.h',
3244 'browser/ui/webui/value_helper.cc', 3242 'browser/ui/webui/value_helper.cc',
3245 'browser/ui/webui/value_helper.h', 3243 'browser/ui/webui/value_helper.h',
3244 'browser/ui/webui/web_ui_factory.cc',
3245 'browser/ui/webui/web_ui_factory.h',
3246 'browser/ui/window_sizer.cc', 3246 'browser/ui/window_sizer.cc',
3247 'browser/ui/window_sizer.h', 3247 'browser/ui/window_sizer.h',
3248 'browser/ui/window_sizer_linux.cc', 3248 'browser/ui/window_sizer_linux.cc',
3249 'browser/ui/window_sizer_mac.mm', 3249 'browser/ui/window_sizer_mac.mm',
3250 'browser/ui/window_sizer_win.cc', 3250 'browser/ui/window_sizer_win.cc',
3251 'browser/ui/window_snapshot/window_snapshot.h', 3251 'browser/ui/window_snapshot/window_snapshot.h',
3252 'browser/ui/window_snapshot/window_snapshot_mac.mm', 3252 'browser/ui/window_snapshot/window_snapshot_mac.mm',
3253 'browser/ui/window_snapshot/window_snapshot_win.cc', 3253 'browser/ui/window_snapshot/window_snapshot_win.cc',
3254 'browser/ui/window_snapshot/window_snapshot_x.cc', 3254 'browser/ui/window_snapshot/window_snapshot_x.cc',
3255 'browser/upgrade_detector.cc', 3255 'browser/upgrade_detector.cc',
(...skipping 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after
4321 ], 4321 ],
4322 }, 4322 },
4323 ], 4323 ],
4324 } 4324 }
4325 4325
4326 # Local Variables: 4326 # Local Variables:
4327 # tab-width:2 4327 # tab-width:2
4328 # indent-tabs-mode:nil 4328 # indent-tabs-mode:nil
4329 # End: 4329 # End:
4330 # vim: set expandtab tabstop=2 shiftwidth=2: 4330 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698