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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7585036: First CL for the about:policy page. This only implements the policy section of the page. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Please ignore previous patch. Created 9 years, 4 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 1520 matching lines...) Expand 10 before | Expand all | Expand 10 after
1531 'browser/policy/asynchronous_policy_provider_unittest.cc', 1531 'browser/policy/asynchronous_policy_provider_unittest.cc',
1532 'browser/policy/asynchronous_policy_test_base.cc', 1532 'browser/policy/asynchronous_policy_test_base.cc',
1533 'browser/policy/asynchronous_policy_test_base.h', 1533 'browser/policy/asynchronous_policy_test_base.h',
1534 'browser/policy/cloud_policy_controller_unittest.cc', 1534 'browser/policy/cloud_policy_controller_unittest.cc',
1535 'browser/policy/cloud_policy_provider_unittest.cc', 1535 'browser/policy/cloud_policy_provider_unittest.cc',
1536 'browser/policy/cloud_policy_subsystem_unittest.cc', 1536 'browser/policy/cloud_policy_subsystem_unittest.cc',
1537 'browser/policy/config_dir_policy_provider_unittest.cc', 1537 'browser/policy/config_dir_policy_provider_unittest.cc',
1538 'browser/policy/configuration_policy_pref_store_unittest.cc', 1538 'browser/policy/configuration_policy_pref_store_unittest.cc',
1539 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1539 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1540 'browser/policy/configuration_policy_provider_win_unittest.cc', 1540 'browser/policy/configuration_policy_provider_win_unittest.cc',
1541 'browser/policy/configuration_policy_reader_unittest.cc',
1541 'browser/policy/device_management_backend_mock.cc', 1542 'browser/policy/device_management_backend_mock.cc',
1542 'browser/policy/device_management_backend_mock.h', 1543 'browser/policy/device_management_backend_mock.h',
1543 'browser/policy/device_management_service_unittest.cc', 1544 'browser/policy/device_management_service_unittest.cc',
1544 'browser/policy/device_policy_cache_unittest.cc', 1545 'browser/policy/device_policy_cache_unittest.cc',
1545 'browser/policy/device_token_fetcher_unittest.cc', 1546 'browser/policy/device_token_fetcher_unittest.cc',
1546 'browser/policy/enterprise_install_attributes_unittest.cc', 1547 'browser/policy/enterprise_install_attributes_unittest.cc',
1547 'browser/policy/file_based_policy_provider_unittest.cc', 1548 'browser/policy/file_based_policy_provider_unittest.cc',
1548 'browser/policy/logging_work_scheduler.cc', 1549 'browser/policy/logging_work_scheduler.cc',
1549 'browser/policy/logging_work_scheduler.h', 1550 'browser/policy/logging_work_scheduler.h',
1550 'browser/policy/logging_work_scheduler_unittest.cc', 1551 'browser/policy/logging_work_scheduler_unittest.cc',
(...skipping 2575 matching lines...) Expand 10 before | Expand all | Expand 10 after
4126 # Use outputs of this action as inputs for the main target build. 4127 # Use outputs of this action as inputs for the main target build.
4127 # Seems as a misnomer but makes this happy on Linux (scons). 4128 # Seems as a misnomer but makes this happy on Linux (scons).
4128 'process_outputs_as_sources': 1, 4129 'process_outputs_as_sources': 1,
4129 }, 4130 },
4130 ], # 'actions' 4131 ], # 'actions'
4131 }, 4132 },
4132 ] 4133 ]
4133 }], # 'coverage!=0' 4134 }], # 'coverage!=0'
4134 ], # 'conditions' 4135 ], # 'conditions'
4135 } 4136 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698