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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5594006: DOMUI Prefs: Add a subpage for startup page management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-add changes lost during merge to trunk Created 10 years 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) 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 921 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 'browser/dom_ui/options/import_data_handler.cc', 932 'browser/dom_ui/options/import_data_handler.cc',
933 'browser/dom_ui/options/import_data_handler.h', 933 'browser/dom_ui/options/import_data_handler.h',
934 'browser/dom_ui/options/options_managed_banner_handler.cc', 934 'browser/dom_ui/options/options_managed_banner_handler.cc',
935 'browser/dom_ui/options/options_managed_banner_handler.h', 935 'browser/dom_ui/options/options_managed_banner_handler.h',
936 'browser/dom_ui/options/options_ui.cc', 936 'browser/dom_ui/options/options_ui.cc',
937 'browser/dom_ui/options/options_ui.h', 937 'browser/dom_ui/options/options_ui.h',
938 'browser/dom_ui/options/passwords_exceptions_handler.cc', 938 'browser/dom_ui/options/passwords_exceptions_handler.cc',
939 'browser/dom_ui/options/passwords_exceptions_handler.h', 939 'browser/dom_ui/options/passwords_exceptions_handler.h',
940 'browser/dom_ui/options/personal_options_handler.cc', 940 'browser/dom_ui/options/personal_options_handler.cc',
941 'browser/dom_ui/options/personal_options_handler.h', 941 'browser/dom_ui/options/personal_options_handler.h',
942 'browser/dom_ui/options/search_engine_manager_handler.cc',
943 'browser/dom_ui/options/search_engine_manager_handler.h',
944 'browser/dom_ui/options/startup_page_manager_handler.cc',
945 'browser/dom_ui/options/startup_page_manager_handler.h',
942 'browser/dom_ui/options/stop_syncing_handler.cc', 946 'browser/dom_ui/options/stop_syncing_handler.cc',
943 'browser/dom_ui/options/stop_syncing_handler.h', 947 'browser/dom_ui/options/stop_syncing_handler.h',
944 'browser/dom_ui/options/sync_options_handler.cc', 948 'browser/dom_ui/options/sync_options_handler.cc',
945 'browser/dom_ui/options/sync_options_handler.h', 949 'browser/dom_ui/options/sync_options_handler.h',
946 'browser/dom_ui/options/search_engine_manager_handler.cc',
947 'browser/dom_ui/options/search_engine_manager_handler.h',
948 'browser/dom_ui/shared_resources_data_source.cc', 950 'browser/dom_ui/shared_resources_data_source.cc',
949 'browser/dom_ui/shared_resources_data_source.h', 951 'browser/dom_ui/shared_resources_data_source.h',
950 'browser/dom_ui/shown_sections_handler.cc', 952 'browser/dom_ui/shown_sections_handler.cc',
951 'browser/dom_ui/shown_sections_handler.h', 953 'browser/dom_ui/shown_sections_handler.h',
952 'browser/dom_ui/slideshow_ui.cc', 954 'browser/dom_ui/slideshow_ui.cc',
953 'browser/dom_ui/slideshow_ui.h', 955 'browser/dom_ui/slideshow_ui.h',
954 'browser/dom_ui/textfields_ui.cc', 956 'browser/dom_ui/textfields_ui.cc',
955 'browser/dom_ui/textfields_ui.h', 957 'browser/dom_ui/textfields_ui.h',
956 'browser/dom_ui/tips_handler.cc', 958 'browser/dom_ui/tips_handler.cc',
957 'browser/dom_ui/tips_handler.h', 959 'browser/dom_ui/tips_handler.h',
(...skipping 3460 matching lines...) Expand 10 before | Expand all | Expand 10 after
4418 ], 4420 ],
4419 }, 4421 },
4420 ], 4422 ],
4421 } 4423 }
4422 4424
4423 # Local Variables: 4425 # Local Variables:
4424 # tab-width:2 4426 # tab-width:2
4425 # indent-tabs-mode:nil 4427 # indent-tabs-mode:nil
4426 # End: 4428 # End:
4427 # vim: set expandtab tabstop=2 shiftwidth=2: 4429 # 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