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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10885015: Implement new-style CloudPolicyStore for Chrome OS device policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 'browser/policy/cloud_policy_validator_unittest.cc', 1428 'browser/policy/cloud_policy_validator_unittest.cc',
1429 'browser/policy/config_dir_policy_loader_unittest.cc', 1429 'browser/policy/config_dir_policy_loader_unittest.cc',
1430 'browser/policy/configuration_policy_handler_chromeos_unittest.cc', 1430 'browser/policy/configuration_policy_handler_chromeos_unittest.cc',
1431 'browser/policy/configuration_policy_handler_unittest.cc', 1431 'browser/policy/configuration_policy_handler_unittest.cc',
1432 'browser/policy/configuration_policy_pref_store_unittest.cc', 1432 'browser/policy/configuration_policy_pref_store_unittest.cc',
1433 'browser/policy/configuration_policy_provider_test.cc', 1433 'browser/policy/configuration_policy_provider_test.cc',
1434 'browser/policy/configuration_policy_provider_test.h', 1434 'browser/policy/configuration_policy_provider_test.h',
1435 'browser/policy/cros_user_policy_cache_unittest.cc', 1435 'browser/policy/cros_user_policy_cache_unittest.cc',
1436 'browser/policy/device_management_service_unittest.cc', 1436 'browser/policy/device_management_service_unittest.cc',
1437 'browser/policy/device_policy_cache_unittest.cc', 1437 'browser/policy/device_policy_cache_unittest.cc',
1438 'browser/policy/device_cloud_policy_store_chromeos_unittest.cc',
Joao da Silva 2012/08/28 19:56:57 nit: order
Mattias Nissler (ping if slow) 2012/08/31 14:13:18 Done.
1438 'browser/policy/device_status_collector_unittest.cc', 1439 'browser/policy/device_status_collector_unittest.cc',
1439 'browser/policy/device_token_fetcher_unittest.cc', 1440 'browser/policy/device_token_fetcher_unittest.cc',
1440 'browser/policy/enterprise_install_attributes_unittest.cc', 1441 'browser/policy/enterprise_install_attributes_unittest.cc',
1441 'browser/policy/logging_work_scheduler.cc', 1442 'browser/policy/logging_work_scheduler.cc',
1442 'browser/policy/logging_work_scheduler.h', 1443 'browser/policy/logging_work_scheduler.h',
1443 'browser/policy/logging_work_scheduler_unittest.cc', 1444 'browser/policy/logging_work_scheduler_unittest.cc',
1444 'browser/policy/managed_mode_policy_provider_unittest.cc', 1445 'browser/policy/managed_mode_policy_provider_unittest.cc',
1445 'browser/policy/mock_cloud_policy_client.cc', 1446 'browser/policy/mock_cloud_policy_client.cc',
1446 'browser/policy/mock_cloud_policy_client.h', 1447 'browser/policy/mock_cloud_policy_client.h',
1447 'browser/policy/mock_cloud_policy_store.cc', 1448 'browser/policy/mock_cloud_policy_store.cc',
(...skipping 3257 matching lines...) Expand 10 before | Expand all | Expand 10 after
4705 '--result', '<@(_outputs)', 4706 '--result', '<@(_outputs)',
4706 '--isolate', 'browser_tests.isolate', 4707 '--isolate', 'browser_tests.isolate',
4707 ], 4708 ],
4708 }, 4709 },
4709 ], 4710 ],
4710 }, 4711 },
4711 ], 4712 ],
4712 }], 4713 }],
4713 ], # 'conditions' 4714 ], # 'conditions'
4714 } 4715 }
OLDNEW
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698