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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10316022: Wire up the policy for controlling pinned apps in the ash launcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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
« no previous file with comments | « chrome/browser/policy/policy_error_map.cc ('k') | chrome/test/functional/policy_test_cases.py » ('j') | 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 1383 matching lines...) Expand 10 before | Expand all | Expand 10 after
1394 'browser/policy/asynchronous_policy_loader_unittest.cc', 1394 'browser/policy/asynchronous_policy_loader_unittest.cc',
1395 'browser/policy/asynchronous_policy_provider_unittest.cc', 1395 'browser/policy/asynchronous_policy_provider_unittest.cc',
1396 'browser/policy/asynchronous_policy_test_base.cc', 1396 'browser/policy/asynchronous_policy_test_base.cc',
1397 'browser/policy/asynchronous_policy_test_base.h', 1397 'browser/policy/asynchronous_policy_test_base.h',
1398 'browser/policy/auto_enrollment_client_unittest.cc', 1398 'browser/policy/auto_enrollment_client_unittest.cc',
1399 'browser/policy/cloud_policy_controller_unittest.cc', 1399 'browser/policy/cloud_policy_controller_unittest.cc',
1400 'browser/policy/cloud_policy_provider_unittest.cc', 1400 'browser/policy/cloud_policy_provider_unittest.cc',
1401 'browser/policy/cloud_policy_subsystem_unittest.cc', 1401 'browser/policy/cloud_policy_subsystem_unittest.cc',
1402 'browser/policy/config_dir_policy_provider_unittest.cc', 1402 'browser/policy/config_dir_policy_provider_unittest.cc',
1403 'browser/policy/configuration_policy_handler_chromeos_unittest.cc', 1403 'browser/policy/configuration_policy_handler_chromeos_unittest.cc',
1404 'browser/policy/configuration_policy_handler_unittest.cc',
1404 'browser/policy/configuration_policy_pref_store_unittest.cc', 1405 'browser/policy/configuration_policy_pref_store_unittest.cc',
1405 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1406 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1406 'browser/policy/configuration_policy_provider_test.cc', 1407 'browser/policy/configuration_policy_provider_test.cc',
1407 'browser/policy/configuration_policy_provider_test.h', 1408 'browser/policy/configuration_policy_provider_test.h',
1408 'browser/policy/configuration_policy_provider_win_unittest.cc', 1409 'browser/policy/configuration_policy_provider_win_unittest.cc',
1409 'browser/policy/cros_user_policy_cache_unittest.cc', 1410 'browser/policy/cros_user_policy_cache_unittest.cc',
1410 'browser/policy/device_management_service_unittest.cc', 1411 'browser/policy/device_management_service_unittest.cc',
1411 'browser/policy/device_policy_cache_unittest.cc', 1412 'browser/policy/device_policy_cache_unittest.cc',
1412 'browser/policy/device_status_collector_unittest.cc', 1413 'browser/policy/device_status_collector_unittest.cc',
1413 'browser/policy/device_token_fetcher_unittest.cc', 1414 'browser/policy/device_token_fetcher_unittest.cc',
(...skipping 3219 matching lines...) Expand 10 before | Expand all | Expand 10 after
4633 # Use outputs of this action as inputs for the main target build. 4634 # Use outputs of this action as inputs for the main target build.
4634 # Seems as a misnomer but makes this happy on Linux (scons). 4635 # Seems as a misnomer but makes this happy on Linux (scons).
4635 'process_outputs_as_sources': 1, 4636 'process_outputs_as_sources': 1,
4636 }, 4637 },
4637 ], # 'actions' 4638 ], # 'actions'
4638 }, 4639 },
4639 ] 4640 ]
4640 }], # 'coverage!=0' 4641 }], # 'coverage!=0'
4641 ], # 'conditions' 4642 ], # 'conditions'
4642 } 4643 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/policy_error_map.cc ('k') | chrome/test/functional/policy_test_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698