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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6979011: Move user cloud policy to BrowserProcess. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments by mnissler. Added unittest. Created 9 years, 6 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1442 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 'browser/password_manager/password_manager_unittest.cc', 1453 'browser/password_manager/password_manager_unittest.cc',
1454 'browser/password_manager/password_store_default_unittest.cc', 1454 'browser/password_manager/password_store_default_unittest.cc',
1455 'browser/password_manager/password_store_mac_unittest.cc', 1455 'browser/password_manager/password_store_mac_unittest.cc',
1456 'browser/password_manager/password_store_win_unittest.cc', 1456 'browser/password_manager/password_store_win_unittest.cc',
1457 'browser/plugin_exceptions_table_model_unittest.cc', 1457 'browser/plugin_exceptions_table_model_unittest.cc',
1458 'browser/policy/asynchronous_policy_loader_unittest.cc', 1458 'browser/policy/asynchronous_policy_loader_unittest.cc',
1459 'browser/policy/asynchronous_policy_provider_unittest.cc', 1459 'browser/policy/asynchronous_policy_provider_unittest.cc',
1460 'browser/policy/asynchronous_policy_test_base.cc', 1460 'browser/policy/asynchronous_policy_test_base.cc',
1461 'browser/policy/asynchronous_policy_test_base.h', 1461 'browser/policy/asynchronous_policy_test_base.h',
1462 'browser/policy/cloud_policy_controller_unittest.cc', 1462 'browser/policy/cloud_policy_controller_unittest.cc',
1463 'browser/policy/cloud_policy_provider_unittest.cc',
1463 'browser/policy/config_dir_policy_provider_unittest.cc', 1464 'browser/policy/config_dir_policy_provider_unittest.cc',
1464 'browser/policy/configuration_policy_pref_store_unittest.cc', 1465 'browser/policy/configuration_policy_pref_store_unittest.cc',
1465 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1466 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1466 'browser/policy/configuration_policy_provider_win_unittest.cc', 1467 'browser/policy/configuration_policy_provider_win_unittest.cc',
1467 'browser/policy/configuration_policy_store_interface_unittest.cc', 1468 'browser/policy/configuration_policy_store_interface_unittest.cc',
1468 'browser/policy/device_management_backend_mock.cc', 1469 'browser/policy/device_management_backend_mock.cc',
1469 'browser/policy/device_management_backend_mock.h', 1470 'browser/policy/device_management_backend_mock.h',
1470 'browser/policy/device_management_service_unittest.cc', 1471 'browser/policy/device_management_service_unittest.cc',
1471 'browser/policy/device_policy_cache_unittest.cc', 1472 'browser/policy/device_policy_cache_unittest.cc',
1472 'browser/policy/device_token_fetcher_unittest.cc', 1473 'browser/policy/device_token_fetcher_unittest.cc',
(...skipping 2517 matching lines...) Expand 10 before | Expand all | Expand 10 after
3990 ] 3991 ]
3991 }], # 'coverage!=0' 3992 }], # 'coverage!=0'
3992 ], # 'conditions' 3993 ], # 'conditions'
3993 } 3994 }
3994 3995
3995 # Local Variables: 3996 # Local Variables:
3996 # tab-width:2 3997 # tab-width:2
3997 # indent-tabs-mode:nil 3998 # indent-tabs-mode:nil
3998 # End: 3999 # End:
3999 # vim: set expandtab tabstop=2 shiftwidth=2: 4000 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698