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

Unified Diff: Source/web/web.gyp

Issue 412683003: Switch webkit_unit_tests to use the new test launcher. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix gyp for non-component Created 6 years, 5 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 | « Source/web/tests/WebUnitTests.cpp ('k') | Source/web/web.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/web.gyp
diff --git a/Source/web/web.gyp b/Source/web/web.gyp
index d4f7d3f61bd0c58c91bb71bda9bf4574b0bb6e22..64be40228af392aec1f679653f616317ddf2c23a 100644
--- a/Source/web/web.gyp
+++ b/Source/web/web.gyp
@@ -106,9 +106,6 @@
],
'sources': [
# Compile Blink unittest files into blink_web.dll in component build mode
- # since there're methods that are tested but not exported.
- # WebUnitTests.* exports an API that runs all the unittests inside
- # blink_web.dll.
'<@(bindings_unittest_files)',
'<@(core_unittest_files)',
'<@(modules_unittest_files)',
@@ -116,7 +113,6 @@
'<@(platform_web_unittest_files)',
'<@(web_unittest_files)',
'WebTestingSupport.cpp',
- 'tests/WebUnitTests.cpp', # Components test runner support.
],
'conditions': [
['OS=="win" or OS=="mac"', {
« no previous file with comments | « Source/web/tests/WebUnitTests.cpp ('k') | Source/web/web.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698