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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 1807853003: Deprecate some macros in wtf/Assertions.h in favor of base/logging.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 71df4c95ee8d20aba6a2cb5b4dafeeb602422bf5..a3e2dbd6f7d9405e4ec1c4f958c547a1c5242d4b 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -498,7 +498,6 @@ test("blink_heap_unittests") {
"//testing/gtest",
"//third_party/WebKit/Source/platform:test_support",
"//third_party/WebKit/Source/wtf",
- "//third_party/WebKit/Source/wtf:test_support",
]
if (is_android) {
deps += [
@@ -550,7 +549,6 @@ test("blink_platform_unittests") {
"//testing/gmock",
"//testing/gtest",
"//third_party/WebKit/Source/wtf",
- "//third_party/WebKit/Source/wtf:test_support",
"//third_party/harfbuzz-ng",
"//ui/gfx",
"//ui/gfx/geometry",

Powered by Google App Engine
This is Rietveld 408576698