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 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
707 'browser/net/chrome_extensions_network_delegate.cc', | 707 'browser/net/chrome_extensions_network_delegate.cc', |
708 'browser/net/chrome_extensions_network_delegate.h', | 708 'browser/net/chrome_extensions_network_delegate.h', |
709 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 709 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
710 'browser/net/chrome_fraudulent_certificate_reporter.h', | 710 'browser/net/chrome_fraudulent_certificate_reporter.h', |
711 'browser/net/chrome_http_user_agent_settings.cc', | 711 'browser/net/chrome_http_user_agent_settings.cc', |
712 'browser/net/chrome_http_user_agent_settings.h', | 712 'browser/net/chrome_http_user_agent_settings.h', |
713 'browser/net/chrome_net_log.cc', | 713 'browser/net/chrome_net_log.cc', |
714 'browser/net/chrome_net_log.h', | 714 'browser/net/chrome_net_log.h', |
715 'browser/net/chrome_network_delegate.cc', | 715 'browser/net/chrome_network_delegate.cc', |
716 'browser/net/chrome_network_delegate.h', | 716 'browser/net/chrome_network_delegate.h', |
| 717 'browser/net/chrome_sdch_policy.cc', |
| 718 'browser/net/chrome_sdch_policy.h', |
717 'browser/net/chrome_url_request_context_getter.cc', | 719 'browser/net/chrome_url_request_context_getter.cc', |
718 'browser/net/chrome_url_request_context_getter.h', | 720 'browser/net/chrome_url_request_context_getter.h', |
719 'browser/net/client_hints.cc', | 721 'browser/net/client_hints.cc', |
720 'browser/net/client_hints.h', | 722 'browser/net/client_hints.h', |
721 'browser/net/connect_interceptor.cc', | 723 'browser/net/connect_interceptor.cc', |
722 'browser/net/connect_interceptor.h', | 724 'browser/net/connect_interceptor.h', |
723 'browser/net/connection_tester.cc', | 725 'browser/net/connection_tester.cc', |
724 'browser/net/connection_tester.h', | 726 'browser/net/connection_tester.h', |
725 'browser/net/cookie_store_util.cc', | 727 'browser/net/cookie_store_util.cc', |
726 'browser/net/cookie_store_util.h', | 728 'browser/net/cookie_store_util.h', |
(...skipping 2885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3612 'variables': { | 3614 'variables': { |
3613 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3615 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3614 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3616 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3615 }, | 3617 }, |
3616 'includes': [ '../build/protoc.gypi' ] | 3618 'includes': [ '../build/protoc.gypi' ] |
3617 }, | 3619 }, |
3618 ], | 3620 ], |
3619 },], | 3621 },], |
3620 ], | 3622 ], |
3621 } | 3623 } |
OLD | NEW |