| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 'bookmarks/browser/bookmark_model_unittest.cc', | 70 'bookmarks/browser/bookmark_model_unittest.cc', |
| 71 'bookmarks/browser/bookmark_utils_unittest.cc', | 71 'bookmarks/browser/bookmark_utils_unittest.cc', |
| 72 'bookmarks/managed/managed_bookmarks_tracker_unittest.cc', | 72 'bookmarks/managed/managed_bookmarks_tracker_unittest.cc', |
| 73 ], | 73 ], |
| 74 'browser_watcher_unittest_sources': [ | 74 'browser_watcher_unittest_sources': [ |
| 75 'browser_watcher/endsession_watcher_window_win_unittest.cc', | 75 'browser_watcher/endsession_watcher_window_win_unittest.cc', |
| 76 'browser_watcher/exit_code_watcher_win_unittest.cc', | 76 'browser_watcher/exit_code_watcher_win_unittest.cc', |
| 77 'browser_watcher/exit_funnel_win_unittest.cc', | 77 'browser_watcher/exit_funnel_win_unittest.cc', |
| 78 'browser_watcher/watcher_client_win_unittest.cc', | 78 'browser_watcher/watcher_client_win_unittest.cc', |
| 79 'browser_watcher/watcher_metrics_provider_win_unittest.cc', | 79 'browser_watcher/watcher_metrics_provider_win_unittest.cc', |
| 80 'browser_watcher/window_hang_monitor_win_unittest.cc', |
| 80 ], | 81 ], |
| 81 'captive_portal_unittest_sources': [ | 82 'captive_portal_unittest_sources': [ |
| 82 'captive_portal/captive_portal_detector_unittest.cc', | 83 'captive_portal/captive_portal_detector_unittest.cc', |
| 83 ], | 84 ], |
| 84 'cloud_devices_unittest_sources': [ | 85 'cloud_devices_unittest_sources': [ |
| 85 'cloud_devices/common/cloud_devices_urls_unittest.cc', | 86 'cloud_devices/common/cloud_devices_urls_unittest.cc', |
| 86 'cloud_devices/common/printer_description_unittest.cc', | 87 'cloud_devices/common/printer_description_unittest.cc', |
| 87 ], | 88 ], |
| 88 'content_settings_unittest_sources': [ | 89 'content_settings_unittest_sources': [ |
| 89 'content_settings/core/browser/content_settings_mock_provider.cc', | 90 'content_settings/core/browser/content_settings_mock_provider.cc', |
| (...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1237 'dependencies': [ | 1238 'dependencies': [ |
| 1238 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1239 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1239 ], | 1240 ], |
| 1240 }], | 1241 }], |
| 1241 ], | 1242 ], |
| 1242 }, | 1243 }, |
| 1243 ], | 1244 ], |
| 1244 }], | 1245 }], |
| 1245 ], | 1246 ], |
| 1246 } | 1247 } |
| OLD | NEW |