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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
498 'dependencies': [ | 498 'dependencies': [ |
499 'components.gyp:policy_component', | 499 'components.gyp:policy_component', |
500 'components.gyp:policy_component_test_support', | 500 'components.gyp:policy_component_test_support', |
501 'components.gyp:policy_test_support', | 501 'components.gyp:policy_test_support', |
502 ], | 502 ], |
503 'sources': [ | 503 'sources': [ |
504 'policy/core/browser/autofill_policy_handler_unittest.cc', | 504 'policy/core/browser/autofill_policy_handler_unittest.cc', |
505 'policy/core/browser/browser_policy_connector_unittest.cc', | 505 'policy/core/browser/browser_policy_connector_unittest.cc', |
506 'policy/core/browser/configuration_policy_handler_unittest.cc', | 506 'policy/core/browser/configuration_policy_handler_unittest.cc', |
507 'policy/core/browser/configuration_policy_pref_store_unittest.cc
', | 507 'policy/core/browser/configuration_policy_pref_store_unittest.cc
', |
| 508 'policy/core/browser/managed_bookmarks_tracker_unittest.cc', |
508 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', | 509 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', |
509 'policy/core/common/async_policy_provider_unittest.cc', | 510 'policy/core/common/async_policy_provider_unittest.cc', |
510 'policy/core/common/cloud/cloud_policy_client_unittest.cc', | 511 'policy/core/common/cloud/cloud_policy_client_unittest.cc', |
511 'policy/core/common/cloud/cloud_policy_core_unittest.cc', | 512 'policy/core/common/cloud/cloud_policy_core_unittest.cc', |
512 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', | 513 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', |
513 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes
t.cc', | 514 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes
t.cc', |
514 'policy/core/common/cloud/cloud_policy_service_unittest.cc', | 515 'policy/core/common/cloud/cloud_policy_service_unittest.cc', |
515 'policy/core/common/cloud/cloud_policy_validator_unittest.cc', | 516 'policy/core/common/cloud/cloud_policy_validator_unittest.cc', |
516 'policy/core/common/cloud/component_cloud_policy_service_unittes
t.cc', | 517 'policy/core/common/cloud/component_cloud_policy_service_unittes
t.cc', |
517 'policy/core/common/cloud/component_cloud_policy_store_unittest.
cc', | 518 'policy/core/common/cloud/component_cloud_policy_store_unittest.
cc', |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
732 'dependencies': [ | 733 'dependencies': [ |
733 '../base/allocator/allocator.gyp:allocator', | 734 '../base/allocator/allocator.gyp:allocator', |
734 ], | 735 ], |
735 }], | 736 }], |
736 ], | 737 ], |
737 }, | 738 }, |
738 ], | 739 ], |
739 }], | 740 }], |
740 ], | 741 ], |
741 } | 742 } |
OLD | NEW |