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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3038013: Disable proxy config button and show banner if proxy prefs are managed. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: fix nits Created 10 years, 5 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/views/options/advanced_contents_view.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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 2018 matching lines...) Expand 10 before | Expand all | Expand 10 after
2029 'browser/possible_url_model.cc', 2029 'browser/possible_url_model.cc',
2030 'browser/possible_url_model.h', 2030 'browser/possible_url_model.h',
2031 'browser/power_save_blocker.h', 2031 'browser/power_save_blocker.h',
2032 'browser/power_save_blocker_common.cc', 2032 'browser/power_save_blocker_common.cc',
2033 'browser/power_save_blocker_stub.cc', 2033 'browser/power_save_blocker_stub.cc',
2034 'browser/power_save_blocker_win.cc', 2034 'browser/power_save_blocker_win.cc',
2035 'browser/pref_member.cc', 2035 'browser/pref_member.cc',
2036 'browser/pref_member.h', 2036 'browser/pref_member.h',
2037 'browser/pref_service.cc', 2037 'browser/pref_service.cc',
2038 'browser/pref_service.h', 2038 'browser/pref_service.h',
2039 'browser/pref_set_observer.cc',
2040 'browser/pref_set_observer.h',
2039 'browser/pref_value_store.cc', 2041 'browser/pref_value_store.cc',
2040 'browser/pref_value_store.h', 2042 'browser/pref_value_store.h',
2041 'browser/preferences_mac.cc', 2043 'browser/preferences_mac.cc',
2042 'browser/preferences_mac.h', 2044 'browser/preferences_mac.h',
2043 'browser/printing/print_dialog_gtk.cc', 2045 'browser/printing/print_dialog_gtk.cc',
2044 'browser/printing/print_dialog_gtk.h', 2046 'browser/printing/print_dialog_gtk.h',
2045 'browser/printing/print_dialog_cloud.cc', 2047 'browser/printing/print_dialog_cloud.cc',
2046 'browser/printing/print_dialog_cloud.h', 2048 'browser/printing/print_dialog_cloud.h',
2047 'browser/printing/print_job.cc', 2049 'browser/printing/print_job.cc',
2048 'browser/printing/print_job.h', 2050 'browser/printing/print_job.h',
(...skipping 1622 matching lines...) Expand 10 before | Expand all | Expand 10 after
3671 ], 3673 ],
3672 }, 3674 },
3673 ], 3675 ],
3674 } 3676 }
3675 3677
3676 # Local Variables: 3678 # Local Variables:
3677 # tab-width:2 3679 # tab-width:2
3678 # indent-tabs-mode:nil 3680 # indent-tabs-mode:nil
3679 # End: 3681 # End:
3680 # vim: set expandtab tabstop=2 shiftwidth=2: 3682 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/options/advanced_contents_view.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698