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

Unified Diff: chrome/chrome_tests.gypi

Issue 3383006: Create safe_browsing_tests (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 59820)
+++ chrome/chrome_tests.gypi (working copy)
@@ -1782,7 +1782,6 @@
'browser/renderer_host/test/render_view_host_manager_browsertest.cc',
'browser/renderer_host/test/renderer_accessibility_browsertest.cc',
'browser/renderer_host/test/web_cache_manager_browsertest.cc',
- 'browser/safe_browsing/safe_browsing_browsertest.cc',
'browser/service/service_process_control_browsertest.cc',
'browser/sessions/session_restore_browsertest.cc',
'browser/sessions/tab_restore_service_browsertest.cc',
@@ -1939,6 +1938,39 @@
], # conditions
}, # target browser_tests
{
+ # Executable that runs safebrowsing test in a new process.
+ 'target_name': 'safe_browsing_tests',
+ 'type': 'executable',
+ 'msvs_guid': 'BBF2BC2F-7CD8-463E-BE88-CB81AAD92BFE',
+ 'dependencies': [
+ 'chrome',
+ 'test_support_common',
+ '../base/base.gyp:base',
+ '../net/net.gyp:net_test_support',
+ '../skia/skia.gyp:skia',
+ '../testing/gtest.gyp:gtest',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
+ 'sources': [
+ 'browser/safe_browsing/safe_browsing_test.cc',
+ 'test/in_process_browser_test.cc',
+ 'test/in_process_browser_test.h',
+ 'test/test_launcher/out_of_proc_test_runner.cc',
+ 'test/test_launcher/test_runner.cc',
+ 'test/test_launcher/test_runner.h',
+ ],
+ 'conditions': [
+ ['OS=="win"', {
+ 'dependencies': [
+ '../sandbox/sandbox.gyp:sandbox',
+ ],
+ }],
+ ],
+ }, # target safe_browsing_tests
+ {
'target_name': 'startup_tests',
'type': 'executable',
'msvs_guid': 'D3E6C0FD-54C7-4FF2-9AE1-72F2DAFD820C',
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698