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

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

Issue 2402983002: [TimeZoneMonitor] Decouple renderer side impl from content to blink. (Closed)
Patch Set: Fix blink_heap_unittests Created 4 years, 2 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/heap/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/heap/BUILD.gn b/third_party/WebKit/Source/platform/heap/BUILD.gn
index 07d3db7695481b2eb6e4eebca12f4f663fd20bf1..8990d2ba248ae544621889ea879d302252482621 100644
--- a/third_party/WebKit/Source/platform/heap/BUILD.gn
+++ b/third_party/WebKit/Source/platform/heap/BUILD.gn
@@ -90,6 +90,7 @@ test("blink_heap_unittests") {
"//base",
"//base/test:test_support",
"//content/test:test_support",
+ "//mojo/edk/system",
"//testing/gmock",
"//testing/gtest",
"//third_party/WebKit/Source/platform:test_support",

Powered by Google App Engine
This is Rietveld 408576698