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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
711 'browser/net/chrome_extensions_network_delegate.cc', | 711 'browser/net/chrome_extensions_network_delegate.cc', |
712 'browser/net/chrome_extensions_network_delegate.h', | 712 'browser/net/chrome_extensions_network_delegate.h', |
713 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 713 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
714 'browser/net/chrome_fraudulent_certificate_reporter.h', | 714 'browser/net/chrome_fraudulent_certificate_reporter.h', |
715 'browser/net/chrome_http_user_agent_settings.cc', | 715 'browser/net/chrome_http_user_agent_settings.cc', |
716 'browser/net/chrome_http_user_agent_settings.h', | 716 'browser/net/chrome_http_user_agent_settings.h', |
717 'browser/net/chrome_net_log.cc', | 717 'browser/net/chrome_net_log.cc', |
718 'browser/net/chrome_net_log.h', | 718 'browser/net/chrome_net_log.h', |
719 'browser/net/chrome_network_delegate.cc', | 719 'browser/net/chrome_network_delegate.cc', |
720 'browser/net/chrome_network_delegate.h', | 720 'browser/net/chrome_network_delegate.h', |
| 721 'browser/net/chrome_sdch_policy.cc', |
| 722 'browser/net/chrome_sdch_policy.h', |
721 'browser/net/chrome_url_request_context_getter.cc', | 723 'browser/net/chrome_url_request_context_getter.cc', |
722 'browser/net/chrome_url_request_context_getter.h', | 724 'browser/net/chrome_url_request_context_getter.h', |
723 'browser/net/client_hints.cc', | 725 'browser/net/client_hints.cc', |
724 'browser/net/client_hints.h', | 726 'browser/net/client_hints.h', |
725 'browser/net/connect_interceptor.cc', | 727 'browser/net/connect_interceptor.cc', |
726 'browser/net/connect_interceptor.h', | 728 'browser/net/connect_interceptor.h', |
727 'browser/net/connection_tester.cc', | 729 'browser/net/connection_tester.cc', |
728 'browser/net/connection_tester.h', | 730 'browser/net/connection_tester.h', |
729 'browser/net/cookie_store_util.cc', | 731 'browser/net/cookie_store_util.cc', |
730 'browser/net/cookie_store_util.h', | 732 'browser/net/cookie_store_util.h', |
(...skipping 2855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3586 'variables': { | 3588 'variables': { |
3587 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3589 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3588 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3590 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3589 }, | 3591 }, |
3590 'includes': [ '../build/protoc.gypi' ] | 3592 'includes': [ '../build/protoc.gypi' ] |
3591 }, | 3593 }, |
3592 ], | 3594 ], |
3593 },], | 3595 },], |
3594 ], | 3596 ], |
3595 } | 3597 } |
OLD | NEW |