| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 ], | 127 ], |
| 128 'client_update_protocol_unittest_sources': [ | 128 'client_update_protocol_unittest_sources': [ |
| 129 'client_update_protocol/ecdsa_unittest.cc', | 129 'client_update_protocol/ecdsa_unittest.cc', |
| 130 ], | 130 ], |
| 131 'cloud_devices_unittest_sources': [ | 131 'cloud_devices_unittest_sources': [ |
| 132 'cloud_devices/common/cloud_devices_urls_unittest.cc', | 132 'cloud_devices/common/cloud_devices_urls_unittest.cc', |
| 133 'cloud_devices/common/printer_description_unittest.cc', | 133 'cloud_devices/common/printer_description_unittest.cc', |
| 134 ], | 134 ], |
| 135 'component_updater_unittest_sources': [ | 135 'component_updater_unittest_sources': [ |
| 136 'component_updater/component_updater_service_unittest.cc', | 136 'component_updater/component_updater_service_unittest.cc', |
| 137 'component_updater/configurator_impl_unittest.cc', |
| 137 'component_updater/default_component_installer_unittest.cc', | 138 'component_updater/default_component_installer_unittest.cc', |
| 138 'component_updater/configurator_impl_unittest.cc', | |
| 139 'component_updater/timer_unittest.cc', | 139 'component_updater/timer_unittest.cc', |
| 140 'component_updater/updater_state_unittest_win.cc', |
| 140 ], | 141 ], |
| 141 'content_settings_unittest_sources': [ | 142 'content_settings_unittest_sources': [ |
| 142 'content_settings/core/browser/content_settings_mock_provider.cc', | 143 'content_settings/core/browser/content_settings_mock_provider.cc', |
| 143 'content_settings/core/browser/content_settings_mock_provider.h', | 144 'content_settings/core/browser/content_settings_mock_provider.h', |
| 144 'content_settings/core/browser/content_settings_registry_unittest.cc', | 145 'content_settings/core/browser/content_settings_registry_unittest.cc', |
| 145 'content_settings/core/browser/content_settings_rule_unittest.cc', | 146 'content_settings/core/browser/content_settings_rule_unittest.cc', |
| 146 'content_settings/core/browser/content_settings_utils_unittest.cc', | 147 'content_settings/core/browser/content_settings_utils_unittest.cc', |
| 147 'content_settings/core/browser/cookie_settings_unittest.cc', | 148 'content_settings/core/browser/cookie_settings_unittest.cc', |
| 148 'content_settings/core/browser/website_settings_registry_unittest.cc', | 149 'content_settings/core/browser/website_settings_registry_unittest.cc', |
| 149 'content_settings/core/common/content_settings_pattern_parser_unittest.cc'
, | 150 'content_settings/core/common/content_settings_pattern_parser_unittest.cc'
, |
| (...skipping 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2133 'dependencies': [ | 2134 'dependencies': [ |
| 2134 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2135 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2135 ], | 2136 ], |
| 2136 }], | 2137 }], |
| 2137 ], | 2138 ], |
| 2138 }, | 2139 }, |
| 2139 ], | 2140 ], |
| 2140 }], | 2141 }], |
| 2141 ], | 2142 ], |
| 2142 } | 2143 } |
| OLD | NEW |