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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2022783002: Skeleton of the Safe Browsing Subresource Filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from battre@. Created 4 years, 6 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 'browser/ssl/cert_verifier_browser_test.cc', 435 'browser/ssl/cert_verifier_browser_test.cc',
436 'browser/ssl/cert_verifier_browser_test.h', 436 'browser/ssl/cert_verifier_browser_test.h',
437 'browser/ssl/certificate_reporting_test_utils.cc', 437 'browser/ssl/certificate_reporting_test_utils.cc',
438 'browser/ssl/certificate_reporting_test_utils.h', 438 'browser/ssl/certificate_reporting_test_utils.h',
439 'browser/ssl/chrome_security_state_model_client_browser_tests.cc', 439 'browser/ssl/chrome_security_state_model_client_browser_tests.cc',
440 'browser/ssl/chrome_ssl_host_state_delegate_test.cc', 440 'browser/ssl/chrome_ssl_host_state_delegate_test.cc',
441 'browser/ssl/ssl_browser_tests.cc', 441 'browser/ssl/ssl_browser_tests.cc',
442 'browser/ssl/ssl_client_certificate_selector_test.cc', 442 'browser/ssl/ssl_client_certificate_selector_test.cc',
443 'browser/ssl/ssl_client_certificate_selector_test.h', 443 'browser/ssl/ssl_client_certificate_selector_test.h',
444 'browser/storage/durable_storage_browsertest.cc', 444 'browser/storage/durable_storage_browsertest.cc',
445 'browser/subresource_filter/subresource_filter_browsertest.cc',
445 'browser/sync_file_system/mock_local_change_processor.cc', 446 'browser/sync_file_system/mock_local_change_processor.cc',
446 'browser/sync_file_system/mock_local_change_processor.h', 447 'browser/sync_file_system/mock_local_change_processor.h',
447 'browser/sync_file_system/mock_remote_file_sync_service.cc', 448 'browser/sync_file_system/mock_remote_file_sync_service.cc',
448 'browser/sync_file_system/mock_remote_file_sync_service.h', 449 'browser/sync_file_system/mock_remote_file_sync_service.h',
449 'browser/tab_contents/view_source_browsertest.cc', 450 'browser/tab_contents/view_source_browsertest.cc',
450 'browser/task_management/mock_web_contents_task_manager.cc', 451 'browser/task_management/mock_web_contents_task_manager.cc',
451 'browser/task_management/mock_web_contents_task_manager.h', 452 'browser/task_management/mock_web_contents_task_manager.h',
452 'browser/task_management/providers/web_contents/background_contents_tag_br owsertest.cc', 453 'browser/task_management/providers/web_contents/background_contents_tag_br owsertest.cc',
453 'browser/task_management/providers/web_contents/devtools_tag_browsertest.c c', 454 'browser/task_management/providers/web_contents/devtools_tag_browsertest.c c',
454 'browser/task_management/providers/web_contents/extension_tag_browsertest. cc', 455 'browser/task_management/providers/web_contents/extension_tag_browsertest. cc',
(...skipping 1699 matching lines...) Expand 10 before | Expand all | Expand 10 after
2154 '../components/components.gyp:autofill_content_test_support', 2155 '../components/components.gyp:autofill_content_test_support',
2155 '../components/components.gyp:captive_portal_test_support', 2156 '../components/components.gyp:captive_portal_test_support',
2156 '../components/components.gyp:certificate_reporting', 2157 '../components/components.gyp:certificate_reporting',
2157 '../components/components.gyp:dom_distiller_content_browser', 2158 '../components/components.gyp:dom_distiller_content_browser',
2158 '../components/components.gyp:dom_distiller_content_renderer', 2159 '../components/components.gyp:dom_distiller_content_renderer',
2159 '../components/components.gyp:dom_distiller_test_support', 2160 '../components/components.gyp:dom_distiller_test_support',
2160 '../components/components.gyp:guest_view_test_support', 2161 '../components/components.gyp:guest_view_test_support',
2161 '../components/components.gyp:history_core_test_support', 2162 '../components/components.gyp:history_core_test_support',
2162 '../components/components.gyp:safe_browsing_db', 2163 '../components/components.gyp:safe_browsing_db',
2163 '../components/components.gyp:ssl_config', 2164 '../components/components.gyp:ssl_config',
2165 '../components/components.gyp:subresource_filter_core_browser_test_suppo rt',
2166 '../components/components.gyp:subresource_filter_content_browser',
2164 '../components/components.gyp:test_database_manager', 2167 '../components/components.gyp:test_database_manager',
2165 '../components/components.gyp:translate_core_common', 2168 '../components/components.gyp:translate_core_common',
2166 '../components/components.gyp:ui_zoom_test_support', 2169 '../components/components.gyp:ui_zoom_test_support',
2167 '../components/components_resources.gyp:components_resources', 2170 '../components/components_resources.gyp:components_resources',
2168 '../components/components_strings.gyp:components_strings', 2171 '../components/components_strings.gyp:components_strings',
2169 '../content/content.gyp:common_features', 2172 '../content/content.gyp:common_features',
2170 '../content/content.gyp:feature_h264_with_openh264_ffmpeg', 2173 '../content/content.gyp:feature_h264_with_openh264_ffmpeg',
2171 '../content/content_shell_and_tests.gyp:content_browser_test_base', 2174 '../content/content_shell_and_tests.gyp:content_browser_test_base',
2172 '../crypto/crypto.gyp:crypto_test_support', 2175 '../crypto/crypto.gyp:crypto_test_support',
2173 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2176 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
(...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after
3580 'browser', 3583 'browser',
3581 ], 3584 ],
3582 'sources': [ 3585 'sources': [
3583 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3586 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3584 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3587 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3585 ], 3588 ],
3586 }] 3589 }]
3587 }], 3590 }],
3588 ], # 'conditions' 3591 ], # 'conditions'
3589 } 3592 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698