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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10946008: Componentize IgnoreNavigationResourceThrottle and add chrome and webview specific implementations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1183 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', 1183 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc',
1184 'browser/chromeos/status/network_menu_icon.cc', 1184 'browser/chromeos/status/network_menu_icon.cc',
1185 'browser/chromeos/status/network_menu_icon_unittest.cc', 1185 'browser/chromeos/status/network_menu_icon_unittest.cc',
1186 'browser/chromeos/system/mock_statistics_provider.cc', 1186 'browser/chromeos/system/mock_statistics_provider.cc',
1187 'browser/chromeos/system/mock_statistics_provider.h', 1187 'browser/chromeos/system/mock_statistics_provider.h',
1188 'browser/chromeos/system/name_value_pairs_parser_unittest.cc', 1188 'browser/chromeos/system/name_value_pairs_parser_unittest.cc',
1189 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', 1189 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc',
1190 'browser/chromeos/version_loader_unittest.cc', 1190 'browser/chromeos/version_loader_unittest.cc',
1191 'browser/chromeos/web_socket_proxy_helper_unittest.cc', 1191 'browser/chromeos/web_socket_proxy_helper_unittest.cc',
1192 'browser/command_updater_unittest.cc', 1192 'browser/command_updater_unittest.cc',
1193 'browser/component/navigation_interception/intercept_navigation_resource _throttle_unittest.cc',
1193 'browser/component_updater/test/component_installers_unittest.cc', 1194 'browser/component_updater/test/component_installers_unittest.cc',
1194 'browser/component_updater/test/component_updater_service_unittest.cc', 1195 'browser/component_updater/test/component_updater_service_unittest.cc',
1195 'browser/component_updater/component_updater_interceptor.cc', 1196 'browser/component_updater/component_updater_interceptor.cc',
1196 'browser/component_updater/component_updater_interceptor.h', 1197 'browser/component_updater/component_updater_interceptor.h',
1197 'browser/content_settings/content_settings_default_provider_unittest.cc' , 1198 'browser/content_settings/content_settings_default_provider_unittest.cc' ,
1198 'browser/content_settings/content_settings_mock_observer.cc', 1199 'browser/content_settings/content_settings_mock_observer.cc',
1199 'browser/content_settings/content_settings_mock_observer.h', 1200 'browser/content_settings/content_settings_mock_observer.h',
1200 'browser/content_settings/content_settings_mock_provider.cc', 1201 'browser/content_settings/content_settings_mock_provider.cc',
1201 'browser/content_settings/content_settings_mock_provider.h', 1202 'browser/content_settings/content_settings_mock_provider.h',
1202 'browser/content_settings/content_settings_origin_identifier_value_map_u nittest.cc', 1203 'browser/content_settings/content_settings_origin_identifier_value_map_u nittest.cc',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
1531 'browser/profiles/profile_info_cache_unittest.cc', 1532 'browser/profiles/profile_info_cache_unittest.cc',
1532 'browser/profiles/profile_info_cache_unittest.h', 1533 'browser/profiles/profile_info_cache_unittest.h',
1533 'browser/profiles/profile_info_util_unittest.cc', 1534 'browser/profiles/profile_info_util_unittest.cc',
1534 'browser/profiles/profile_manager_unittest.cc', 1535 'browser/profiles/profile_manager_unittest.cc',
1535 'browser/profiles/profile_shortcut_manager_unittest_win.cc', 1536 'browser/profiles/profile_shortcut_manager_unittest_win.cc',
1536 'browser/protector/composite_settings_change_unittest.cc', 1537 'browser/protector/composite_settings_change_unittest.cc',
1537 'browser/protector/homepage_change_unittest.cc', 1538 'browser/protector/homepage_change_unittest.cc',
1538 'browser/protector/prefs_backup_invalid_change_unittest.cc', 1539 'browser/protector/prefs_backup_invalid_change_unittest.cc',
1539 'browser/protector/protected_prefs_watcher_unittest.cc', 1540 'browser/protector/protected_prefs_watcher_unittest.cc',
1540 'browser/protector/session_startup_change_unittest.cc', 1541 'browser/protector/session_startup_change_unittest.cc',
1541 'browser/renderer_host/intercept_navigation_resource_throttle_unittest.c c',
1542 'browser/renderer_host/plugin_info_message_filter_unittest.cc', 1542 'browser/renderer_host/plugin_info_message_filter_unittest.cc',
1543 'browser/renderer_host/web_cache_manager_unittest.cc', 1543 'browser/renderer_host/web_cache_manager_unittest.cc',
1544 'browser/resources/print_preview/data/measurement_system.js', 1544 'browser/resources/print_preview/data/measurement_system.js',
1545 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s', 1545 'browser/resources/print_preview/data/measurement_system_unittest.gtestj s',
1546 'browser/resources/print_preview/print_preview_utils.js', 1546 'browser/resources/print_preview/print_preview_utils.js',
1547 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs', 1547 'browser/resources/print_preview/print_preview_utils_unittest.gtestjs',
1548 'browser/resources/shared/js/cr.js', 1548 'browser/resources/shared/js/cr.js',
1549 'browser/resources_util_unittest.cc', 1549 'browser/resources_util_unittest.cc',
1550 'browser/rlz/rlz_unittest.cc', 1550 'browser/rlz/rlz_unittest.cc',
1551 'browser/safe_browsing/bloom_filter_unittest.cc', 1551 'browser/safe_browsing/bloom_filter_unittest.cc',
(...skipping 3245 matching lines...) Expand 10 before | Expand all | Expand 10 after
4797 '--result', '<@(_outputs)', 4797 '--result', '<@(_outputs)',
4798 '--isolate', 'browser_tests.isolate', 4798 '--isolate', 'browser_tests.isolate',
4799 ], 4799 ],
4800 }, 4800 },
4801 ], 4801 ],
4802 }, 4802 },
4803 ], 4803 ],
4804 }], 4804 }],
4805 ], # 'conditions' 4805 ], # 'conditions'
4806 } 4806 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698