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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3020021: DOMUI prefs: Add and wire up a stub overlay for adding a startup page. (Closed)
Patch Set: Addresses review comments 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
« no previous file with comments | « chrome/browser/resources/options/options_page.css ('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 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 'browser/dock_info_win.cc', 1067 'browser/dock_info_win.cc',
1068 'browser/dock_info.cc', 1068 'browser/dock_info.cc',
1069 'browser/dock_info.h', 1069 'browser/dock_info.h',
1070 'browser/dom_operation_notification_details.h', 1070 'browser/dom_operation_notification_details.h',
1071 'browser/dom_ui/app_launcher_handler.cc', 1071 'browser/dom_ui/app_launcher_handler.cc',
1072 'browser/dom_ui/app_launcher_handler.h', 1072 'browser/dom_ui/app_launcher_handler.h',
1073 'browser/dom_ui/bookmarks_ui.cc', 1073 'browser/dom_ui/bookmarks_ui.cc',
1074 'browser/dom_ui/bookmarks_ui.h', 1074 'browser/dom_ui/bookmarks_ui.h',
1075 'browser/dom_ui/chrome_url_data_manager.cc', 1075 'browser/dom_ui/chrome_url_data_manager.cc',
1076 'browser/dom_ui/chrome_url_data_manager.h', 1076 'browser/dom_ui/chrome_url_data_manager.h',
1077 'browser/dom_ui/add_startup_page_handler.cc',
1078 'browser/dom_ui/add_startup_page_handler.h',
1077 'browser/dom_ui/advanced_options_handler.cc', 1079 'browser/dom_ui/advanced_options_handler.cc',
1078 'browser/dom_ui/advanced_options_handler.h', 1080 'browser/dom_ui/advanced_options_handler.h',
1079 'browser/dom_ui/advanced_options_utils_mac.mm', 1081 'browser/dom_ui/advanced_options_utils_mac.mm',
1080 'browser/dom_ui/advanced_options_utils_mac.h', 1082 'browser/dom_ui/advanced_options_utils_mac.h',
1081 'browser/dom_ui/browser_options_handler.cc', 1083 'browser/dom_ui/browser_options_handler.cc',
1082 'browser/dom_ui/browser_options_handler.h', 1084 'browser/dom_ui/browser_options_handler.h',
1083 'browser/dom_ui/clear_browser_data_handler.cc', 1085 'browser/dom_ui/clear_browser_data_handler.cc',
1084 'browser/dom_ui/clear_browser_data_handler.h', 1086 'browser/dom_ui/clear_browser_data_handler.h',
1085 'browser/dom_ui/content_settings_handler.cc', 1087 'browser/dom_ui/content_settings_handler.cc',
1086 'browser/dom_ui/content_settings_handler.h', 1088 'browser/dom_ui/content_settings_handler.h',
(...skipping 2584 matching lines...) Expand 10 before | Expand all | Expand 10 after
3671 ], 3673 ],
3672 }, 3674 },
3673 ], 3675 ],
3674 } 3676 }
3675 3677
3676 # Local Variables: 3678 # Local Variables:
3677 # tab-width:2 3679 # tab-width:2
3678 # indent-tabs-mode:nil 3680 # indent-tabs-mode:nil
3679 # End: 3681 # End:
3680 # vim: set expandtab tabstop=2 shiftwidth=2: 3682 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/options_page.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698