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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2812063: Add starter code for 'Clear Browser Data' and 'Font Settings' overlay dialogs... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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/resources/options/font_settings_overlay.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 'browser/dom_ui/bookmarks_ui.cc', 1066 'browser/dom_ui/bookmarks_ui.cc',
1067 'browser/dom_ui/bookmarks_ui.h', 1067 'browser/dom_ui/bookmarks_ui.h',
1068 'browser/dom_ui/chrome_url_data_manager.cc', 1068 'browser/dom_ui/chrome_url_data_manager.cc',
1069 'browser/dom_ui/chrome_url_data_manager.h', 1069 'browser/dom_ui/chrome_url_data_manager.h',
1070 'browser/dom_ui/advanced_options_handler.cc', 1070 'browser/dom_ui/advanced_options_handler.cc',
1071 'browser/dom_ui/advanced_options_handler.h', 1071 'browser/dom_ui/advanced_options_handler.h',
1072 'browser/dom_ui/advanced_options_utils_mac.mm', 1072 'browser/dom_ui/advanced_options_utils_mac.mm',
1073 'browser/dom_ui/advanced_options_utils_mac.h', 1073 'browser/dom_ui/advanced_options_utils_mac.h',
1074 'browser/dom_ui/browser_options_handler.cc', 1074 'browser/dom_ui/browser_options_handler.cc',
1075 'browser/dom_ui/browser_options_handler.h', 1075 'browser/dom_ui/browser_options_handler.h',
1076 'browser/dom_ui/clear_browser_data_handler.cc',
1077 'browser/dom_ui/clear_browser_data_handler.h',
1076 'browser/dom_ui/content_settings_handler.cc', 1078 'browser/dom_ui/content_settings_handler.cc',
1077 'browser/dom_ui/content_settings_handler.h', 1079 'browser/dom_ui/content_settings_handler.h',
1078 'browser/dom_ui/core_options_handler.cc', 1080 'browser/dom_ui/core_options_handler.cc',
1079 'browser/dom_ui/core_options_handler.h', 1081 'browser/dom_ui/core_options_handler.h',
1082 'browser/dom_ui/font_settings_handler.cc',
1083 'browser/dom_ui/font_settings_handler.h',
1080 'browser/dom_ui/personal_options_handler.cc', 1084 'browser/dom_ui/personal_options_handler.cc',
1081 'browser/dom_ui/personal_options_handler.h', 1085 'browser/dom_ui/personal_options_handler.h',
1082 'browser/dom_ui/devtools_ui.cc', 1086 'browser/dom_ui/devtools_ui.cc',
1083 'browser/dom_ui/devtools_ui.h', 1087 'browser/dom_ui/devtools_ui.h',
1084 'browser/dom_ui/dom_ui.cc', 1088 'browser/dom_ui/dom_ui.cc',
1085 'browser/dom_ui/dom_ui.h', 1089 'browser/dom_ui/dom_ui.h',
1086 'browser/dom_ui/dom_ui_factory.cc', 1090 'browser/dom_ui/dom_ui_factory.cc',
1087 'browser/dom_ui/dom_ui_factory.h', 1091 'browser/dom_ui/dom_ui_factory.h',
1088 'browser/dom_ui/dom_ui_favicon_source.cc', 1092 'browser/dom_ui/dom_ui_favicon_source.cc',
1089 'browser/dom_ui/dom_ui_favicon_source.h', 1093 'browser/dom_ui/dom_ui_favicon_source.h',
(...skipping 2547 matching lines...) Expand 10 before | Expand all | Expand 10 after
3637 ], 3641 ],
3638 }, 3642 },
3639 ], 3643 ],
3640 } 3644 }
3641 3645
3642 # Local Variables: 3646 # Local Variables:
3643 # tab-width:2 3647 # tab-width:2
3644 # indent-tabs-mode:nil 3648 # indent-tabs-mode:nil
3645 # End: 3649 # End:
3646 # vim: set expandtab tabstop=2 shiftwidth=2: 3650 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/font_settings_overlay.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698