| 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 'dom_distiller/core/dom_distiller_store_unittest.cc', | 179 'dom_distiller/core/dom_distiller_store_unittest.cc', |
| 180 'dom_distiller/core/page_features_unittest.cc', | 180 'dom_distiller/core/page_features_unittest.cc', |
| 181 'dom_distiller/core/task_tracker_unittest.cc', | 181 'dom_distiller/core/task_tracker_unittest.cc', |
| 182 'dom_distiller/core/url_utils_unittest.cc', | 182 'dom_distiller/core/url_utils_unittest.cc', |
| 183 'dom_distiller/core/viewer_unittest.cc', | 183 'dom_distiller/core/viewer_unittest.cc', |
| 184 ], | 184 ], |
| 185 'domain_reliability_unittest_sources': [ | 185 'domain_reliability_unittest_sources': [ |
| 186 'domain_reliability/config_unittest.cc', | 186 'domain_reliability/config_unittest.cc', |
| 187 'domain_reliability/context_unittest.cc', | 187 'domain_reliability/context_unittest.cc', |
| 188 'domain_reliability/dispatcher_unittest.cc', | 188 'domain_reliability/dispatcher_unittest.cc', |
| 189 'domain_reliability/google_configs_unittest.cc', |
| 189 'domain_reliability/monitor_unittest.cc', | 190 'domain_reliability/monitor_unittest.cc', |
| 190 'domain_reliability/scheduler_unittest.cc', | 191 'domain_reliability/scheduler_unittest.cc', |
| 191 'domain_reliability/test_util.cc', | 192 'domain_reliability/test_util.cc', |
| 192 'domain_reliability/test_util.h', | 193 'domain_reliability/test_util.h', |
| 193 'domain_reliability/uploader_unittest.cc', | 194 'domain_reliability/uploader_unittest.cc', |
| 194 'domain_reliability/util_unittest.cc', | 195 'domain_reliability/util_unittest.cc', |
| 195 ], | 196 ], |
| 196 'favicon_base_unittest_sources': [ | 197 'favicon_base_unittest_sources': [ |
| 197 'favicon_base/fallback_icon_url_parser_unittest.cc', | 198 'favicon_base/fallback_icon_url_parser_unittest.cc', |
| 198 'favicon_base/favicon_url_parser_unittest.cc', | 199 'favicon_base/favicon_url_parser_unittest.cc', |
| (...skipping 1644 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1843 'dependencies': [ | 1844 'dependencies': [ |
| 1844 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1845 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1845 ], | 1846 ], |
| 1846 }], | 1847 }], |
| 1847 ], | 1848 ], |
| 1848 }, | 1849 }, |
| 1849 ], | 1850 ], |
| 1850 }], | 1851 }], |
| 1851 ], | 1852 ], |
| 1852 } | 1853 } |
| OLD | NEW |