| 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 802 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 813                 'policy/core/common/policy_loader_ios_unittest.mm', | 813                 'policy/core/common/policy_loader_ios_unittest.mm', | 
| 814                 'policy/core/common/policy_loader_mac_unittest.cc', | 814                 'policy/core/common/policy_loader_mac_unittest.cc', | 
| 815                 'policy/core/common/policy_loader_win_unittest.cc', | 815                 'policy/core/common/policy_loader_win_unittest.cc', | 
| 816                 'policy/core/common/policy_map_unittest.cc', | 816                 'policy/core/common/policy_map_unittest.cc', | 
| 817                 'policy/core/common/policy_provider_android_unittest.cc', | 817                 'policy/core/common/policy_provider_android_unittest.cc', | 
| 818                 'policy/core/common/policy_service_impl_unittest.cc', | 818                 'policy/core/common/policy_service_impl_unittest.cc', | 
| 819                 'policy/core/common/policy_statistics_collector_unittest.cc', | 819                 'policy/core/common/policy_statistics_collector_unittest.cc', | 
| 820                 'policy/core/common/preg_parser_win_unittest.cc', | 820                 'policy/core/common/preg_parser_win_unittest.cc', | 
| 821                 'policy/core/common/registry_dict_win_unittest.cc', | 821                 'policy/core/common/registry_dict_win_unittest.cc', | 
| 822                 'policy/core/common/remote_commands/remote_commands_queue_unitte
      st.cc', | 822                 'policy/core/common/remote_commands/remote_commands_queue_unitte
      st.cc', | 
|  | 823                 'policy/core/common/remote_commands/remote_commands_service_unit
      test.cc', | 
| 823                 'policy/core/common/schema_map_unittest.cc', | 824                 'policy/core/common/schema_map_unittest.cc', | 
| 824                 'policy/core/common/schema_registry_tracking_policy_provider_uni
      ttest.cc', | 825                 'policy/core/common/schema_registry_tracking_policy_provider_uni
      ttest.cc', | 
| 825                 'policy/core/common/schema_registry_unittest.cc', | 826                 'policy/core/common/schema_registry_unittest.cc', | 
| 826                 'policy/core/common/schema_unittest.cc', | 827                 'policy/core/common/schema_unittest.cc', | 
| 827                 'search_engines/default_search_policy_handler_unittest.cc', | 828                 'search_engines/default_search_policy_handler_unittest.cc', | 
| 828               ], | 829               ], | 
| 829               'conditions': [ | 830               'conditions': [ | 
| 830                 ['OS=="android"', { | 831                 ['OS=="android"', { | 
| 831                   'sources/': [ | 832                   'sources/': [ | 
| 832                     ['exclude', '^policy/core/common/async_policy_provider_unitt
      est\\.cc'], | 833                     ['exclude', '^policy/core/common/async_policy_provider_unitt
      est\\.cc'], | 
| (...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1069             '../build/isolate.gypi', | 1070             '../build/isolate.gypi', | 
| 1070           ], | 1071           ], | 
| 1071           'sources': [ | 1072           'sources': [ | 
| 1072             'components_unittests.isolate', | 1073             'components_unittests.isolate', | 
| 1073           ], | 1074           ], | 
| 1074         }, | 1075         }, | 
| 1075       ], | 1076       ], | 
| 1076     }], | 1077     }], | 
| 1077   ], | 1078   ], | 
| 1078 } | 1079 } | 
| OLD | NEW | 
|---|