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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3044047: DOMUI: Base framework for the AutoFill page. (Closed)
Patch Set: Fix missing handler. Created 10 years, 4 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/personal_options.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 1092 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 'browser/diagnostics/recon_diagnostics.cc', 1103 'browser/diagnostics/recon_diagnostics.cc',
1104 'browser/diagnostics/recon_diagnostics.h', 1104 'browser/diagnostics/recon_diagnostics.h',
1105 'browser/dock_info_gtk.cc', 1105 'browser/dock_info_gtk.cc',
1106 'browser/dock_info_mac.cc', 1106 'browser/dock_info_mac.cc',
1107 'browser/dock_info_win.cc', 1107 'browser/dock_info_win.cc',
1108 'browser/dock_info.cc', 1108 'browser/dock_info.cc',
1109 'browser/dock_info.h', 1109 'browser/dock_info.h',
1110 'browser/dom_operation_notification_details.h', 1110 'browser/dom_operation_notification_details.h',
1111 'browser/dom_ui/app_launcher_handler.cc', 1111 'browser/dom_ui/app_launcher_handler.cc',
1112 'browser/dom_ui/app_launcher_handler.h', 1112 'browser/dom_ui/app_launcher_handler.h',
1113 'browser/dom_ui/autofill_options_handler.cc',
1114 'browser/dom_ui/autofill_options_handler.h',
1113 'browser/dom_ui/bookmarks_ui.cc', 1115 'browser/dom_ui/bookmarks_ui.cc',
1114 'browser/dom_ui/bookmarks_ui.h', 1116 'browser/dom_ui/bookmarks_ui.h',
1115 'browser/dom_ui/chrome_url_data_manager.cc', 1117 'browser/dom_ui/chrome_url_data_manager.cc',
1116 'browser/dom_ui/chrome_url_data_manager.h', 1118 'browser/dom_ui/chrome_url_data_manager.h',
1117 'browser/dom_ui/add_startup_page_handler.cc', 1119 'browser/dom_ui/add_startup_page_handler.cc',
1118 'browser/dom_ui/add_startup_page_handler.h', 1120 'browser/dom_ui/add_startup_page_handler.h',
1119 'browser/dom_ui/advanced_options_handler.cc', 1121 'browser/dom_ui/advanced_options_handler.cc',
1120 'browser/dom_ui/advanced_options_handler.h', 1122 'browser/dom_ui/advanced_options_handler.h',
1121 'browser/dom_ui/advanced_options_utils.h', 1123 'browser/dom_ui/advanced_options_utils.h',
1122 'browser/dom_ui/advanced_options_utils_gtk.cc', 1124 'browser/dom_ui/advanced_options_utils_gtk.cc',
(...skipping 2621 matching lines...) Expand 10 before | Expand all | Expand 10 after
3744 ], 3746 ],
3745 }, 3747 },
3746 ], 3748 ],
3747 } 3749 }
3748 3750
3749 # Local Variables: 3751 # Local Variables:
3750 # tab-width:2 3752 # tab-width:2
3751 # indent-tabs-mode:nil 3753 # indent-tabs-mode:nil
3752 # End: 3754 # End:
3753 # vim: set expandtab tabstop=2 shiftwidth=2: 3755 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/personal_options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698