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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8480003: Surface error messages from ONC parsing in about:policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 '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 1439 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 'browser/password_manager/password_store_x_unittest.cc', 1450 'browser/password_manager/password_store_x_unittest.cc',
1451 'browser/plugin_prefs_unittest.cc', 1451 'browser/plugin_prefs_unittest.cc',
1452 'browser/policy/asynchronous_policy_loader_unittest.cc', 1452 'browser/policy/asynchronous_policy_loader_unittest.cc',
1453 'browser/policy/asynchronous_policy_provider_unittest.cc', 1453 'browser/policy/asynchronous_policy_provider_unittest.cc',
1454 'browser/policy/asynchronous_policy_test_base.cc', 1454 'browser/policy/asynchronous_policy_test_base.cc',
1455 'browser/policy/asynchronous_policy_test_base.h', 1455 'browser/policy/asynchronous_policy_test_base.h',
1456 'browser/policy/cloud_policy_controller_unittest.cc', 1456 'browser/policy/cloud_policy_controller_unittest.cc',
1457 'browser/policy/cloud_policy_provider_unittest.cc', 1457 'browser/policy/cloud_policy_provider_unittest.cc',
1458 'browser/policy/cloud_policy_subsystem_unittest.cc', 1458 'browser/policy/cloud_policy_subsystem_unittest.cc',
1459 'browser/policy/config_dir_policy_provider_unittest.cc', 1459 'browser/policy/config_dir_policy_provider_unittest.cc',
1460 'browser/policy/configuration_policy_handler_chromeos_unittest.cc',
1460 'browser/policy/configuration_policy_pref_store_unittest.cc', 1461 'browser/policy/configuration_policy_pref_store_unittest.cc',
1461 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1462 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1462 'browser/policy/configuration_policy_provider_win_unittest.cc', 1463 'browser/policy/configuration_policy_provider_win_unittest.cc',
1463 'browser/policy/configuration_policy_reader_unittest.cc', 1464 'browser/policy/configuration_policy_reader_unittest.cc',
1464 'browser/policy/device_management_backend_mock.cc', 1465 'browser/policy/device_management_backend_mock.cc',
1465 'browser/policy/device_management_backend_mock.h', 1466 'browser/policy/device_management_backend_mock.h',
1466 'browser/policy/device_management_service_unittest.cc', 1467 'browser/policy/device_management_service_unittest.cc',
1467 'browser/policy/device_policy_cache_unittest.cc', 1468 'browser/policy/device_policy_cache_unittest.cc',
1468 'browser/policy/device_token_fetcher_unittest.cc', 1469 'browser/policy/device_token_fetcher_unittest.cc',
1469 'browser/policy/enterprise_install_attributes_unittest.cc', 1470 'browser/policy/enterprise_install_attributes_unittest.cc',
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
2035 'browser/chromeos/notifications/desktop_notifications_unittest.c c', 2036 'browser/chromeos/notifications/desktop_notifications_unittest.c c',
2036 ], 2037 ],
2037 }], 2038 }],
2038 ], 2039 ],
2039 }, { # else: chromeos == 0 2040 }, { # else: chromeos == 0
2040 'sources/': [ 2041 'sources/': [
2041 ['exclude', '^browser/chromeos/'], 2042 ['exclude', '^browser/chromeos/'],
2042 ['exclude', '^browser/oom_priority_manager_unittest.cc'], 2043 ['exclude', '^browser/oom_priority_manager_unittest.cc'],
2043 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], 2044 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'],
2044 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ], 2045 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ],
2045 ['exclude', '^browser/policy/network_configuration_updater_unittest. cc' ], 2046 ['exclude', '^browser/policy/network_configuration_updater_unittest. cc' ],
Joao da Silva 2011/11/04 17:44:24 Exclude the test when chromeos == 0?
2046 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], 2047 ['exclude', '^browser/ui/webui/chromeos/imageburner/'],
2047 ['exclude', '^browser/ui/webui/chromeos/login'], 2048 ['exclude', '^browser/ui/webui/chromeos/login'],
2048 ['exclude', '^browser/ui/webui/options/chromeos/'], 2049 ['exclude', '^browser/ui/webui/options/chromeos/'],
2049 ], 2050 ],
2050 }], 2051 }],
2051 ['toolkit_uses_gtk == 1', { 2052 ['toolkit_uses_gtk == 1', {
2052 'conditions': [ 2053 'conditions': [
2053 ['selinux==0', { 2054 ['selinux==0', {
2054 'dependencies': [ 2055 'dependencies': [
2055 '../sandbox/sandbox.gyp:*', 2056 '../sandbox/sandbox.gyp:*',
(...skipping 2129 matching lines...) Expand 10 before | Expand all | Expand 10 after
4185 # Use outputs of this action as inputs for the main target build. 4186 # Use outputs of this action as inputs for the main target build.
4186 # Seems as a misnomer but makes this happy on Linux (scons). 4187 # Seems as a misnomer but makes this happy on Linux (scons).
4187 'process_outputs_as_sources': 1, 4188 'process_outputs_as_sources': 1,
4188 }, 4189 },
4189 ], # 'actions' 4190 ], # 'actions'
4190 }, 4191 },
4191 ] 4192 ]
4192 }], # 'coverage!=0' 4193 }], # 'coverage!=0'
4193 ], # 'conditions' 4194 ], # 'conditions'
4194 } 4195 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698