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

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: 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
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 1479 matching lines...) Expand 10 before | Expand all | Expand 10 after
1490 'browser/policy/asynchronous_policy_loader_unittest.cc', 1490 'browser/policy/asynchronous_policy_loader_unittest.cc',
1491 'browser/policy/asynchronous_policy_provider_unittest.cc', 1491 'browser/policy/asynchronous_policy_provider_unittest.cc',
1492 'browser/policy/asynchronous_policy_test_base.cc', 1492 'browser/policy/asynchronous_policy_test_base.cc',
1493 'browser/policy/asynchronous_policy_test_base.h', 1493 'browser/policy/asynchronous_policy_test_base.h',
1494 'browser/policy/auto_enrollment_client_unittest.cc', 1494 'browser/policy/auto_enrollment_client_unittest.cc',
1495 'browser/policy/cloud_policy_controller_unittest.cc', 1495 'browser/policy/cloud_policy_controller_unittest.cc',
1496 'browser/policy/cloud_policy_provider_unittest.cc', 1496 'browser/policy/cloud_policy_provider_unittest.cc',
1497 'browser/policy/cloud_policy_subsystem_unittest.cc', 1497 'browser/policy/cloud_policy_subsystem_unittest.cc',
1498 'browser/policy/config_dir_policy_provider_unittest.cc', 1498 'browser/policy/config_dir_policy_provider_unittest.cc',
1499 'browser/policy/configuration_policy_handler_chromeos_unittest.cc', 1499 'browser/policy/configuration_policy_handler_chromeos_unittest.cc',
1500 'browser/policy/configuration_policy_handler_unittest.cc',
1500 'browser/policy/configuration_policy_pref_store_unittest.cc', 1501 'browser/policy/configuration_policy_pref_store_unittest.cc',
1501 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1502 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1502 'browser/policy/configuration_policy_provider_test.cc', 1503 'browser/policy/configuration_policy_provider_test.cc',
1503 'browser/policy/configuration_policy_provider_test.h', 1504 'browser/policy/configuration_policy_provider_test.h',
1504 'browser/policy/configuration_policy_provider_win_unittest.cc', 1505 'browser/policy/configuration_policy_provider_win_unittest.cc',
1505 'browser/policy/cros_user_policy_cache_unittest.cc', 1506 'browser/policy/cros_user_policy_cache_unittest.cc',
1506 'browser/policy/device_management_service_unittest.cc', 1507 'browser/policy/device_management_service_unittest.cc',
1507 'browser/policy/device_policy_cache_unittest.cc', 1508 'browser/policy/device_policy_cache_unittest.cc',
1508 'browser/policy/device_status_collector_unittest.cc', 1509 'browser/policy/device_status_collector_unittest.cc',
1509 'browser/policy/device_token_fetcher_unittest.cc', 1510 'browser/policy/device_token_fetcher_unittest.cc',
(...skipping 3214 matching lines...) Expand 10 before | Expand all | Expand 10 after
4724 # Use outputs of this action as inputs for the main target build. 4725 # Use outputs of this action as inputs for the main target build.
4725 # Seems as a misnomer but makes this happy on Linux (scons). 4726 # Seems as a misnomer but makes this happy on Linux (scons).
4726 'process_outputs_as_sources': 1, 4727 'process_outputs_as_sources': 1,
4727 }, 4728 },
4728 ], # 'actions' 4729 ], # 'actions'
4729 }, 4730 },
4730 ] 4731 ]
4731 }], # 'coverage!=0' 4732 }], # 'coverage!=0'
4732 ], # 'conditions' 4733 ], # 'conditions'
4733 } 4734 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698