| 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 2737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2748 'browser/spellchecker/spelling_service_client.cc', | 2748 'browser/spellchecker/spelling_service_client.cc', |
| 2749 'browser/spellchecker/spelling_service_client.h', | 2749 'browser/spellchecker/spelling_service_client.h', |
| 2750 'browser/spellchecker/word_trimmer.cc', | 2750 'browser/spellchecker/word_trimmer.cc', |
| 2751 'browser/spellchecker/word_trimmer.h', | 2751 'browser/spellchecker/word_trimmer.h', |
| 2752 ], | 2752 ], |
| 2753 'chrome_browser_ssl_sources': [ | 2753 'chrome_browser_ssl_sources': [ |
| 2754 'browser/ssl/cert_report_helper.cc', | 2754 'browser/ssl/cert_report_helper.cc', |
| 2755 'browser/ssl/cert_report_helper.h', | 2755 'browser/ssl/cert_report_helper.h', |
| 2756 'browser/ssl/certificate_error_report.cc', | 2756 'browser/ssl/certificate_error_report.cc', |
| 2757 'browser/ssl/certificate_error_report.h', | 2757 'browser/ssl/certificate_error_report.h', |
| 2758 'browser/ssl/chrome_fraudulent_certificate_reporter.cc', | |
| 2759 'browser/ssl/chrome_fraudulent_certificate_reporter.h', | |
| 2760 'browser/ssl/chrome_ssl_host_state_delegate.cc', | 2758 'browser/ssl/chrome_ssl_host_state_delegate.cc', |
| 2761 'browser/ssl/chrome_ssl_host_state_delegate.h', | 2759 'browser/ssl/chrome_ssl_host_state_delegate.h', |
| 2762 'browser/ssl/chrome_ssl_host_state_delegate_factory.cc', | 2760 'browser/ssl/chrome_ssl_host_state_delegate_factory.cc', |
| 2763 'browser/ssl/chrome_ssl_host_state_delegate_factory.h', | 2761 'browser/ssl/chrome_ssl_host_state_delegate_factory.h', |
| 2764 'browser/ssl/connection_security.cc', | 2762 'browser/ssl/connection_security.cc', |
| 2765 'browser/ssl/connection_security.h', | 2763 'browser/ssl/connection_security.h', |
| 2766 'browser/ssl/connection_security_android.cc', | 2764 'browser/ssl/connection_security_android.cc', |
| 2767 'browser/ssl/connection_security_android.h', | 2765 'browser/ssl/connection_security_android.h', |
| 2768 'browser/ssl/ssl_blocking_page.cc', | 2766 'browser/ssl/ssl_blocking_page.cc', |
| 2769 'browser/ssl/ssl_blocking_page.h', | 2767 'browser/ssl/ssl_blocking_page.h', |
| (...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3875 ] | 3873 ] |
| 3876 }], | 3874 }], |
| 3877 [ 'enable_basic_printing==1 or enable_print_preview==1', { | 3875 [ 'enable_basic_printing==1 or enable_print_preview==1', { |
| 3878 'dependencies': [ | 3876 'dependencies': [ |
| 3879 '../components/components.gyp:printing_browser', | 3877 '../components/components.gyp:printing_browser', |
| 3880 ] | 3878 ] |
| 3881 }], | 3879 }], |
| 3882 ], | 3880 ], |
| 3883 }, | 3881 }, |
| 3884 { | 3882 { |
| 3885 # Protobuf compiler / generator for the fraudulent certificate reporting | 3883 # Protobuf compiler / generator for the certificate error reporting |
| 3886 # protocol buffer. | 3884 # protocol buffer. |
| 3887 # GN version: //chrome/browser/ssl:cert_logger_proto | 3885 # GN version: //chrome/browser/ssl:cert_logger_proto |
| 3888 'target_name': 'cert_logger_proto', | 3886 'target_name': 'cert_logger_proto', |
| 3889 'type': 'static_library', | 3887 'type': 'static_library', |
| 3890 'sources': [ 'browser/ssl/cert_logger.proto', ], | 3888 'sources': [ 'browser/ssl/cert_logger.proto', ], |
| 3891 'variables': { | 3889 'variables': { |
| 3892 'proto_in_dir': 'browser/ssl', | 3890 'proto_in_dir': 'browser/ssl', |
| 3893 'proto_out_dir': 'chrome/browser/ssl', | 3891 'proto_out_dir': 'chrome/browser/ssl', |
| 3894 }, | 3892 }, |
| 3895 'includes': [ '../build/protoc.gypi', ], | 3893 'includes': [ '../build/protoc.gypi', ], |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4118 '../components/components.gyp:omnibox_browser', | 4116 '../components/components.gyp:omnibox_browser', |
| 4119 '../components/components.gyp:rlz', | 4117 '../components/components.gyp:rlz', |
| 4120 '../components/components.gyp:search_engines', | 4118 '../components/components.gyp:search_engines', |
| 4121 '../rlz/rlz.gyp:rlz_lib', | 4119 '../rlz/rlz.gyp:rlz_lib', |
| 4122 ], | 4120 ], |
| 4123 }, | 4121 }, |
| 4124 ], | 4122 ], |
| 4125 }], | 4123 }], |
| 4126 ], | 4124 ], |
| 4127 } | 4125 } |
| OLD | NEW |