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

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: Rebased version with password stripping. 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 # Variables for js2gtest rules 6 # Variables for js2gtest rules
7 'gypv8sh': '../tools/gypv8sh.py', 7 'gypv8sh': '../tools/gypv8sh.py',
8 'js2gtest': 'test/base/js2gtest.js', 8 'js2gtest': 'test/base/js2gtest.js',
9 'js2gtest_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2gtest', 9 'js2gtest_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2gtest',
10 'mock_js': 'third_party/mock4js/mock4js.js', 10 'mock_js': 'third_party/mock4js/mock4js.js',
(...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after
1461 'browser/password_manager/password_store_x_unittest.cc', 1461 'browser/password_manager/password_store_x_unittest.cc',
1462 'browser/plugin_prefs_unittest.cc', 1462 'browser/plugin_prefs_unittest.cc',
1463 'browser/policy/asynchronous_policy_loader_unittest.cc', 1463 'browser/policy/asynchronous_policy_loader_unittest.cc',
1464 'browser/policy/asynchronous_policy_provider_unittest.cc', 1464 'browser/policy/asynchronous_policy_provider_unittest.cc',
1465 'browser/policy/asynchronous_policy_test_base.cc', 1465 'browser/policy/asynchronous_policy_test_base.cc',
1466 'browser/policy/asynchronous_policy_test_base.h', 1466 'browser/policy/asynchronous_policy_test_base.h',
1467 'browser/policy/cloud_policy_controller_unittest.cc', 1467 'browser/policy/cloud_policy_controller_unittest.cc',
1468 'browser/policy/cloud_policy_provider_unittest.cc', 1468 'browser/policy/cloud_policy_provider_unittest.cc',
1469 'browser/policy/cloud_policy_subsystem_unittest.cc', 1469 'browser/policy/cloud_policy_subsystem_unittest.cc',
1470 'browser/policy/config_dir_policy_provider_unittest.cc', 1470 'browser/policy/config_dir_policy_provider_unittest.cc',
1471 'browser/policy/configuration_policy_handler_chromeos_unittest.cc',
1471 'browser/policy/configuration_policy_pref_store_unittest.cc', 1472 'browser/policy/configuration_policy_pref_store_unittest.cc',
1473 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1472 'browser/policy/configuration_policy_provider_test.cc', 1474 'browser/policy/configuration_policy_provider_test.cc',
1473 'browser/policy/configuration_policy_provider_test.h', 1475 'browser/policy/configuration_policy_provider_test.h',
1474 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1475 'browser/policy/configuration_policy_provider_win_unittest.cc', 1476 'browser/policy/configuration_policy_provider_win_unittest.cc',
1476 'browser/policy/configuration_policy_reader_unittest.cc', 1477 'browser/policy/configuration_policy_reader_unittest.cc',
1477 'browser/policy/device_management_backend_mock.cc', 1478 'browser/policy/device_management_backend_mock.cc',
1478 'browser/policy/device_management_backend_mock.h', 1479 'browser/policy/device_management_backend_mock.h',
1479 'browser/policy/device_management_service_unittest.cc', 1480 'browser/policy/device_management_service_unittest.cc',
1480 'browser/policy/device_policy_cache_unittest.cc', 1481 'browser/policy/device_policy_cache_unittest.cc',
1481 'browser/policy/device_token_fetcher_unittest.cc', 1482 'browser/policy/device_token_fetcher_unittest.cc',
1482 'browser/policy/enterprise_install_attributes_unittest.cc', 1483 'browser/policy/enterprise_install_attributes_unittest.cc',
1483 'browser/policy/file_based_policy_provider_unittest.cc', 1484 'browser/policy/file_based_policy_provider_unittest.cc',
1484 'browser/policy/logging_work_scheduler.cc', 1485 'browser/policy/logging_work_scheduler.cc',
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
2098 ['use_aura==1', { 2099 ['use_aura==1', {
2099 'sources!': [ 2100 'sources!': [
2100 'browser/chromeos/notifications/desktop_notifications_unittest.c c', 2101 'browser/chromeos/notifications/desktop_notifications_unittest.c c',
2101 ], 2102 ],
2102 }], 2103 }],
2103 ], 2104 ],
2104 }, { # else: chromeos == 0 2105 }, { # else: chromeos == 0
2105 'sources/': [ 2106 'sources/': [
2106 ['exclude', '^browser/chromeos/'], 2107 ['exclude', '^browser/chromeos/'],
2107 ['exclude', '^browser/oom_priority_manager_unittest.cc'], 2108 ['exclude', '^browser/oom_priority_manager_unittest.cc'],
2109 ['exclude', '^browser/policy/configuration_policy_handler_chromeos_u nittest.cc' ],
2108 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], 2110 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'],
2109 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ], 2111 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ],
2110 ['exclude', '^browser/policy/network_configuration_updater_unittest. cc' ], 2112 ['exclude', '^browser/policy/network_configuration_updater_unittest. cc' ],
2111 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], 2113 ['exclude', '^browser/ui/webui/chromeos/imageburner/'],
2112 ['exclude', '^browser/ui/webui/chromeos/login'], 2114 ['exclude', '^browser/ui/webui/chromeos/login'],
2113 ['exclude', '^browser/ui/webui/options/chromeos/'], 2115 ['exclude', '^browser/ui/webui/options/chromeos/'],
2114 ], 2116 ],
2115 }], 2117 }],
2116 ['toolkit_uses_gtk == 1', { 2118 ['toolkit_uses_gtk == 1', {
2117 'conditions': [ 2119 'conditions': [
(...skipping 2128 matching lines...) Expand 10 before | Expand all | Expand 10 after
4246 # Use outputs of this action as inputs for the main target build. 4248 # Use outputs of this action as inputs for the main target build.
4247 # Seems as a misnomer but makes this happy on Linux (scons). 4249 # Seems as a misnomer but makes this happy on Linux (scons).
4248 'process_outputs_as_sources': 1, 4250 'process_outputs_as_sources': 1,
4249 }, 4251 },
4250 ], # 'actions' 4252 ], # 'actions'
4251 }, 4253 },
4252 ] 4254 ]
4253 }], # 'coverage!=0' 4255 }], # 'coverage!=0'
4254 ], # 'conditions' 4256 ], # 'conditions'
4255 } 4257 }
OLDNEW
« chrome/browser/policy/configuration_policy_reader.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698