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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2059983002: Remove unnecessary dependencies on mojo/edk/system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: . 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/BUILD.gn ('k') | tools/ipc_fuzzer/message_replay/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index f0220fb5c188d61da599d919a0d0532702e81782..889f71779fdf4f6e80a9d193e9b16e8ac5ef5e34 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -25,16 +25,6 @@ group("blink") {
]
}
-group("blink_for_unittests") {
- public_deps = [
- ":blink",
-
- # Since public/platform/Platform.h depends on Mojo APIs, unittests depending
- # on :blink needs to link mojo/edk/system.
- "//mojo/edk/system",
- ]
-}
-
# This target provides a minimal set of Blink APIs such as WebString to use in
# places that cannot link against the full Blink library. FIXME: We really
# shouldn't have this at all and should instead remove all uses of Blink's API
« no previous file with comments | « skia/BUILD.gn ('k') | tools/ipc_fuzzer/message_replay/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698