OLD | NEW |
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 1720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1731 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 1731 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
1732 'browser/net/chrome_fraudulent_certificate_reporter.h', | 1732 'browser/net/chrome_fraudulent_certificate_reporter.h', |
1733 'browser/net/chrome_http_user_agent_settings.cc', | 1733 'browser/net/chrome_http_user_agent_settings.cc', |
1734 'browser/net/chrome_http_user_agent_settings.h', | 1734 'browser/net/chrome_http_user_agent_settings.h', |
1735 'browser/net/chrome_net_log.cc', | 1735 'browser/net/chrome_net_log.cc', |
1736 'browser/net/chrome_net_log.h', | 1736 'browser/net/chrome_net_log.h', |
1737 'browser/net/chrome_network_delegate.cc', | 1737 'browser/net/chrome_network_delegate.cc', |
1738 'browser/net/chrome_network_delegate.h', | 1738 'browser/net/chrome_network_delegate.h', |
1739 'browser/net/chrome_url_request_context_getter.cc', | 1739 'browser/net/chrome_url_request_context_getter.cc', |
1740 'browser/net/chrome_url_request_context_getter.h', | 1740 'browser/net/chrome_url_request_context_getter.h', |
1741 'browser/net/client_hints.cc', | |
1742 'browser/net/client_hints.h', | |
1743 'browser/net/connect_interceptor.cc', | 1741 'browser/net/connect_interceptor.cc', |
1744 'browser/net/connect_interceptor.h', | 1742 'browser/net/connect_interceptor.h', |
1745 'browser/net/connection_tester.cc', | 1743 'browser/net/connection_tester.cc', |
1746 'browser/net/connection_tester.h', | 1744 'browser/net/connection_tester.h', |
1747 'browser/net/cookie_store_util.cc', | 1745 'browser/net/cookie_store_util.cc', |
1748 'browser/net/cookie_store_util.h', | 1746 'browser/net/cookie_store_util.h', |
1749 'browser/net/crl_set_fetcher.cc', | 1747 'browser/net/crl_set_fetcher.cc', |
1750 'browser/net/crl_set_fetcher.h', | 1748 'browser/net/crl_set_fetcher.h', |
1751 'browser/net/dns_probe_runner.cc', | 1749 'browser/net/dns_probe_runner.cc', |
1752 'browser/net/dns_probe_runner.h', | 1750 'browser/net/dns_probe_runner.h', |
(...skipping 1953 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3706 'variables': { | 3704 'variables': { |
3707 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3705 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3708 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3706 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3709 }, | 3707 }, |
3710 'includes': [ '../build/protoc.gypi' ] | 3708 'includes': [ '../build/protoc.gypi' ] |
3711 }, | 3709 }, |
3712 ], | 3710 ], |
3713 },], | 3711 },], |
3714 ], | 3712 ], |
3715 } | 3713 } |
OLD | NEW |