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 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
710 'browser/net/chrome_extensions_network_delegate.cc', | 710 'browser/net/chrome_extensions_network_delegate.cc', |
711 'browser/net/chrome_extensions_network_delegate.h', | 711 'browser/net/chrome_extensions_network_delegate.h', |
712 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 712 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
713 'browser/net/chrome_fraudulent_certificate_reporter.h', | 713 'browser/net/chrome_fraudulent_certificate_reporter.h', |
714 'browser/net/chrome_http_user_agent_settings.cc', | 714 'browser/net/chrome_http_user_agent_settings.cc', |
715 'browser/net/chrome_http_user_agent_settings.h', | 715 'browser/net/chrome_http_user_agent_settings.h', |
716 'browser/net/chrome_net_log.cc', | 716 'browser/net/chrome_net_log.cc', |
717 'browser/net/chrome_net_log.h', | 717 'browser/net/chrome_net_log.h', |
718 'browser/net/chrome_network_delegate.cc', | 718 'browser/net/chrome_network_delegate.cc', |
719 'browser/net/chrome_network_delegate.h', | 719 'browser/net/chrome_network_delegate.h', |
| 720 'browser/net/chrome_sdch_policy.cc', |
| 721 'browser/net/chrome_sdch_policy.h', |
720 'browser/net/chrome_url_request_context_getter.cc', | 722 'browser/net/chrome_url_request_context_getter.cc', |
721 'browser/net/chrome_url_request_context_getter.h', | 723 'browser/net/chrome_url_request_context_getter.h', |
722 'browser/net/client_hints.cc', | 724 'browser/net/client_hints.cc', |
723 'browser/net/client_hints.h', | 725 'browser/net/client_hints.h', |
724 'browser/net/connect_interceptor.cc', | 726 'browser/net/connect_interceptor.cc', |
725 'browser/net/connect_interceptor.h', | 727 'browser/net/connect_interceptor.h', |
726 'browser/net/connection_tester.cc', | 728 'browser/net/connection_tester.cc', |
727 'browser/net/connection_tester.h', | 729 'browser/net/connection_tester.h', |
728 'browser/net/cookie_store_util.cc', | 730 'browser/net/cookie_store_util.cc', |
729 'browser/net/cookie_store_util.h', | 731 'browser/net/cookie_store_util.h', |
(...skipping 2898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3628 'variables': { | 3630 'variables': { |
3629 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3631 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3630 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3632 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3631 }, | 3633 }, |
3632 'includes': [ '../build/protoc.gypi' ] | 3634 'includes': [ '../build/protoc.gypi' ] |
3633 }, | 3635 }, |
3634 ], | 3636 ], |
3635 },], | 3637 },], |
3636 ], | 3638 ], |
3637 } | 3639 } |
OLD | NEW |