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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3061049: Start passwords exceptions (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: 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 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 'browser/dom_ui/browser_options_handler.cc', 1123 'browser/dom_ui/browser_options_handler.cc',
1124 'browser/dom_ui/browser_options_handler.h', 1124 'browser/dom_ui/browser_options_handler.h',
1125 'browser/dom_ui/clear_browser_data_handler.cc', 1125 'browser/dom_ui/clear_browser_data_handler.cc',
1126 'browser/dom_ui/clear_browser_data_handler.h', 1126 'browser/dom_ui/clear_browser_data_handler.h',
1127 'browser/dom_ui/content_settings_handler.cc', 1127 'browser/dom_ui/content_settings_handler.cc',
1128 'browser/dom_ui/content_settings_handler.h', 1128 'browser/dom_ui/content_settings_handler.h',
1129 'browser/dom_ui/core_options_handler.cc', 1129 'browser/dom_ui/core_options_handler.cc',
1130 'browser/dom_ui/core_options_handler.h', 1130 'browser/dom_ui/core_options_handler.h',
1131 'browser/dom_ui/font_settings_handler.cc', 1131 'browser/dom_ui/font_settings_handler.cc',
1132 'browser/dom_ui/font_settings_handler.h', 1132 'browser/dom_ui/font_settings_handler.h',
1133 'browser/dom_ui/passwords_exceptions_handler.cc',
1134 'browser/dom_ui/passwords_exceptions_handler.h',
1133 'browser/dom_ui/personal_options_handler.cc', 1135 'browser/dom_ui/personal_options_handler.cc',
1134 'browser/dom_ui/personal_options_handler.h', 1136 'browser/dom_ui/personal_options_handler.h',
1135 'browser/dom_ui/sync_options_handler.cc', 1137 'browser/dom_ui/sync_options_handler.cc',
1136 'browser/dom_ui/sync_options_handler.h', 1138 'browser/dom_ui/sync_options_handler.h',
1137 'browser/dom_ui/search_engine_manager_handler.cc', 1139 'browser/dom_ui/search_engine_manager_handler.cc',
1138 'browser/dom_ui/search_engine_manager_handler.h', 1140 'browser/dom_ui/search_engine_manager_handler.h',
1139 'browser/dom_ui/devtools_ui.cc', 1141 'browser/dom_ui/devtools_ui.cc',
1140 'browser/dom_ui/devtools_ui.h', 1142 'browser/dom_ui/devtools_ui.h',
1141 'browser/dom_ui/dom_ui.cc', 1143 'browser/dom_ui/dom_ui.cc',
1142 'browser/dom_ui/dom_ui.h', 1144 'browser/dom_ui/dom_ui.h',
(...skipping 2591 matching lines...) Expand 10 before | Expand all | Expand 10 after
3734 ], 3736 ],
3735 }, 3737 },
3736 ], 3738 ],
3737 } 3739 }
3738 3740
3739 # Local Variables: 3741 # Local Variables:
3740 # tab-width:2 3742 # tab-width:2
3741 # indent-tabs-mode:nil 3743 # indent-tabs-mode:nil
3742 # End: 3744 # End:
3743 # vim: set expandtab tabstop=2 shiftwidth=2: 3745 # 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