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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9109009: Introduce CloudPolicyClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 8 years, 8 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) 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 1525 matching lines...) Expand 10 before | Expand all | Expand 10 after
1536 'browser/password_manager/password_store_mac_unittest.cc', 1536 'browser/password_manager/password_store_mac_unittest.cc',
1537 'browser/password_manager/password_store_win_unittest.cc', 1537 'browser/password_manager/password_store_win_unittest.cc',
1538 'browser/password_manager/password_store_x_unittest.cc', 1538 'browser/password_manager/password_store_x_unittest.cc',
1539 'browser/plugin_finder_unittest.cc', 1539 'browser/plugin_finder_unittest.cc',
1540 'browser/plugin_prefs_unittest.cc', 1540 'browser/plugin_prefs_unittest.cc',
1541 'browser/policy/asynchronous_policy_loader_unittest.cc', 1541 'browser/policy/asynchronous_policy_loader_unittest.cc',
1542 'browser/policy/asynchronous_policy_provider_unittest.cc', 1542 'browser/policy/asynchronous_policy_provider_unittest.cc',
1543 'browser/policy/asynchronous_policy_test_base.cc', 1543 'browser/policy/asynchronous_policy_test_base.cc',
1544 'browser/policy/asynchronous_policy_test_base.h', 1544 'browser/policy/asynchronous_policy_test_base.h',
1545 'browser/policy/auto_enrollment_client_unittest.cc', 1545 'browser/policy/auto_enrollment_client_unittest.cc',
1546 'browser/policy/cloud_policy_client_unittest.cc',
1546 'browser/policy/cloud_policy_controller_unittest.cc', 1547 'browser/policy/cloud_policy_controller_unittest.cc',
1547 'browser/policy/cloud_policy_provider_unittest.cc', 1548 'browser/policy/cloud_policy_provider_unittest.cc',
1548 'browser/policy/cloud_policy_subsystem_unittest.cc', 1549 'browser/policy/cloud_policy_subsystem_unittest.cc',
1549 'browser/policy/config_dir_policy_provider_unittest.cc', 1550 'browser/policy/config_dir_policy_provider_unittest.cc',
1550 'browser/policy/configuration_policy_handler_chromeos_unittest.cc', 1551 'browser/policy/configuration_policy_handler_chromeos_unittest.cc',
1551 'browser/policy/configuration_policy_pref_store_unittest.cc', 1552 'browser/policy/configuration_policy_pref_store_unittest.cc',
1552 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1553 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1553 'browser/policy/configuration_policy_provider_test.cc', 1554 'browser/policy/configuration_policy_provider_test.cc',
1554 'browser/policy/configuration_policy_provider_test.h', 1555 'browser/policy/configuration_policy_provider_test.h',
1555 'browser/policy/configuration_policy_provider_win_unittest.cc', 1556 'browser/policy/configuration_policy_provider_win_unittest.cc',
(...skipping 3128 matching lines...) Expand 10 before | Expand all | Expand 10 after
4684 # Use outputs of this action as inputs for the main target build. 4685 # Use outputs of this action as inputs for the main target build.
4685 # Seems as a misnomer but makes this happy on Linux (scons). 4686 # Seems as a misnomer but makes this happy on Linux (scons).
4686 'process_outputs_as_sources': 1, 4687 'process_outputs_as_sources': 1,
4687 }, 4688 },
4688 ], # 'actions' 4689 ], # 'actions'
4689 }, 4690 },
4690 ] 4691 ]
4691 }], # 'coverage!=0' 4692 }], # 'coverage!=0'
4692 ], # 'conditions' 4693 ], # 'conditions'
4693 } 4694 }
OLDNEW
« chrome/browser/policy/mock_device_management_service.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698