| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'dom_distiller/core/dom_distiller_store_unittest.cc', | 176 'dom_distiller/core/dom_distiller_store_unittest.cc', |
| 177 'dom_distiller/core/page_features_unittest.cc', | 177 'dom_distiller/core/page_features_unittest.cc', |
| 178 'dom_distiller/core/task_tracker_unittest.cc', | 178 'dom_distiller/core/task_tracker_unittest.cc', |
| 179 'dom_distiller/core/url_utils_unittest.cc', | 179 'dom_distiller/core/url_utils_unittest.cc', |
| 180 'dom_distiller/core/viewer_unittest.cc', | 180 'dom_distiller/core/viewer_unittest.cc', |
| 181 ], | 181 ], |
| 182 'domain_reliability_unittest_sources': [ | 182 'domain_reliability_unittest_sources': [ |
| 183 'domain_reliability/config_unittest.cc', | 183 'domain_reliability/config_unittest.cc', |
| 184 'domain_reliability/context_unittest.cc', | 184 'domain_reliability/context_unittest.cc', |
| 185 'domain_reliability/dispatcher_unittest.cc', | 185 'domain_reliability/dispatcher_unittest.cc', |
| 186 'domain_reliability/google_configs_unittest.cc', |
| 186 'domain_reliability/monitor_unittest.cc', | 187 'domain_reliability/monitor_unittest.cc', |
| 187 'domain_reliability/scheduler_unittest.cc', | 188 'domain_reliability/scheduler_unittest.cc', |
| 188 'domain_reliability/test_util.cc', | 189 'domain_reliability/test_util.cc', |
| 189 'domain_reliability/test_util.h', | 190 'domain_reliability/test_util.h', |
| 190 'domain_reliability/uploader_unittest.cc', | 191 'domain_reliability/uploader_unittest.cc', |
| 191 'domain_reliability/util_unittest.cc', | 192 'domain_reliability/util_unittest.cc', |
| 192 ], | 193 ], |
| 193 'favicon_base_unittest_sources': [ | 194 'favicon_base_unittest_sources': [ |
| 194 'favicon_base/fallback_icon_url_parser_unittest.cc', | 195 'favicon_base/fallback_icon_url_parser_unittest.cc', |
| 195 'favicon_base/favicon_url_parser_unittest.cc', | 196 'favicon_base/favicon_url_parser_unittest.cc', |
| (...skipping 1608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1804 'dependencies': [ | 1805 'dependencies': [ |
| 1805 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1806 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1806 ], | 1807 ], |
| 1807 }], | 1808 }], |
| 1808 ], | 1809 ], |
| 1809 }, | 1810 }, |
| 1810 ], | 1811 ], |
| 1811 }], | 1812 }], |
| 1812 ], | 1813 ], |
| 1813 } | 1814 } |
| OLD | NEW |