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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6344004: DOMUI: Move the meat of SyncOptionsHandler into PersonalOptionsHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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/dom_ui/options/sync_options_handler.cc ('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 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 'browser/dom_ui/options/password_manager_handler.cc', 973 'browser/dom_ui/options/password_manager_handler.cc',
974 'browser/dom_ui/options/password_manager_handler.h', 974 'browser/dom_ui/options/password_manager_handler.h',
975 'browser/dom_ui/options/personal_options_handler.cc', 975 'browser/dom_ui/options/personal_options_handler.cc',
976 'browser/dom_ui/options/personal_options_handler.h', 976 'browser/dom_ui/options/personal_options_handler.h',
977 'browser/dom_ui/options/search_engine_manager_handler.cc', 977 'browser/dom_ui/options/search_engine_manager_handler.cc',
978 'browser/dom_ui/options/search_engine_manager_handler.h', 978 'browser/dom_ui/options/search_engine_manager_handler.h',
979 'browser/dom_ui/options/startup_page_manager_handler.cc', 979 'browser/dom_ui/options/startup_page_manager_handler.cc',
980 'browser/dom_ui/options/startup_page_manager_handler.h', 980 'browser/dom_ui/options/startup_page_manager_handler.h',
981 'browser/dom_ui/options/stop_syncing_handler.cc', 981 'browser/dom_ui/options/stop_syncing_handler.cc',
982 'browser/dom_ui/options/stop_syncing_handler.h', 982 'browser/dom_ui/options/stop_syncing_handler.h',
983 'browser/dom_ui/options/sync_options_handler.cc',
984 'browser/dom_ui/options/sync_options_handler.h',
985 'browser/dom_ui/shared_resources_data_source.cc', 983 'browser/dom_ui/shared_resources_data_source.cc',
986 'browser/dom_ui/shared_resources_data_source.h', 984 'browser/dom_ui/shared_resources_data_source.h',
987 'browser/dom_ui/shown_sections_handler.cc', 985 'browser/dom_ui/shown_sections_handler.cc',
988 'browser/dom_ui/shown_sections_handler.h', 986 'browser/dom_ui/shown_sections_handler.h',
989 'browser/dom_ui/slideshow_ui.cc', 987 'browser/dom_ui/slideshow_ui.cc',
990 'browser/dom_ui/slideshow_ui.h', 988 'browser/dom_ui/slideshow_ui.h',
991 'browser/dom_ui/sync_internals_html_source.cc', 989 'browser/dom_ui/sync_internals_html_source.cc',
992 'browser/dom_ui/sync_internals_html_source.h', 990 'browser/dom_ui/sync_internals_html_source.h',
993 'browser/dom_ui/sync_internals_message_handler.cc', 991 'browser/dom_ui/sync_internals_message_handler.cc',
994 'browser/dom_ui/sync_internals_message_handler.h', 992 'browser/dom_ui/sync_internals_message_handler.h',
(...skipping 3552 matching lines...) Expand 10 before | Expand all | Expand 10 after
4547 ], 4545 ],
4548 }, 4546 },
4549 ], 4547 ],
4550 } 4548 }
4551 4549
4552 # Local Variables: 4550 # Local Variables:
4553 # tab-width:2 4551 # tab-width:2
4554 # indent-tabs-mode:nil 4552 # indent-tabs-mode:nil
4555 # End: 4553 # End:
4556 # vim: set expandtab tabstop=2 shiftwidth=2: 4554 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/options/sync_options_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698