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

Unified Diff: cc/blink/BUILD.gn

Issue 1820903005: Fixes cc_blink_unittests in a better way. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 107146f04c673270192945155b90932749c68cec..8140a8d5d731a1db86613468b7e32c413d1fc9fa 100644
--- a/cc/blink/BUILD.gn
+++ b/cc/blink/BUILD.gn
@@ -44,7 +44,7 @@ component("blink") {
"//base/third_party/dynamic_annotations",
"//cc",
"//gpu",
- "//third_party/WebKit/public:blink_for_unittests",
+ "//third_party/WebKit/public:blink",
"//ui/gfx",
"//ui/gfx/geometry",
]
@@ -71,7 +71,7 @@ if (!is_mac) {
"//skia",
"//testing/gmock",
"//testing/gtest",
- "//third_party/WebKit/public:blink",
+ "//third_party/WebKit/public:blink_for_unittests",
"//ui/gfx:test_support",
"//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