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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6409040: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review! 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
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 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after
1288 'browser/password_manager/password_form_manager_unittest.cc', 1288 'browser/password_manager/password_form_manager_unittest.cc',
1289 'browser/password_manager/password_manager_unittest.cc', 1289 'browser/password_manager/password_manager_unittest.cc',
1290 'browser/password_manager/password_store_default_unittest.cc', 1290 'browser/password_manager/password_store_default_unittest.cc',
1291 'browser/password_manager/password_store_mac_unittest.cc', 1291 'browser/password_manager/password_store_mac_unittest.cc',
1292 'browser/password_manager/password_store_win_unittest.cc', 1292 'browser/password_manager/password_store_win_unittest.cc',
1293 'browser/plugin_exceptions_table_model_unittest.cc', 1293 'browser/plugin_exceptions_table_model_unittest.cc',
1294 'browser/plugin_service_unittest.cc', 1294 'browser/plugin_service_unittest.cc',
1295 'browser/policy/asynchronous_policy_loader_unittest.cc', 1295 'browser/policy/asynchronous_policy_loader_unittest.cc',
1296 'browser/policy/asynchronous_policy_provider_unittest.cc', 1296 'browser/policy/asynchronous_policy_provider_unittest.cc',
1297 'browser/policy/asynchronous_policy_test_base.h', 1297 'browser/policy/asynchronous_policy_test_base.h',
1298 'browser/policy/cloud_policy_cache_unittest.cc',
1298 'browser/policy/config_dir_policy_provider_unittest.cc', 1299 'browser/policy/config_dir_policy_provider_unittest.cc',
1299 'browser/policy/configuration_policy_pref_store_unittest.cc', 1300 'browser/policy/configuration_policy_pref_store_unittest.cc',
1300 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1301 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1301 'browser/policy/configuration_policy_provider_win_unittest.cc', 1302 'browser/policy/configuration_policy_provider_win_unittest.cc',
1302 'browser/policy/device_token_fetcher_unittest.cc', 1303 'browser/policy/device_token_fetcher_unittest.cc',
1303 'browser/policy/file_based_policy_provider_unittest.cc', 1304 'browser/policy/file_based_policy_provider_unittest.cc',
1304 'browser/policy/device_management_backend_mock.cc', 1305 'browser/policy/device_management_backend_mock.cc',
1305 'browser/policy/device_management_backend_mock.h', 1306 'browser/policy/device_management_backend_mock.h',
1306 'browser/policy/device_management_service_unittest.cc', 1307 'browser/policy/device_management_service_unittest.cc',
1307 'browser/policy/device_management_policy_cache_unittest.cc', 1308 'browser/policy/device_management_policy_cache_unittest.cc',
(...skipping 2355 matching lines...) Expand 10 before | Expand all | Expand 10 after
3663 ] 3664 ]
3664 }], # 'coverage!=0' 3665 }], # 'coverage!=0'
3665 ], # 'conditions' 3666 ], # 'conditions'
3666 } 3667 }
3667 3668
3668 # Local Variables: 3669 # Local Variables:
3669 # tab-width:2 3670 # tab-width:2
3670 # indent-tabs-mode:nil 3671 # indent-tabs-mode:nil
3671 # End: 3672 # End:
3672 # vim: set expandtab tabstop=2 shiftwidth=2: 3673 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698