Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1215)

Side by Side Diff: components/components_tests.gyp

Issue 879233003: Initial RemoteCommandService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remote-commands
Patch Set: more fixes Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 'policy/core/common/policy_loader_ios_unittest.mm', 1028 'policy/core/common/policy_loader_ios_unittest.mm',
1029 'policy/core/common/policy_loader_mac_unittest.cc', 1029 'policy/core/common/policy_loader_mac_unittest.cc',
1030 'policy/core/common/policy_loader_win_unittest.cc', 1030 'policy/core/common/policy_loader_win_unittest.cc',
1031 'policy/core/common/policy_map_unittest.cc', 1031 'policy/core/common/policy_map_unittest.cc',
1032 'policy/core/common/policy_provider_android_unittest.cc', 1032 'policy/core/common/policy_provider_android_unittest.cc',
1033 'policy/core/common/policy_service_impl_unittest.cc', 1033 'policy/core/common/policy_service_impl_unittest.cc',
1034 'policy/core/common/policy_statistics_collector_unittest.cc', 1034 'policy/core/common/policy_statistics_collector_unittest.cc',
1035 'policy/core/common/preg_parser_win_unittest.cc', 1035 'policy/core/common/preg_parser_win_unittest.cc',
1036 'policy/core/common/registry_dict_win_unittest.cc', 1036 'policy/core/common/registry_dict_win_unittest.cc',
1037 'policy/core/common/remote_commands/remote_commands_queue_unitte st.cc', 1037 'policy/core/common/remote_commands/remote_commands_queue_unitte st.cc',
1038 'policy/core/common/remote_commands/remote_commands_service_unit test.cc',
1038 'policy/core/common/schema_map_unittest.cc', 1039 'policy/core/common/schema_map_unittest.cc',
1039 'policy/core/common/schema_registry_tracking_policy_provider_uni ttest.cc', 1040 'policy/core/common/schema_registry_tracking_policy_provider_uni ttest.cc',
1040 'policy/core/common/schema_registry_unittest.cc', 1041 'policy/core/common/schema_registry_unittest.cc',
1041 'policy/core/common/schema_unittest.cc', 1042 'policy/core/common/schema_unittest.cc',
1042 'search_engines/default_search_policy_handler_unittest.cc', 1043 'search_engines/default_search_policy_handler_unittest.cc',
1043 ], 1044 ],
1044 'conditions': [ 1045 'conditions': [
1045 ['OS=="android"', { 1046 ['OS=="android"', {
1046 'sources/': [ 1047 'sources/': [
1047 ['exclude', '^policy/core/common/async_policy_provider_unitt est\\.cc'], 1048 ['exclude', '^policy/core/common/async_policy_provider_unitt est\\.cc'],
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
1284 '../build/isolate.gypi', 1285 '../build/isolate.gypi',
1285 ], 1286 ],
1286 'sources': [ 1287 'sources': [
1287 'components_unittests.isolate', 1288 'components_unittests.isolate',
1288 ], 1289 ],
1289 }, 1290 },
1290 ], 1291 ],
1291 }], 1292 }],
1292 ], 1293 ],
1293 } 1294 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698