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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/BUILD.gn

Issue 2932003002: Implement nextHopProtocol in PerformanceResourceTiming and PerformanceNavigationTiming. (Closed)
Patch Set: Rebasline Created 3 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
Index: third_party/WebKit/Source/bindings/core/v8/BUILD.gn
diff --git a/third_party/WebKit/Source/bindings/core/v8/BUILD.gn b/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
index 4ece2242aef177ceb29796255b1f847bd6097ed2..4676f399b4e91868b4613feaeb779b27f7dc370e 100644
--- a/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
+++ b/third_party/WebKit/Source/bindings/core/v8/BUILD.gn
@@ -207,6 +207,7 @@ source_set("testing") {
":bindings_core_impl_generated",
"//skia",
"//third_party/WebKit/Source/platform/wtf",
+ "//third_party/WebKit/public:blink_headers",
kinuko 2017/06/22 23:40:36 I see, for forwarding deps... I think adding "thi
shaseley 2017/06/23 00:08:39 Yes, the build issues turned out to be any targets
"//v8",
]
}

Powered by Google App Engine
This is Rietveld 408576698