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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6312121: Add initial device policy infrastructure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix race condition and tests. Created 9 years, 10 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/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('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) 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'test/model_test_utils.h', 131 'test/model_test_utils.h',
132 'test/profile_mock.cc', 132 'test/profile_mock.cc',
133 'test/profile_mock.h', 133 'test/profile_mock.h',
134 'test/test_browser_window.h', 134 'test/test_browser_window.h',
135 'test/test_launcher_utils.cc', 135 'test/test_launcher_utils.cc',
136 'test/test_launcher_utils.h', 136 'test/test_launcher_utils.h',
137 'test/test_location_bar.h', 137 'test/test_location_bar.h',
138 'test/test_switches.cc', 138 'test/test_switches.cc',
139 'test/test_switches.h', 139 'test/test_switches.h',
140 'test/test_url_request_context_getter.h', 140 'test/test_url_request_context_getter.h',
141 'test/testing_device_token_fetcher.cc',
142 'test/testing_device_token_fetcher.h',
143 'test/testing_pref_service.cc', 141 'test/testing_pref_service.cc',
144 'test/testing_pref_service.h', 142 'test/testing_pref_service.h',
145 'test/testing_profile.cc', 143 'test/testing_profile.cc',
146 'test/testing_profile.h', 144 'test/testing_profile.h',
147 'test/thread_observer_helper.h', 145 'test/thread_observer_helper.h',
148 'test/thread_test_helper.h', 146 'test/thread_test_helper.h',
149 'test/ui_test_utils.cc', 147 'test/ui_test_utils.cc',
150 'test/ui_test_utils.h', 148 'test/ui_test_utils.h',
151 'test/ui_test_utils_linux.cc', 149 'test/ui_test_utils_linux.cc',
152 'test/ui_test_utils_mac.mm', 150 'test/ui_test_utils_mac.mm',
(...skipping 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 'browser/policy/asynchronous_policy_test_base.h', 1315 'browser/policy/asynchronous_policy_test_base.h',
1318 'browser/policy/config_dir_policy_provider_unittest.cc', 1316 'browser/policy/config_dir_policy_provider_unittest.cc',
1319 'browser/policy/configuration_policy_pref_store_unittest.cc', 1317 'browser/policy/configuration_policy_pref_store_unittest.cc',
1320 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1318 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1321 'browser/policy/configuration_policy_provider_win_unittest.cc', 1319 'browser/policy/configuration_policy_provider_win_unittest.cc',
1322 'browser/policy/device_token_fetcher_unittest.cc', 1320 'browser/policy/device_token_fetcher_unittest.cc',
1323 'browser/policy/file_based_policy_provider_unittest.cc', 1321 'browser/policy/file_based_policy_provider_unittest.cc',
1324 'browser/policy/device_management_backend_mock.cc', 1322 'browser/policy/device_management_backend_mock.cc',
1325 'browser/policy/device_management_backend_mock.h', 1323 'browser/policy/device_management_backend_mock.h',
1326 'browser/policy/device_management_service_unittest.cc', 1324 'browser/policy/device_management_service_unittest.cc',
1327 'browser/policy/device_management_policy_cache_unittest.cc', 1325 'browser/policy/cloud_policy_cache_unittest.cc',
1328 'browser/policy/device_management_policy_provider_unittest.cc', 1326 'browser/policy/cloud_policy_client_unittest.cc',
1329 'browser/policy/managed_prefs_banner_base_unittest.cc', 1327 'browser/policy/managed_prefs_banner_base_unittest.cc',
1330 'browser/policy/mock_configuration_policy_provider.cc', 1328 'browser/policy/mock_configuration_policy_provider.cc',
1331 'browser/policy/mock_configuration_policy_provider.h', 1329 'browser/policy/mock_configuration_policy_provider.h',
1332 'browser/policy/mock_configuration_policy_store.cc', 1330 'browser/policy/mock_configuration_policy_store.cc',
1333 'browser/policy/mock_configuration_policy_store.h', 1331 'browser/policy/mock_configuration_policy_store.h',
1334 'browser/policy/mock_device_management_backend.h', 1332 'browser/policy/mock_device_management_backend.h',
1335 'browser/preferences_mock_mac.cc', 1333 'browser/preferences_mock_mac.cc',
1336 'browser/preferences_mock_mac.h', 1334 'browser/preferences_mock_mac.h',
1337 'browser/prefs/command_line_pref_store_unittest.cc', 1335 'browser/prefs/command_line_pref_store_unittest.cc',
1338 'browser/prefs/overlay_persistent_pref_store_unittest.cc', 1336 'browser/prefs/overlay_persistent_pref_store_unittest.cc',
(...skipping 2344 matching lines...) Expand 10 before | Expand all | Expand 10 after
3683 ] 3681 ]
3684 }], # 'coverage!=0' 3682 }], # 'coverage!=0'
3685 ], # 'conditions' 3683 ], # 'conditions'
3686 } 3684 }
3687 3685
3688 # Local Variables: 3686 # Local Variables:
3689 # tab-width:2 3687 # tab-width:2
3690 # indent-tabs-mode:nil 3688 # indent-tabs-mode:nil
3691 # End: 3689 # End:
3692 # vim: set expandtab tabstop=2 shiftwidth=2: 3690 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698