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

Unified Diff: Source/web/BUILD.gn

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 | « no previous file | Source/web/tests/RunAllTests.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/BUILD.gn
diff --git a/Source/web/BUILD.gn b/Source/web/BUILD.gn
index 70c966f41c3760907ddd06e85eaafb55cab6785e..346c3b158c390fbd2dea2bbc1e4f40131001df38 100644
--- a/Source/web/BUILD.gn
+++ b/Source/web/BUILD.gn
@@ -90,9 +90,7 @@ test("webkit_unit_tests") {
sources = [ "tests/RunAllTests.cpp" ]
- if (is_component_build) {
- defines = [ "BLINK_DLL_UNITTEST" ]
- } else {
+ if (!is_component_build) {
deps += [ "//third_party/WebKit/Source/core" ]
configs += [ "//third_party/WebKit/Source:inside_blink" ]
« no previous file with comments | « no previous file | Source/web/tests/RunAllTests.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698