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

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: Implement RenderFrameObserver::OnDestruct introduced by rebase. 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
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/BUILD.gn » ('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 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 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 'browser/ssl/cert_verifier_browser_test.cc', 436 'browser/ssl/cert_verifier_browser_test.cc',
437 'browser/ssl/cert_verifier_browser_test.h', 437 'browser/ssl/cert_verifier_browser_test.h',
438 'browser/ssl/certificate_reporting_test_utils.cc', 438 'browser/ssl/certificate_reporting_test_utils.cc',
439 'browser/ssl/certificate_reporting_test_utils.h', 439 'browser/ssl/certificate_reporting_test_utils.h',
440 'browser/ssl/chrome_security_state_model_client_browser_tests.cc', 440 'browser/ssl/chrome_security_state_model_client_browser_tests.cc',
441 'browser/ssl/chrome_ssl_host_state_delegate_test.cc', 441 'browser/ssl/chrome_ssl_host_state_delegate_test.cc',
442 'browser/ssl/ssl_browser_tests.cc', 442 'browser/ssl/ssl_browser_tests.cc',
443 'browser/ssl/ssl_client_certificate_selector_test.cc', 443 'browser/ssl/ssl_client_certificate_selector_test.cc',
444 'browser/ssl/ssl_client_certificate_selector_test.h', 444 'browser/ssl/ssl_client_certificate_selector_test.h',
445 'browser/storage/durable_storage_browsertest.cc', 445 'browser/storage/durable_storage_browsertest.cc',
446 'browser/subresource_filter/subresource_filter_browsertest.cc',
446 'browser/sync_file_system/mock_local_change_processor.cc', 447 'browser/sync_file_system/mock_local_change_processor.cc',
447 'browser/sync_file_system/mock_local_change_processor.h', 448 'browser/sync_file_system/mock_local_change_processor.h',
448 'browser/sync_file_system/mock_remote_file_sync_service.cc', 449 'browser/sync_file_system/mock_remote_file_sync_service.cc',
449 'browser/sync_file_system/mock_remote_file_sync_service.h', 450 'browser/sync_file_system/mock_remote_file_sync_service.h',
450 'browser/tab_contents/view_source_browsertest.cc', 451 'browser/tab_contents/view_source_browsertest.cc',
451 'browser/task_management/mock_web_contents_task_manager.cc', 452 'browser/task_management/mock_web_contents_task_manager.cc',
452 'browser/task_management/mock_web_contents_task_manager.h', 453 'browser/task_management/mock_web_contents_task_manager.h',
453 'browser/task_management/providers/web_contents/background_contents_tag_br owsertest.cc', 454 'browser/task_management/providers/web_contents/background_contents_tag_br owsertest.cc',
454 'browser/task_management/providers/web_contents/devtools_tag_browsertest.c c', 455 'browser/task_management/providers/web_contents/devtools_tag_browsertest.c c',
455 'browser/task_management/providers/web_contents/extension_tag_browsertest. cc', 456 'browser/task_management/providers/web_contents/extension_tag_browsertest. cc',
(...skipping 1711 matching lines...) Expand 10 before | Expand all | Expand 10 after
2167 '../components/components.gyp:autofill_content_test_support', 2168 '../components/components.gyp:autofill_content_test_support',
2168 '../components/components.gyp:captive_portal_test_support', 2169 '../components/components.gyp:captive_portal_test_support',
2169 '../components/components.gyp:certificate_reporting', 2170 '../components/components.gyp:certificate_reporting',
2170 '../components/components.gyp:dom_distiller_content_browser', 2171 '../components/components.gyp:dom_distiller_content_browser',
2171 '../components/components.gyp:dom_distiller_content_renderer', 2172 '../components/components.gyp:dom_distiller_content_renderer',
2172 '../components/components.gyp:dom_distiller_test_support', 2173 '../components/components.gyp:dom_distiller_test_support',
2173 '../components/components.gyp:guest_view_test_support', 2174 '../components/components.gyp:guest_view_test_support',
2174 '../components/components.gyp:history_core_test_support', 2175 '../components/components.gyp:history_core_test_support',
2175 '../components/components.gyp:safe_browsing_db', 2176 '../components/components.gyp:safe_browsing_db',
2176 '../components/components.gyp:ssl_config', 2177 '../components/components.gyp:ssl_config',
2178 '../components/components.gyp:subresource_filter_core_browser_test_suppo rt',
2179 '../components/components.gyp:subresource_filter_content_browser',
2177 '../components/components.gyp:test_database_manager', 2180 '../components/components.gyp:test_database_manager',
2178 '../components/components.gyp:translate_core_common', 2181 '../components/components.gyp:translate_core_common',
2179 '../components/components.gyp:zoom_test_support', 2182 '../components/components.gyp:zoom_test_support',
2180 '../components/components_resources.gyp:components_resources', 2183 '../components/components_resources.gyp:components_resources',
2181 '../components/components_strings.gyp:components_strings', 2184 '../components/components_strings.gyp:components_strings',
2182 '../content/content.gyp:common_features', 2185 '../content/content.gyp:common_features',
2183 '../content/content.gyp:feature_h264_with_openh264_ffmpeg', 2186 '../content/content.gyp:feature_h264_with_openh264_ffmpeg',
2184 '../content/content_shell_and_tests.gyp:content_browser_test_base', 2187 '../content/content_shell_and_tests.gyp:content_browser_test_base',
2185 '../crypto/crypto.gyp:crypto_test_support', 2188 '../crypto/crypto.gyp:crypto_test_support',
2186 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 2189 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
(...skipping 1388 matching lines...) Expand 10 before | Expand all | Expand 10 after
3575 'browser', 3578 'browser',
3576 ], 3579 ],
3577 'sources': [ 3580 'sources': [
3578 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3581 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3579 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3582 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3580 ], 3583 ],
3581 }] 3584 }]
3582 }], 3585 }],
3583 ], # 'conditions' 3586 ], # 'conditions'
3584 } 3587 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698