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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 547603002: Certificate Transparency: Code for unpacking EV cert hashes whitelist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Avoiding globals in favour of passing the SSLConfigService around Created 6 years, 2 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'browser/net/http_server_properties_manager_factory.cc', 738 'browser/net/http_server_properties_manager_factory.cc',
739 'browser/net/http_server_properties_manager_factory.h', 739 'browser/net/http_server_properties_manager_factory.h',
740 'browser/net/net_error_tab_helper.cc', 740 'browser/net/net_error_tab_helper.cc',
741 'browser/net/net_error_tab_helper.h', 741 'browser/net/net_error_tab_helper.h',
742 'browser/net/net_log_temp_file.cc', 742 'browser/net/net_log_temp_file.cc',
743 'browser/net/net_log_temp_file.h', 743 'browser/net/net_log_temp_file.h',
744 'browser/net/net_pref_observer.cc', 744 'browser/net/net_pref_observer.cc',
745 'browser/net/net_pref_observer.h', 745 'browser/net/net_pref_observer.h',
746 'browser/net/network_stats.cc', 746 'browser/net/network_stats.cc',
747 'browser/net/network_stats.h', 747 'browser/net/network_stats.h',
748 'browser/net/packed_ct_ev_whitelist.cc',
749 'browser/net/packed_ct_ev_whitelist.h',
748 'browser/net/preconnect.cc', 750 'browser/net/preconnect.cc',
749 'browser/net/preconnect.h', 751 'browser/net/preconnect.h',
750 'browser/net/prediction_options.cc', 752 'browser/net/prediction_options.cc',
751 'browser/net/prediction_options.h', 753 'browser/net/prediction_options.h',
752 'browser/net/predictor.cc', 754 'browser/net/predictor.cc',
753 'browser/net/predictor.h', 755 'browser/net/predictor.h',
754 'browser/net/pref_proxy_config_tracker.cc', 756 'browser/net/pref_proxy_config_tracker.cc',
755 'browser/net/pref_proxy_config_tracker.h', 757 'browser/net/pref_proxy_config_tracker.h',
756 'browser/net/pref_proxy_config_tracker_impl.cc', 758 'browser/net/pref_proxy_config_tracker_impl.cc',
757 'browser/net/pref_proxy_config_tracker_impl.h', 759 'browser/net/pref_proxy_config_tracker_impl.h',
(...skipping 2827 matching lines...) Expand 10 before | Expand all | Expand 10 after
3585 'variables': { 3587 'variables': {
3586 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3588 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3587 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3589 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3588 }, 3590 },
3589 'includes': [ '../build/protoc.gypi' ] 3591 'includes': [ '../build/protoc.gypi' ]
3590 }, 3592 },
3591 ], 3593 ],
3592 },], 3594 },],
3593 ], 3595 ],
3594 } 3596 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698