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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 979893003: Refactor ChromeFraudulentCertReporter for code reuse by SSL reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use URLRequestMockDataJob to avoid IO in unit test Created 5 years, 9 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 1745 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 'browser/nacl_host/nacl_browser_delegate_impl.cc', 1756 'browser/nacl_host/nacl_browser_delegate_impl.cc',
1757 'browser/nacl_host/nacl_browser_delegate_impl.h', 1757 'browser/nacl_host/nacl_browser_delegate_impl.h',
1758 'browser/nacl_host/nacl_infobar_delegate.cc', 1758 'browser/nacl_host/nacl_infobar_delegate.cc',
1759 'browser/nacl_host/nacl_infobar_delegate.h', 1759 'browser/nacl_host/nacl_infobar_delegate.h',
1760 ], 1760 ],
1761 'chrome_browser_net_sources': [ 1761 'chrome_browser_net_sources': [
1762 'browser/net/about_protocol_handler.cc', 1762 'browser/net/about_protocol_handler.cc',
1763 'browser/net/about_protocol_handler.h', 1763 'browser/net/about_protocol_handler.h',
1764 'browser/net/async_dns_field_trial.cc', 1764 'browser/net/async_dns_field_trial.cc',
1765 'browser/net/async_dns_field_trial.h', 1765 'browser/net/async_dns_field_trial.h',
1766 'browser/net/certificate_error_reporter.cc',
1767 'browser/net/certificate_error_reporter.h',
1766 'browser/net/chrome_cookie_notification_details.h', 1768 'browser/net/chrome_cookie_notification_details.h',
1767 'browser/net/chrome_extensions_network_delegate.cc', 1769 'browser/net/chrome_extensions_network_delegate.cc',
1768 'browser/net/chrome_extensions_network_delegate.h', 1770 'browser/net/chrome_extensions_network_delegate.h',
1769 'browser/net/chrome_fraudulent_certificate_reporter.cc', 1771 'browser/net/chrome_fraudulent_certificate_reporter.cc',
1770 'browser/net/chrome_fraudulent_certificate_reporter.h', 1772 'browser/net/chrome_fraudulent_certificate_reporter.h',
1771 'browser/net/chrome_http_user_agent_settings.cc', 1773 'browser/net/chrome_http_user_agent_settings.cc',
1772 'browser/net/chrome_http_user_agent_settings.h', 1774 'browser/net/chrome_http_user_agent_settings.h',
1773 'browser/net/chrome_net_log.cc', 1775 'browser/net/chrome_net_log.cc',
1774 'browser/net/chrome_net_log.h', 1776 'browser/net/chrome_net_log.h',
1775 'browser/net/chrome_network_delegate.cc', 1777 'browser/net/chrome_network_delegate.cc',
(...skipping 1969 matching lines...) Expand 10 before | Expand all | Expand 10 after
3745 'variables': { 3747 'variables': {
3746 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3748 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3747 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3749 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3748 }, 3750 },
3749 'includes': [ '../build/protoc.gypi' ] 3751 'includes': [ '../build/protoc.gypi' ]
3750 }, 3752 },
3751 ], 3753 ],
3752 },], 3754 },],
3753 ], 3755 ],
3754 } 3756 }
OLDNEW
« no previous file with comments | « chrome/browser/net/chrome_fraudulent_certificate_reporter_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698