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

Unified Diff: cc/blink/BUILD.gn

Issue 1737873002: Fix cc_blink_unittests link errors in static GN builds after r377586. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/blink/BUILD.gn
diff --git a/cc/blink/BUILD.gn b/cc/blink/BUILD.gn
index c0a930fd0e1621a805ee63066525b4c994f3be38..6b8b406d03608f9218afef37854364d02b9acbc9 100644
--- a/cc/blink/BUILD.gn
+++ b/cc/blink/BUILD.gn
@@ -46,7 +46,7 @@ component("blink") {
"//base/third_party/dynamic_annotations",
"//cc",
"//gpu",
- "//third_party/WebKit/public:blink",
+ "//third_party/WebKit/public:blink_for_unittests",
"//ui/gfx",
"//ui/gfx/geometry",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698