| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 ], | 99 ], |
| 100 'captive_portal_unittest_sources': [ | 100 'captive_portal_unittest_sources': [ |
| 101 'captive_portal/captive_portal_detector_unittest.cc', | 101 'captive_portal/captive_portal_detector_unittest.cc', |
| 102 ], | 102 ], |
| 103 'certificate_reporting_unittest_sources': [ | 103 'certificate_reporting_unittest_sources': [ |
| 104 'certificate_reporting/error_report_unittest.cc', | 104 'certificate_reporting/error_report_unittest.cc', |
| 105 'certificate_reporting/error_reporter_unittest.cc', | 105 'certificate_reporting/error_reporter_unittest.cc', |
| 106 ], | 106 ], |
| 107 'certificate_transparency_unittest_sources': [ | 107 'certificate_transparency_unittest_sources': [ |
| 108 'certificate_transparency/log_proof_fetcher_unittest.cc', | 108 'certificate_transparency/log_proof_fetcher_unittest.cc', |
| 109 'certificate_transparency/single_tree_tracker_unittest.cc', |
| 109 ], | 110 ], |
| 110 'child_trace_message_filter_unittest_sources': [ | 111 'child_trace_message_filter_unittest_sources': [ |
| 111 'tracing/child_trace_message_filter_unittest.cc', | 112 'tracing/child_trace_message_filter_unittest.cc', |
| 112 ], | 113 ], |
| 113 'client_update_protocol_unittest_sources': [ | 114 'client_update_protocol_unittest_sources': [ |
| 114 'client_update_protocol/ecdsa_unittest.cc', | 115 'client_update_protocol/ecdsa_unittest.cc', |
| 115 ], | 116 ], |
| 116 'cloud_devices_unittest_sources': [ | 117 'cloud_devices_unittest_sources': [ |
| 117 'cloud_devices/common/cloud_devices_urls_unittest.cc', | 118 'cloud_devices/common/cloud_devices_urls_unittest.cc', |
| 118 'cloud_devices/common/printer_description_unittest.cc', | 119 'cloud_devices/common/printer_description_unittest.cc', |
| (...skipping 1805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1924 'dependencies': [ | 1925 'dependencies': [ |
| 1925 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1926 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1926 ], | 1927 ], |
| 1927 }], | 1928 }], |
| 1928 ], | 1929 ], |
| 1929 }, | 1930 }, |
| 1930 ], | 1931 ], |
| 1931 }], | 1932 }], |
| 1932 ], | 1933 ], |
| 1933 } | 1934 } |
| OLD | NEW |