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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2884047: Revert 53990 - - Implement proxy settings dialog for Linux/Windows.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/options/advanced_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 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after
1089 'browser/dom_ui/app_launcher_handler.cc', 1089 'browser/dom_ui/app_launcher_handler.cc',
1090 'browser/dom_ui/app_launcher_handler.h', 1090 'browser/dom_ui/app_launcher_handler.h',
1091 'browser/dom_ui/bookmarks_ui.cc', 1091 'browser/dom_ui/bookmarks_ui.cc',
1092 'browser/dom_ui/bookmarks_ui.h', 1092 'browser/dom_ui/bookmarks_ui.h',
1093 'browser/dom_ui/chrome_url_data_manager.cc', 1093 'browser/dom_ui/chrome_url_data_manager.cc',
1094 'browser/dom_ui/chrome_url_data_manager.h', 1094 'browser/dom_ui/chrome_url_data_manager.h',
1095 'browser/dom_ui/add_startup_page_handler.cc', 1095 'browser/dom_ui/add_startup_page_handler.cc',
1096 'browser/dom_ui/add_startup_page_handler.h', 1096 'browser/dom_ui/add_startup_page_handler.h',
1097 'browser/dom_ui/advanced_options_handler.cc', 1097 'browser/dom_ui/advanced_options_handler.cc',
1098 'browser/dom_ui/advanced_options_handler.h', 1098 'browser/dom_ui/advanced_options_handler.h',
1099 'browser/dom_ui/advanced_options_utils.h',
1100 'browser/dom_ui/advanced_options_utils_gtk.cc',
1101 'browser/dom_ui/advanced_options_utils_mac.mm', 1099 'browser/dom_ui/advanced_options_utils_mac.mm',
1102 'browser/dom_ui/advanced_options_utils_win.cc', 1100 'browser/dom_ui/advanced_options_utils_mac.h',
1103 'browser/dom_ui/browser_options_handler.cc', 1101 'browser/dom_ui/browser_options_handler.cc',
1104 'browser/dom_ui/browser_options_handler.h', 1102 'browser/dom_ui/browser_options_handler.h',
1105 'browser/dom_ui/clear_browser_data_handler.cc', 1103 'browser/dom_ui/clear_browser_data_handler.cc',
1106 'browser/dom_ui/clear_browser_data_handler.h', 1104 'browser/dom_ui/clear_browser_data_handler.h',
1107 'browser/dom_ui/content_settings_handler.cc', 1105 'browser/dom_ui/content_settings_handler.cc',
1108 'browser/dom_ui/content_settings_handler.h', 1106 'browser/dom_ui/content_settings_handler.h',
1109 'browser/dom_ui/core_options_handler.cc', 1107 'browser/dom_ui/core_options_handler.cc',
1110 'browser/dom_ui/core_options_handler.h', 1108 'browser/dom_ui/core_options_handler.h',
1111 'browser/dom_ui/font_settings_handler.cc', 1109 'browser/dom_ui/font_settings_handler.cc',
1112 'browser/dom_ui/font_settings_handler.h', 1110 'browser/dom_ui/font_settings_handler.h',
(...skipping 2590 matching lines...) Expand 10 before | Expand all | Expand 10 after
3703 ], 3701 ],
3704 }, 3702 },
3705 ], 3703 ],
3706 } 3704 }
3707 3705
3708 # Local Variables: 3706 # Local Variables:
3709 # tab-width:2 3707 # tab-width:2
3710 # indent-tabs-mode:nil 3708 # indent-tabs-mode:nil
3711 # End: 3709 # End:
3712 # vim: set expandtab tabstop=2 shiftwidth=2: 3710 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/advanced_options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698