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

Unified Diff: public/BUILD.gn

Issue 1136343002: Remove blink_tests target. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | public/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/BUILD.gn
diff --git a/public/BUILD.gn b/public/BUILD.gn
index 0994cb11b3bfe41c995cce1cbf60bf0b50e84101..468d0693a18a0193bddb8cfddabaefea4dac7e83 100644
--- a/public/BUILD.gn
+++ b/public/BUILD.gn
@@ -43,19 +43,11 @@ group("all_blink") {
testonly = true
deps = [
- ":blink_tests",
"//third_party/WebKit/Source/core",
"//third_party/WebKit/Source/modules",
- "//third_party/WebKit/Source/web",
- ]
-}
-
-group("blink_tests") {
- testonly = true
-
- deps = [
"//third_party/WebKit/Source/platform:heap_unittests",
"//third_party/WebKit/Source/platform:platform_unittests",
+ "//third_party/WebKit/Source/web",
"//third_party/WebKit/Source/web:webkit_unit_tests",
"//third_party/WebKit/Source/wtf:wtf_unittests",
]
« no previous file with comments | « no previous file | public/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698