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

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: minor 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 802 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698