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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 15133005: Added a PolicySchema class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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 | Annotate | Revision Log
OLDNEW
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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 'browser/policy/configuration_policy_provider_test.cc', 1002 'browser/policy/configuration_policy_provider_test.cc',
1003 'browser/policy/configuration_policy_provider_test.h', 1003 'browser/policy/configuration_policy_provider_test.h',
1004 'browser/policy/managed_mode_policy_provider_unittest.cc', 1004 'browser/policy/managed_mode_policy_provider_unittest.cc',
1005 'browser/policy/mock_policy_service.cc', 1005 'browser/policy/mock_policy_service.cc',
1006 'browser/policy/mock_policy_service.h', 1006 'browser/policy/mock_policy_service.h',
1007 'browser/policy/policy_bundle_unittest.cc', 1007 'browser/policy/policy_bundle_unittest.cc',
1008 'browser/policy/policy_loader_mac_unittest.cc', 1008 'browser/policy/policy_loader_mac_unittest.cc',
1009 'browser/policy/policy_loader_win_unittest.cc', 1009 'browser/policy/policy_loader_win_unittest.cc',
1010 'browser/policy/policy_map_unittest.cc', 1010 'browser/policy/policy_map_unittest.cc',
1011 'browser/policy/policy_path_parser_unittest.cc', 1011 'browser/policy/policy_path_parser_unittest.cc',
1012 'browser/policy/policy_schema_unittest.cc',
1012 'browser/policy/policy_service_impl_unittest.cc', 1013 'browser/policy/policy_service_impl_unittest.cc',
1013 'browser/policy/policy_statistics_collector_unittest.cc', 1014 'browser/policy/policy_statistics_collector_unittest.cc',
1014 'browser/policy/preferences_mock_mac.cc', 1015 'browser/policy/preferences_mock_mac.cc',
1015 'browser/policy/preferences_mock_mac.h', 1016 'browser/policy/preferences_mock_mac.h',
1016 'browser/policy/preg_parser_win_unittest.cc', 1017 'browser/policy/preg_parser_win_unittest.cc',
1017 'browser/policy/url_blacklist_manager_unittest.cc', 1018 'browser/policy/url_blacklist_manager_unittest.cc',
1018 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', 1019 'browser/predictors/autocomplete_action_predictor_table_unittest.cc',
1019 'browser/predictors/autocomplete_action_predictor_unittest.cc', 1020 'browser/predictors/autocomplete_action_predictor_unittest.cc',
1020 'browser/predictors/resource_prefetch_predictor_unittest.cc', 1021 'browser/predictors/resource_prefetch_predictor_unittest.cc',
1021 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', 1022 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc',
(...skipping 1500 matching lines...) Expand 10 before | Expand all | Expand 10 after
2522 # more details. 2523 # more details.
2523 'DebugInformationFormat': '3', 2524 'DebugInformationFormat': '3',
2524 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2525 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2525 }, 2526 },
2526 }, 2527 },
2527 }, 2528 },
2528 ], 2529 ],
2529 }], 2530 }],
2530 ], # 'conditions' 2531 ], # 'conditions'
2531 } 2532 }
OLDNEW
« chrome/browser/policy/policy_schema.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698