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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10693022: Add support for loading user cloud policy on desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed redundant #ifdef OS_CHROMEOS guard Created 8 years, 4 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 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after
1431 'browser/policy/policy_map_unittest.cc', 1431 'browser/policy/policy_map_unittest.cc',
1432 'browser/policy/policy_path_parser_unittest.cc', 1432 'browser/policy/policy_path_parser_unittest.cc',
1433 'browser/policy/policy_service_impl_unittest.cc', 1433 'browser/policy/policy_service_impl_unittest.cc',
1434 'browser/policy/proxy_policy_provider_unittest.cc', 1434 'browser/policy/proxy_policy_provider_unittest.cc',
1435 'browser/policy/testing_cloud_policy_subsystem.cc', 1435 'browser/policy/testing_cloud_policy_subsystem.cc',
1436 'browser/policy/testing_cloud_policy_subsystem.h', 1436 'browser/policy/testing_cloud_policy_subsystem.h',
1437 'browser/policy/testing_policy_url_fetcher_factory.cc', 1437 'browser/policy/testing_policy_url_fetcher_factory.cc',
1438 'browser/policy/testing_policy_url_fetcher_factory.h', 1438 'browser/policy/testing_policy_url_fetcher_factory.h',
1439 'browser/policy/url_blacklist_manager_unittest.cc', 1439 'browser/policy/url_blacklist_manager_unittest.cc',
1440 'browser/policy/user_cloud_policy_manager_unittest.cc', 1440 'browser/policy/user_cloud_policy_manager_unittest.cc',
1441 'browser/policy/user_cloud_policy_store_unittest.cc',
1441 'browser/policy/user_cloud_policy_store_chromeos_unittest.cc', 1442 'browser/policy/user_cloud_policy_store_chromeos_unittest.cc',
1442 'browser/policy/user_policy_cache_unittest.cc', 1443 'browser/policy/user_policy_cache_unittest.cc',
1444 'browser/policy/user_policy_signin_service_unittest.cc',
1443 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', 1445 'browser/predictors/autocomplete_action_predictor_table_unittest.cc',
1444 'browser/predictors/autocomplete_action_predictor_unittest.cc', 1446 'browser/predictors/autocomplete_action_predictor_unittest.cc',
1445 'browser/predictors/resource_prefetch_predictor_unittest.cc', 1447 'browser/predictors/resource_prefetch_predictor_unittest.cc',
1446 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', 1448 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc',
1447 'browser/preferences_mock_mac.cc', 1449 'browser/preferences_mock_mac.cc',
1448 'browser/preferences_mock_mac.h', 1450 'browser/preferences_mock_mac.h',
1449 'browser/prefs/command_line_pref_store_unittest.cc', 1451 'browser/prefs/command_line_pref_store_unittest.cc',
1450 'browser/prefs/incognito_mode_prefs_unittest.cc', 1452 'browser/prefs/incognito_mode_prefs_unittest.cc',
1451 'browser/prefs/overlay_user_pref_store_unittest.cc', 1453 'browser/prefs/overlay_user_pref_store_unittest.cc',
1452 'browser/prefs/pref_change_registrar_unittest.cc', 1454 'browser/prefs/pref_change_registrar_unittest.cc',
(...skipping 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
2166 ['enable_session_service!=1', { 2168 ['enable_session_service!=1', {
2167 'sources!': [ 2169 'sources!': [
2168 'browser/sessions/session_service_unittest.cc', 2170 'browser/sessions/session_service_unittest.cc',
2169 ], 2171 ],
2170 }], 2172 }],
2171 ['chromeos==1', { 2173 ['chromeos==1', {
2172 'sources/': [ 2174 'sources/': [
2173 ['exclude', '^browser/media_gallery/media_device_notifications_linux _unittest.cc'], 2175 ['exclude', '^browser/media_gallery/media_device_notifications_linux _unittest.cc'],
2174 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'], 2176 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'],
2175 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'], 2177 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'],
2178 ['exclude', '^browser/policy/user_cloud_policy_store_unittest.cc'],
2179 ['exclude', '^browser/policy/user_policy_signin_service_unittest.cc' ],
2180
2176 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ], 2181 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ],
2177 ], 2182 ],
2178 'sources': [ 2183 'sources': [
2179 'browser/ui/webui/feedback_ui_unittest.cc', 2184 'browser/ui/webui/feedback_ui_unittest.cc',
2180 ], 2185 ],
2181 }, { # else: chromeos == 0 2186 }, { # else: chromeos == 0
2182 'sources/': [ 2187 'sources/': [
2183 ['exclude', '^browser/chromeos/'], 2188 ['exclude', '^browser/chromeos/'],
2184 ['exclude', '^browser/media_gallery/media_device_notifications_chrom eos_unittest.cc'], 2189 ['exclude', '^browser/media_gallery/media_device_notifications_chrom eos_unittest.cc'],
2185 ['exclude', '^browser/net/gaia/gaia_oauth_fetcher_unittest.cc'], 2190 ['exclude', '^browser/net/gaia/gaia_oauth_fetcher_unittest.cc'],
(...skipping 2448 matching lines...) Expand 10 before | Expand all | Expand 10 after
4634 '--result', '<@(_outputs)', 4639 '--result', '<@(_outputs)',
4635 '--isolate', 'browser_tests.isolate', 4640 '--isolate', 'browser_tests.isolate',
4636 ], 4641 ],
4637 }, 4642 },
4638 ], 4643 ],
4639 }, 4644 },
4640 ], 4645 ],
4641 }], 4646 }],
4642 ], # 'conditions' 4647 ], # 'conditions'
4643 } 4648 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698