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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2806081: DOMUI prefs: Add stub sub-page for search engine management (Closed)
Patch Set: Rebased to trunk Created 10 years, 4 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 'browser/dom_ui/content_settings_handler.cc', 1098 'browser/dom_ui/content_settings_handler.cc',
1099 'browser/dom_ui/content_settings_handler.h', 1099 'browser/dom_ui/content_settings_handler.h',
1100 'browser/dom_ui/core_options_handler.cc', 1100 'browser/dom_ui/core_options_handler.cc',
1101 'browser/dom_ui/core_options_handler.h', 1101 'browser/dom_ui/core_options_handler.h',
1102 'browser/dom_ui/font_settings_handler.cc', 1102 'browser/dom_ui/font_settings_handler.cc',
1103 'browser/dom_ui/font_settings_handler.h', 1103 'browser/dom_ui/font_settings_handler.h',
1104 'browser/dom_ui/personal_options_handler.cc', 1104 'browser/dom_ui/personal_options_handler.cc',
1105 'browser/dom_ui/personal_options_handler.h', 1105 'browser/dom_ui/personal_options_handler.h',
1106 'browser/dom_ui/sync_options_handler.cc', 1106 'browser/dom_ui/sync_options_handler.cc',
1107 'browser/dom_ui/sync_options_handler.h', 1107 'browser/dom_ui/sync_options_handler.h',
1108 'browser/dom_ui/search_engine_manager_handler.cc',
1109 'browser/dom_ui/search_engine_manager_handler.h',
1108 'browser/dom_ui/devtools_ui.cc', 1110 'browser/dom_ui/devtools_ui.cc',
1109 'browser/dom_ui/devtools_ui.h', 1111 'browser/dom_ui/devtools_ui.h',
1110 'browser/dom_ui/dom_ui.cc', 1112 'browser/dom_ui/dom_ui.cc',
1111 'browser/dom_ui/dom_ui.h', 1113 'browser/dom_ui/dom_ui.h',
1112 'browser/dom_ui/dom_ui_factory.cc', 1114 'browser/dom_ui/dom_ui_factory.cc',
1113 'browser/dom_ui/dom_ui_factory.h', 1115 'browser/dom_ui/dom_ui_factory.h',
1114 'browser/dom_ui/dom_ui_favicon_source.cc', 1116 'browser/dom_ui/dom_ui_favicon_source.cc',
1115 'browser/dom_ui/dom_ui_favicon_source.h', 1117 'browser/dom_ui/dom_ui_favicon_source.h',
1116 'browser/dom_ui/dom_ui_theme_source.cc', 1118 'browser/dom_ui/dom_ui_theme_source.cc',
1117 'browser/dom_ui/dom_ui_theme_source.h', 1119 'browser/dom_ui/dom_ui_theme_source.h',
(...skipping 2568 matching lines...) Expand 10 before | Expand all | Expand 10 after
3686 ], 3688 ],
3687 }, 3689 },
3688 ], 3690 ],
3689 } 3691 }
3690 3692
3691 # Local Variables: 3693 # Local Variables:
3692 # tab-width:2 3694 # tab-width:2
3693 # indent-tabs-mode:nil 3695 # indent-tabs-mode:nil
3694 # End: 3696 # End:
3695 # vim: set expandtab tabstop=2 shiftwidth=2: 3697 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698