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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7233006: Store/Retrieve CrOS user policy in session_manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 | Annotate | Revision Log
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 1600 matching lines...) Expand 10 before | Expand all | Expand 10 after
1611 'browser/policy/network_configuration_updater_unittest.cc', 1611 'browser/policy/network_configuration_updater_unittest.cc',
1612 'browser/policy/policy_map_unittest.cc', 1612 'browser/policy/policy_map_unittest.cc',
1613 'browser/policy/policy_path_parser_unittest.cc', 1613 'browser/policy/policy_path_parser_unittest.cc',
1614 'browser/policy/policy_service_unittest.cc', 1614 'browser/policy/policy_service_unittest.cc',
1615 'browser/policy/testing_cloud_policy_subsystem.cc', 1615 'browser/policy/testing_cloud_policy_subsystem.cc',
1616 'browser/policy/testing_cloud_policy_subsystem.h', 1616 'browser/policy/testing_cloud_policy_subsystem.h',
1617 'browser/policy/testing_policy_url_fetcher_factory.cc', 1617 'browser/policy/testing_policy_url_fetcher_factory.cc',
1618 'browser/policy/testing_policy_url_fetcher_factory.h', 1618 'browser/policy/testing_policy_url_fetcher_factory.h',
1619 'browser/policy/url_blacklist_manager_unittest.cc', 1619 'browser/policy/url_blacklist_manager_unittest.cc',
1620 'browser/policy/user_policy_cache_unittest.cc', 1620 'browser/policy/user_policy_cache_unittest.cc',
1621 'browser/policy/cros_user_policy_cache_unittest.cc',
1621 'browser/preferences_mock_mac.cc', 1622 'browser/preferences_mock_mac.cc',
1622 'browser/preferences_mock_mac.h', 1623 'browser/preferences_mock_mac.h',
1623 'browser/prefs/command_line_pref_store_unittest.cc', 1624 'browser/prefs/command_line_pref_store_unittest.cc',
1624 'browser/prefs/incognito_mode_prefs_unittest.cc', 1625 'browser/prefs/incognito_mode_prefs_unittest.cc',
1625 'browser/prefs/overlay_user_pref_store_unittest.cc', 1626 'browser/prefs/overlay_user_pref_store_unittest.cc',
1626 'browser/prefs/pref_change_registrar_unittest.cc', 1627 'browser/prefs/pref_change_registrar_unittest.cc',
1627 'browser/prefs/pref_member_unittest.cc', 1628 'browser/prefs/pref_member_unittest.cc',
1628 'browser/prefs/pref_model_associator_unittest.cc', 1629 'browser/prefs/pref_model_associator_unittest.cc',
1629 'browser/prefs/pref_notifier_impl_unittest.cc', 1630 'browser/prefs/pref_notifier_impl_unittest.cc',
1630 'browser/prefs/pref_service_unittest.cc', 1631 'browser/prefs/pref_service_unittest.cc',
(...skipping 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
2242 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'], 2243 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'],
2243 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'], 2244 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'],
2244 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ], 2245 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ],
2245 ], 2246 ],
2246 }, { # else: chromeos == 0 2247 }, { # else: chromeos == 0
2247 'sources/': [ 2248 'sources/': [
2248 ['exclude', '^browser/chromeos/'], 2249 ['exclude', '^browser/chromeos/'],
2249 ['exclude', '^browser/oom_priority_manager_unittest.cc'], 2250 ['exclude', '^browser/oom_priority_manager_unittest.cc'],
2250 ['exclude', '^browser/policy/auto_enrollment_client_unittest.cc' ], 2251 ['exclude', '^browser/policy/auto_enrollment_client_unittest.cc' ],
2251 ['exclude', '^browser/policy/configuration_policy_handler_chromeos_u nittest.cc' ], 2252 ['exclude', '^browser/policy/configuration_policy_handler_chromeos_u nittest.cc' ],
2253 ['exclude', '^browser/policy/cros_user_policy_cache_unittest.cc'],
2252 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], 2254 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'],
2253 ['exclude', '^browser/policy/device_status_collector_unittest.cc'], 2255 ['exclude', '^browser/policy/device_status_collector_unittest.cc'],
2254 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ], 2256 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ],
2255 ['exclude', '^browser/policy/network_configuration_updater_unittest. cc' ], 2257 ['exclude', '^browser/policy/network_configuration_updater_unittest. cc' ],
2256 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], 2258 ['exclude', '^browser/ui/webui/chromeos/imageburner/'],
2257 ['exclude', '^browser/ui/webui/chromeos/login'], 2259 ['exclude', '^browser/ui/webui/chromeos/login'],
2258 ['exclude', '^browser/ui/webui/options/chromeos/'], 2260 ['exclude', '^browser/ui/webui/options/chromeos/'],
2259 ['exclude', '^browser/ui/webui/options2/chromeos/'], 2261 ['exclude', '^browser/ui/webui/options2/chromeos/'],
2260 ], 2262 ],
2261 }], 2263 }],
(...skipping 2403 matching lines...) Expand 10 before | Expand all | Expand 10 after
4665 # Use outputs of this action as inputs for the main target build. 4667 # Use outputs of this action as inputs for the main target build.
4666 # Seems as a misnomer but makes this happy on Linux (scons). 4668 # Seems as a misnomer but makes this happy on Linux (scons).
4667 'process_outputs_as_sources': 1, 4669 'process_outputs_as_sources': 1,
4668 }, 4670 },
4669 ], # 'actions' 4671 ], # 'actions'
4670 }, 4672 },
4671 ] 4673 ]
4672 }], # 'coverage!=0' 4674 }], # 'coverage!=0'
4673 ], # 'conditions' 4675 ], # 'conditions'
4674 } 4676 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698