| 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 2753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2764 'browser/ssl/cert_report_helper.cc', | 2764 'browser/ssl/cert_report_helper.cc', |
| 2765 'browser/ssl/cert_report_helper.h', | 2765 'browser/ssl/cert_report_helper.h', |
| 2766 'browser/ssl/certificate_error_report.cc', | 2766 'browser/ssl/certificate_error_report.cc', |
| 2767 'browser/ssl/certificate_error_report.h', | 2767 'browser/ssl/certificate_error_report.h', |
| 2768 'browser/ssl/chrome_fraudulent_certificate_reporter.cc', | 2768 'browser/ssl/chrome_fraudulent_certificate_reporter.cc', |
| 2769 'browser/ssl/chrome_fraudulent_certificate_reporter.h', | 2769 'browser/ssl/chrome_fraudulent_certificate_reporter.h', |
| 2770 'browser/ssl/chrome_ssl_host_state_delegate.cc', | 2770 'browser/ssl/chrome_ssl_host_state_delegate.cc', |
| 2771 'browser/ssl/chrome_ssl_host_state_delegate.h', | 2771 'browser/ssl/chrome_ssl_host_state_delegate.h', |
| 2772 'browser/ssl/chrome_ssl_host_state_delegate_factory.cc', | 2772 'browser/ssl/chrome_ssl_host_state_delegate_factory.cc', |
| 2773 'browser/ssl/chrome_ssl_host_state_delegate_factory.h', | 2773 'browser/ssl/chrome_ssl_host_state_delegate_factory.h', |
| 2774 'browser/ssl/common_name_mismatch_handler.cc', |
| 2775 'browser/ssl/common_name_mismatch_handler.h', |
| 2774 'browser/ssl/connection_security.cc', | 2776 'browser/ssl/connection_security.cc', |
| 2775 'browser/ssl/connection_security.h', | 2777 'browser/ssl/connection_security.h', |
| 2776 'browser/ssl/connection_security_android.cc', | 2778 'browser/ssl/connection_security_android.cc', |
| 2777 'browser/ssl/connection_security_android.h', | 2779 'browser/ssl/connection_security_android.h', |
| 2778 'browser/ssl/ssl_blocking_page.cc', | 2780 'browser/ssl/ssl_blocking_page.cc', |
| 2779 'browser/ssl/ssl_blocking_page.h', | 2781 'browser/ssl/ssl_blocking_page.h', |
| 2780 'browser/ssl/ssl_cert_reporter.h', | 2782 'browser/ssl/ssl_cert_reporter.h', |
| 2781 'browser/ssl/ssl_client_certificate_selector.h', | 2783 'browser/ssl/ssl_client_certificate_selector.h', |
| 2782 'browser/ssl/ssl_error_classification.cc', | 2784 'browser/ssl/ssl_error_classification.cc', |
| 2783 'browser/ssl/ssl_error_classification.h', | 2785 'browser/ssl/ssl_error_classification.h', |
| (...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4084 'variables': { | 4086 'variables': { |
| 4085 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4087 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 4086 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4088 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 4087 }, | 4089 }, |
| 4088 'includes': [ '../build/protoc.gypi' ] | 4090 'includes': [ '../build/protoc.gypi' ] |
| 4089 }, | 4091 }, |
| 4090 ], | 4092 ], |
| 4091 },], | 4093 },], |
| 4092 ], | 4094 ], |
| 4093 } | 4095 } |
| OLD | NEW |