| 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 710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 721 'browser/net/chrome_extensions_network_delegate.cc', | 721 'browser/net/chrome_extensions_network_delegate.cc', |
| 722 'browser/net/chrome_extensions_network_delegate.h', | 722 'browser/net/chrome_extensions_network_delegate.h', |
| 723 'browser/net/chrome_fraudulent_certificate_reporter.cc', | 723 'browser/net/chrome_fraudulent_certificate_reporter.cc', |
| 724 'browser/net/chrome_fraudulent_certificate_reporter.h', | 724 'browser/net/chrome_fraudulent_certificate_reporter.h', |
| 725 'browser/net/chrome_http_user_agent_settings.cc', | 725 'browser/net/chrome_http_user_agent_settings.cc', |
| 726 'browser/net/chrome_http_user_agent_settings.h', | 726 'browser/net/chrome_http_user_agent_settings.h', |
| 727 'browser/net/chrome_net_log.cc', | 727 'browser/net/chrome_net_log.cc', |
| 728 'browser/net/chrome_net_log.h', | 728 'browser/net/chrome_net_log.h', |
| 729 'browser/net/chrome_network_delegate.cc', | 729 'browser/net/chrome_network_delegate.cc', |
| 730 'browser/net/chrome_network_delegate.h', | 730 'browser/net/chrome_network_delegate.h', |
| 731 'browser/net/chrome_sdch_policy.cc', |
| 732 'browser/net/chrome_sdch_policy.h', |
| 731 'browser/net/chrome_url_request_context_getter.cc', | 733 'browser/net/chrome_url_request_context_getter.cc', |
| 732 'browser/net/chrome_url_request_context_getter.h', | 734 'browser/net/chrome_url_request_context_getter.h', |
| 733 'browser/net/client_hints.cc', | 735 'browser/net/client_hints.cc', |
| 734 'browser/net/client_hints.h', | 736 'browser/net/client_hints.h', |
| 735 'browser/net/connect_interceptor.cc', | 737 'browser/net/connect_interceptor.cc', |
| 736 'browser/net/connect_interceptor.h', | 738 'browser/net/connect_interceptor.h', |
| 737 'browser/net/connection_tester.cc', | 739 'browser/net/connection_tester.cc', |
| 738 'browser/net/connection_tester.h', | 740 'browser/net/connection_tester.h', |
| 739 'browser/net/cookie_store_util.cc', | 741 'browser/net/cookie_store_util.cc', |
| 740 'browser/net/cookie_store_util.h', | 742 'browser/net/cookie_store_util.h', |
| (...skipping 2863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3604 'variables': { | 3606 'variables': { |
| 3605 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3607 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3606 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3608 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3607 }, | 3609 }, |
| 3608 'includes': [ '../build/protoc.gypi' ] | 3610 'includes': [ '../build/protoc.gypi' ] |
| 3609 }, | 3611 }, |
| 3610 ], | 3612 ], |
| 3611 },], | 3613 },], |
| 3612 ], | 3614 ], |
| 3613 } | 3615 } |
| OLD | NEW |