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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6292014: DOMUI Prefs: Remove the startup page managment sub-page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-add accidentally removed CSS Created 9 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/resources/options/startup_page_manager.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) 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 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 'browser/dom_ui/options/options_managed_banner_handler.cc', 960 'browser/dom_ui/options/options_managed_banner_handler.cc',
961 'browser/dom_ui/options/options_managed_banner_handler.h', 961 'browser/dom_ui/options/options_managed_banner_handler.h',
962 'browser/dom_ui/options/options_ui.cc', 962 'browser/dom_ui/options/options_ui.cc',
963 'browser/dom_ui/options/options_ui.h', 963 'browser/dom_ui/options/options_ui.h',
964 'browser/dom_ui/options/password_manager_handler.cc', 964 'browser/dom_ui/options/password_manager_handler.cc',
965 'browser/dom_ui/options/password_manager_handler.h', 965 'browser/dom_ui/options/password_manager_handler.h',
966 'browser/dom_ui/options/personal_options_handler.cc', 966 'browser/dom_ui/options/personal_options_handler.cc',
967 'browser/dom_ui/options/personal_options_handler.h', 967 'browser/dom_ui/options/personal_options_handler.h',
968 'browser/dom_ui/options/search_engine_manager_handler.cc', 968 'browser/dom_ui/options/search_engine_manager_handler.cc',
969 'browser/dom_ui/options/search_engine_manager_handler.h', 969 'browser/dom_ui/options/search_engine_manager_handler.h',
970 'browser/dom_ui/options/startup_page_manager_handler.cc',
971 'browser/dom_ui/options/startup_page_manager_handler.h',
972 'browser/dom_ui/options/stop_syncing_handler.cc', 970 'browser/dom_ui/options/stop_syncing_handler.cc',
973 'browser/dom_ui/options/stop_syncing_handler.h', 971 'browser/dom_ui/options/stop_syncing_handler.h',
974 'browser/dom_ui/shared_resources_data_source.cc', 972 'browser/dom_ui/shared_resources_data_source.cc',
975 'browser/dom_ui/shared_resources_data_source.h', 973 'browser/dom_ui/shared_resources_data_source.h',
976 'browser/dom_ui/shown_sections_handler.cc', 974 'browser/dom_ui/shown_sections_handler.cc',
977 'browser/dom_ui/shown_sections_handler.h', 975 'browser/dom_ui/shown_sections_handler.h',
978 'browser/dom_ui/slideshow_ui.cc', 976 'browser/dom_ui/slideshow_ui.cc',
979 'browser/dom_ui/slideshow_ui.h', 977 'browser/dom_ui/slideshow_ui.h',
980 'browser/dom_ui/sync_internals_html_source.cc', 978 'browser/dom_ui/sync_internals_html_source.cc',
981 'browser/dom_ui/sync_internals_html_source.h', 979 'browser/dom_ui/sync_internals_html_source.h',
(...skipping 3595 matching lines...) Expand 10 before | Expand all | Expand 10 after
4577 ], 4575 ],
4578 }, 4576 },
4579 ], 4577 ],
4580 } 4578 }
4581 4579
4582 # Local Variables: 4580 # Local Variables:
4583 # tab-width:2 4581 # tab-width:2
4584 # indent-tabs-mode:nil 4582 # indent-tabs-mode:nil
4585 # End: 4583 # End:
4586 # vim: set expandtab tabstop=2 shiftwidth=2: 4584 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/startup_page_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698