OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 ['configuration_policy==1', { | 361 ['configuration_policy==1', { |
362 'dependencies': [ | 362 'dependencies': [ |
363 'components.gyp:policy_component', | 363 'components.gyp:policy_component', |
364 'components.gyp:policy_component_test_support', | 364 'components.gyp:policy_component_test_support', |
365 'components.gyp:policy_test_support', | 365 'components.gyp:policy_test_support', |
366 ], | 366 ], |
367 'sources': [ | 367 'sources': [ |
368 'policy/core/browser/autofill_policy_handler_unittest.cc', | 368 'policy/core/browser/autofill_policy_handler_unittest.cc', |
369 'policy/core/browser/browser_policy_connector_unittest.cc', | 369 'policy/core/browser/browser_policy_connector_unittest.cc', |
370 'policy/core/browser/configuration_policy_handler_unittest.cc', | 370 'policy/core/browser/configuration_policy_handler_unittest.cc', |
| 371 'policy/core/browser/configuration_policy_pref_store_unittest.cc
', |
| 372 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', |
371 'policy/core/common/async_policy_provider_unittest.cc', | 373 'policy/core/common/async_policy_provider_unittest.cc', |
372 'policy/core/common/cloud/cloud_policy_client_unittest.cc', | 374 'policy/core/common/cloud/cloud_policy_client_unittest.cc', |
373 'policy/core/common/cloud/cloud_policy_core_unittest.cc', | 375 'policy/core/common/cloud/cloud_policy_core_unittest.cc', |
374 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', | 376 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', |
375 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes
t.cc', | 377 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes
t.cc', |
376 'policy/core/common/cloud/cloud_policy_service_unittest.cc', | 378 'policy/core/common/cloud/cloud_policy_service_unittest.cc', |
377 'policy/core/common/cloud/cloud_policy_validator_unittest.cc', | 379 'policy/core/common/cloud/cloud_policy_validator_unittest.cc', |
378 'policy/core/common/cloud/component_cloud_policy_service_unittes
t.cc', | 380 'policy/core/common/cloud/component_cloud_policy_service_unittes
t.cc', |
379 'policy/core/common/cloud/component_cloud_policy_store_unittest.
cc', | 381 'policy/core/common/cloud/component_cloud_policy_store_unittest.
cc', |
380 'policy/core/common/cloud/component_cloud_policy_updater_unittes
t.cc', | 382 'policy/core/common/cloud/component_cloud_policy_updater_unittes
t.cc', |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
560 'dependencies': [ | 562 'dependencies': [ |
561 '../base/allocator/allocator.gyp:allocator', | 563 '../base/allocator/allocator.gyp:allocator', |
562 ], | 564 ], |
563 }], | 565 }], |
564 ], | 566 ], |
565 }, | 567 }, |
566 ], | 568 ], |
567 }], | 569 }], |
568 ], | 570 ], |
569 } | 571 } |
OLD | NEW |