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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9911029: Refactored the CloudPolicyProvider so that it becomes initialized once and stays initialized. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Updated expectations in failing browser_tests Created 8 years, 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 1571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1582 'browser/policy/cloud_policy_subsystem_unittest.cc', 1582 'browser/policy/cloud_policy_subsystem_unittest.cc',
1583 'browser/policy/config_dir_policy_provider_unittest.cc', 1583 'browser/policy/config_dir_policy_provider_unittest.cc',
1584 'browser/policy/configuration_policy_handler_chromeos_unittest.cc', 1584 'browser/policy/configuration_policy_handler_chromeos_unittest.cc',
1585 'browser/policy/configuration_policy_pref_store_unittest.cc', 1585 'browser/policy/configuration_policy_pref_store_unittest.cc',
1586 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1586 'browser/policy/configuration_policy_provider_mac_unittest.cc',
1587 'browser/policy/configuration_policy_provider_test.cc', 1587 'browser/policy/configuration_policy_provider_test.cc',
1588 'browser/policy/configuration_policy_provider_test.h', 1588 'browser/policy/configuration_policy_provider_test.h',
1589 'browser/policy/configuration_policy_provider_win_unittest.cc', 1589 'browser/policy/configuration_policy_provider_win_unittest.cc',
1590 'browser/policy/configuration_policy_reader_unittest.cc', 1590 'browser/policy/configuration_policy_reader_unittest.cc',
1591 'browser/policy/device_management_service_unittest.cc', 1591 'browser/policy/device_management_service_unittest.cc',
1592 'browser/policy/device_policy_cache_test_base.cc',
1593 'browser/policy/device_policy_cache_test_base.h',
1592 'browser/policy/device_policy_cache_unittest.cc', 1594 'browser/policy/device_policy_cache_unittest.cc',
1593 'browser/policy/device_status_collector_unittest.cc', 1595 'browser/policy/device_status_collector_unittest.cc',
1594 'browser/policy/device_token_fetcher_unittest.cc', 1596 'browser/policy/device_token_fetcher_unittest.cc',
1595 'browser/policy/enterprise_install_attributes_unittest.cc', 1597 'browser/policy/enterprise_install_attributes_unittest.cc',
1596 'browser/policy/file_based_policy_provider_unittest.cc', 1598 'browser/policy/file_based_policy_provider_unittest.cc',
1597 'browser/policy/logging_work_scheduler.cc', 1599 'browser/policy/logging_work_scheduler.cc',
1598 'browser/policy/logging_work_scheduler.h', 1600 'browser/policy/logging_work_scheduler.h',
1599 'browser/policy/logging_work_scheduler_unittest.cc', 1601 'browser/policy/logging_work_scheduler_unittest.cc',
1600 'browser/policy/mock_configuration_policy_provider.cc', 1602 'browser/policy/mock_configuration_policy_provider.cc',
1601 'browser/policy/mock_configuration_policy_provider.h', 1603 'browser/policy/mock_configuration_policy_provider.h',
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
2232 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'], 2234 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'],
2233 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'], 2235 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'],
2234 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ], 2236 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ],
2235 ], 2237 ],
2236 }, { # else: chromeos == 0 2238 }, { # else: chromeos == 0
2237 'sources/': [ 2239 'sources/': [
2238 ['exclude', '^browser/chromeos/'], 2240 ['exclude', '^browser/chromeos/'],
2239 ['exclude', '^browser/oom_priority_manager_unittest.cc'], 2241 ['exclude', '^browser/oom_priority_manager_unittest.cc'],
2240 ['exclude', '^browser/policy/auto_enrollment_client_unittest.cc' ], 2242 ['exclude', '^browser/policy/auto_enrollment_client_unittest.cc' ],
2241 ['exclude', '^browser/policy/configuration_policy_handler_chromeos_u nittest.cc' ], 2243 ['exclude', '^browser/policy/configuration_policy_handler_chromeos_u nittest.cc' ],
2244 ['exclude', '^browser/policy/device_policy_cache_test_base.cc'],
2245 ['exclude', '^browser/policy/device_policy_cache_test_base.h'],
2242 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], 2246 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'],
2243 ['exclude', '^browser/policy/device_status_collector_unittest.cc'], 2247 ['exclude', '^browser/policy/device_status_collector_unittest.cc'],
2244 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ], 2248 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ],
2245 ['exclude', '^browser/policy/network_configuration_updater_unittest. cc' ], 2249 ['exclude', '^browser/policy/network_configuration_updater_unittest. cc' ],
2246 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], 2250 ['exclude', '^browser/ui/webui/chromeos/imageburner/'],
2247 ['exclude', '^browser/ui/webui/chromeos/login'], 2251 ['exclude', '^browser/ui/webui/chromeos/login'],
2248 ['exclude', '^browser/ui/webui/options/chromeos/'], 2252 ['exclude', '^browser/ui/webui/options/chromeos/'],
2249 ['exclude', '^browser/ui/webui/options2/chromeos/'], 2253 ['exclude', '^browser/ui/webui/options2/chromeos/'],
2250 ], 2254 ],
2251 }], 2255 }],
(...skipping 2394 matching lines...) Expand 10 before | Expand all | Expand 10 after
4646 # Use outputs of this action as inputs for the main target build. 4650 # Use outputs of this action as inputs for the main target build.
4647 # Seems as a misnomer but makes this happy on Linux (scons). 4651 # Seems as a misnomer but makes this happy on Linux (scons).
4648 'process_outputs_as_sources': 1, 4652 'process_outputs_as_sources': 1,
4649 }, 4653 },
4650 ], # 'actions' 4654 ], # 'actions'
4651 }, 4655 },
4652 ] 4656 ]
4653 }], # 'coverage!=0' 4657 }], # 'coverage!=0'
4654 ], # 'conditions' 4658 ], # 'conditions'
4655 } 4659 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698