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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10823208: Reverting this as it causes browser tests on the Linux ChromiumOS builder to fail. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1434 matching lines...) Expand 10 before | Expand all | Expand 10 after
1445 'browser/policy/policy_map_unittest.cc', 1445 'browser/policy/policy_map_unittest.cc',
1446 'browser/policy/policy_path_parser_unittest.cc', 1446 'browser/policy/policy_path_parser_unittest.cc',
1447 'browser/policy/policy_service_impl_unittest.cc', 1447 'browser/policy/policy_service_impl_unittest.cc',
1448 'browser/policy/proxy_policy_provider_unittest.cc', 1448 'browser/policy/proxy_policy_provider_unittest.cc',
1449 'browser/policy/testing_cloud_policy_subsystem.cc', 1449 'browser/policy/testing_cloud_policy_subsystem.cc',
1450 'browser/policy/testing_cloud_policy_subsystem.h', 1450 'browser/policy/testing_cloud_policy_subsystem.h',
1451 'browser/policy/testing_policy_url_fetcher_factory.cc', 1451 'browser/policy/testing_policy_url_fetcher_factory.cc',
1452 'browser/policy/testing_policy_url_fetcher_factory.h', 1452 'browser/policy/testing_policy_url_fetcher_factory.h',
1453 'browser/policy/url_blacklist_manager_unittest.cc', 1453 'browser/policy/url_blacklist_manager_unittest.cc',
1454 'browser/policy/user_cloud_policy_manager_unittest.cc', 1454 'browser/policy/user_cloud_policy_manager_unittest.cc',
1455 'browser/policy/user_cloud_policy_store_unittest.cc',
1456 'browser/policy/user_cloud_policy_store_chromeos_unittest.cc', 1455 'browser/policy/user_cloud_policy_store_chromeos_unittest.cc',
1457 'browser/policy/user_policy_cache_unittest.cc', 1456 'browser/policy/user_policy_cache_unittest.cc',
1458 'browser/policy/user_policy_signin_service_unittest.cc',
1459 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', 1457 'browser/predictors/autocomplete_action_predictor_table_unittest.cc',
1460 'browser/predictors/autocomplete_action_predictor_unittest.cc', 1458 'browser/predictors/autocomplete_action_predictor_unittest.cc',
1461 'browser/predictors/resource_prefetch_predictor_unittest.cc', 1459 'browser/predictors/resource_prefetch_predictor_unittest.cc',
1462 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc', 1460 'browser/predictors/resource_prefetch_predictor_tables_unittest.cc',
1463 'browser/preferences_mock_mac.cc', 1461 'browser/preferences_mock_mac.cc',
1464 'browser/preferences_mock_mac.h', 1462 'browser/preferences_mock_mac.h',
1465 'browser/prefs/command_line_pref_store_unittest.cc', 1463 'browser/prefs/command_line_pref_store_unittest.cc',
1466 'browser/prefs/incognito_mode_prefs_unittest.cc', 1464 'browser/prefs/incognito_mode_prefs_unittest.cc',
1467 'browser/prefs/overlay_user_pref_store_unittest.cc', 1465 'browser/prefs/overlay_user_pref_store_unittest.cc',
1468 'browser/prefs/pref_change_registrar_unittest.cc', 1466 'browser/prefs/pref_change_registrar_unittest.cc',
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
2181 ['enable_session_service!=1', { 2179 ['enable_session_service!=1', {
2182 'sources!': [ 2180 'sources!': [
2183 'browser/sessions/session_service_unittest.cc', 2181 'browser/sessions/session_service_unittest.cc',
2184 ], 2182 ],
2185 }], 2183 }],
2186 ['chromeos==1', { 2184 ['chromeos==1', {
2187 'sources/': [ 2185 'sources/': [
2188 ['exclude', '^browser/media_gallery/media_device_notifications_linux _unittest.cc'], 2186 ['exclude', '^browser/media_gallery/media_device_notifications_linux _unittest.cc'],
2189 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'], 2187 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'],
2190 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'], 2188 ['exclude', '^browser/password_manager/native_backend_kwallet_x_unit test.cc'],
2191 ['exclude', '^browser/policy/user_cloud_policy_store_unittest.cc'],
2192 ['exclude', '^browser/policy/user_policy_signin_service_unittest.cc' ],
2193
2194 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ], 2189 ['exclude', '^browser/safe_browsing/download_protection_service_unit test.cc' ],
2195 ], 2190 ],
2196 'sources': [ 2191 'sources': [
2197 'browser/ui/webui/feedback_ui_unittest.cc', 2192 'browser/ui/webui/feedback_ui_unittest.cc',
2198 ], 2193 ],
2199 }, { # else: chromeos == 0 2194 }, { # else: chromeos == 0
2200 'sources/': [ 2195 'sources/': [
2201 ['exclude', '^browser/chromeos/'], 2196 ['exclude', '^browser/chromeos/'],
2202 ['exclude', '^browser/media_gallery/media_device_notifications_chrom eos_unittest.cc'], 2197 ['exclude', '^browser/media_gallery/media_device_notifications_chrom eos_unittest.cc'],
2203 ['exclude', '^browser/net/gaia/gaia_oauth_fetcher_unittest.cc'], 2198 ['exclude', '^browser/net/gaia/gaia_oauth_fetcher_unittest.cc'],
(...skipping 2468 matching lines...) Expand 10 before | Expand all | Expand 10 after
4672 '--result', '<@(_outputs)', 4667 '--result', '<@(_outputs)',
4673 '--isolate', 'browser_tests.isolate', 4668 '--isolate', 'browser_tests.isolate',
4674 ], 4669 ],
4675 }, 4670 },
4676 ], 4671 ],
4677 }, 4672 },
4678 ], 4673 ],
4679 }], 4674 }],
4680 ], # 'conditions' 4675 ], # 'conditions'
4681 } 4676 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698