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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3067017: Merge 53457 - Disable proxy config button and show banner if proxy prefs are managed. (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/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 2013 matching lines...) Expand 10 before | Expand all | Expand 10 after
2024 'browser/possible_url_model.cc', 2024 'browser/possible_url_model.cc',
2025 'browser/possible_url_model.h', 2025 'browser/possible_url_model.h',
2026 'browser/power_save_blocker.h', 2026 'browser/power_save_blocker.h',
2027 'browser/power_save_blocker_common.cc', 2027 'browser/power_save_blocker_common.cc',
2028 'browser/power_save_blocker_stub.cc', 2028 'browser/power_save_blocker_stub.cc',
2029 'browser/power_save_blocker_win.cc', 2029 'browser/power_save_blocker_win.cc',
2030 'browser/pref_member.cc', 2030 'browser/pref_member.cc',
2031 'browser/pref_member.h', 2031 'browser/pref_member.h',
2032 'browser/pref_service.cc', 2032 'browser/pref_service.cc',
2033 'browser/pref_service.h', 2033 'browser/pref_service.h',
2034 'browser/pref_set_observer.cc',
2035 'browser/pref_set_observer.h',
2034 'browser/pref_value_store.cc', 2036 'browser/pref_value_store.cc',
2035 'browser/pref_value_store.h', 2037 'browser/pref_value_store.h',
2036 'browser/preferences_mac.cc', 2038 'browser/preferences_mac.cc',
2037 'browser/preferences_mac.h', 2039 'browser/preferences_mac.h',
2038 'browser/printing/print_dialog_gtk.cc', 2040 'browser/printing/print_dialog_gtk.cc',
2039 'browser/printing/print_dialog_gtk.h', 2041 'browser/printing/print_dialog_gtk.h',
2040 'browser/printing/print_dialog_cloud.cc', 2042 'browser/printing/print_dialog_cloud.cc',
2041 'browser/printing/print_dialog_cloud.h', 2043 'browser/printing/print_dialog_cloud.h',
2042 'browser/printing/print_job.cc', 2044 'browser/printing/print_job.cc',
2043 'browser/printing/print_job.h', 2045 'browser/printing/print_job.h',
(...skipping 1604 matching lines...) Expand 10 before | Expand all | Expand 10 after
3648 ], 3650 ],
3649 }, 3651 },
3650 ], 3652 ],
3651 } 3653 }
3652 3654
3653 # Local Variables: 3655 # Local Variables:
3654 # tab-width:2 3656 # tab-width:2
3655 # indent-tabs-mode:nil 3657 # indent-tabs-mode:nil
3656 # End: 3658 # End:
3657 # vim: set expandtab tabstop=2 shiftwidth=2: 3659 # 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