OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 'cast_certificate_unittest_sources': [ | 108 'cast_certificate_unittest_sources': [ |
109 'cast_certificate/cast_cert_validator_test_helpers.cc', | 109 'cast_certificate/cast_cert_validator_test_helpers.cc', |
110 'cast_certificate/cast_cert_validator_test_helpers.h', | 110 'cast_certificate/cast_cert_validator_test_helpers.h', |
111 'cast_certificate/cast_cert_validator_unittest.cc', | 111 'cast_certificate/cast_cert_validator_unittest.cc', |
112 ], | 112 ], |
113 'certificate_reporting_unittest_sources': [ | 113 'certificate_reporting_unittest_sources': [ |
114 'certificate_reporting/error_report_unittest.cc', | 114 'certificate_reporting/error_report_unittest.cc', |
115 'certificate_reporting/error_reporter_unittest.cc', | 115 'certificate_reporting/error_reporter_unittest.cc', |
116 ], | 116 ], |
117 'certificate_transparency_unittest_sources': [ | 117 'certificate_transparency_unittest_sources': [ |
| 118 'certificate_transparency/ct_policy_manager_unittest.cc', |
118 'certificate_transparency/log_proof_fetcher_unittest.cc', | 119 'certificate_transparency/log_proof_fetcher_unittest.cc', |
119 'certificate_transparency/single_tree_tracker_unittest.cc', | 120 'certificate_transparency/single_tree_tracker_unittest.cc', |
120 ], | 121 ], |
121 'child_trace_message_filter_unittest_sources': [ | 122 'child_trace_message_filter_unittest_sources': [ |
122 'tracing/child/child_trace_message_filter_unittest.cc', | 123 'tracing/child/child_trace_message_filter_unittest.cc', |
123 ], | 124 ], |
124 'client_update_protocol_unittest_sources': [ | 125 'client_update_protocol_unittest_sources': [ |
125 'client_update_protocol/ecdsa_unittest.cc', | 126 'client_update_protocol/ecdsa_unittest.cc', |
126 ], | 127 ], |
127 'cloud_devices_unittest_sources': [ | 128 'cloud_devices_unittest_sources': [ |
(...skipping 1907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2035 'dependencies': [ | 2036 'dependencies': [ |
2036 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2037 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2037 ], | 2038 ], |
2038 }], | 2039 }], |
2039 ], | 2040 ], |
2040 }, | 2041 }, |
2041 ], | 2042 ], |
2042 }], | 2043 }], |
2043 ], | 2044 ], |
2044 } | 2045 } |
OLD | NEW |