| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 'ldflags': ['-rdynamic'], | 212 'ldflags': ['-rdynamic'], |
| 213 }, | 213 }, |
| 214 }], | 214 }], |
| 215 ['configuration_policy==1', { | 215 ['configuration_policy==1', { |
| 216 'dependencies': [ | 216 'dependencies': [ |
| 217 'components.gyp:policy_component', | 217 'components.gyp:policy_component', |
| 218 'components.gyp:policy_component_test_support', | 218 'components.gyp:policy_component_test_support', |
| 219 'components.gyp:policy_test_support', | 219 'components.gyp:policy_test_support', |
| 220 ], | 220 ], |
| 221 'sources': [ | 221 'sources': [ |
| 222 'policy/core/browser/autofill_policy_handler_unittest.cc', |
| 222 'policy/core/common/async_policy_provider_unittest.cc', | 223 'policy/core/common/async_policy_provider_unittest.cc', |
| 223 'policy/core/common/cloud/cloud_policy_client_unittest.cc', | 224 'policy/core/common/cloud/cloud_policy_client_unittest.cc', |
| 224 'policy/core/common/cloud/cloud_policy_core_unittest.cc', | 225 'policy/core/common/cloud/cloud_policy_core_unittest.cc', |
| 225 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', | 226 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', |
| 226 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes
t.cc', | 227 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes
t.cc', |
| 227 'policy/core/common/cloud/cloud_policy_service_unittest.cc', | 228 'policy/core/common/cloud/cloud_policy_service_unittest.cc', |
| 228 'policy/core/common/cloud/cloud_policy_validator_unittest.cc', | 229 'policy/core/common/cloud/cloud_policy_validator_unittest.cc', |
| 229 'policy/core/common/cloud/component_cloud_policy_service_unittes
t.cc', | 230 'policy/core/common/cloud/component_cloud_policy_service_unittes
t.cc', |
| 230 'policy/core/common/cloud/component_cloud_policy_store_unittest.
cc', | 231 'policy/core/common/cloud/component_cloud_policy_store_unittest.
cc', |
| 231 'policy/core/common/cloud/component_cloud_policy_updater_unittes
t.cc', | 232 'policy/core/common/cloud/component_cloud_policy_updater_unittes
t.cc', |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 'dependencies': [ | 394 'dependencies': [ |
| 394 '../base/allocator/allocator.gyp:allocator', | 395 '../base/allocator/allocator.gyp:allocator', |
| 395 ], | 396 ], |
| 396 }], | 397 }], |
| 397 ], | 398 ], |
| 398 }, | 399 }, |
| 399 ], | 400 ], |
| 400 }], | 401 }], |
| 401 ], | 402 ], |
| 402 } | 403 } |
| OLD | NEW |