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

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

Issue 2932003002: Implement nextHopProtocol in PerformanceResourceTiming and PerformanceNavigationTiming. (Closed)
Patch Set: Make ConnectionInfoString() return AtomicString 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/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index eefc6141a47918ca8f33244c8bf1e2be32e75b5a..d8f9c4f413b6fdd91ecb16eb611c653f578fbd0b 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -108,7 +108,7 @@ source_set("prerequisites") {
"//skia",
"//third_party/WebKit/Source/core/inspector:generated",
"//third_party/WebKit/Source/core/probe:generated",
- "//third_party/WebKit/Source/platform/wtf",
+ "//third_party/WebKit/Source/platform",
"//third_party/angle:translator",
"//third_party/iccjpeg",
"//third_party/icu",
@@ -129,7 +129,6 @@ source_set("prerequisites") {
# FIXME: don't depend on bindings_modules http://crbug.com/358074
"//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_v8_generated",
- "//third_party/WebKit/Source/platform",
]
public_configs = [
@@ -1485,6 +1484,7 @@ source_set("unit_tests") {
"timing/PerformanceBaseTest.cpp",
"timing/PerformanceNavigationTimingTest.cpp",
"timing/PerformanceObserverTest.cpp",
+ "timing/PerformanceResourceTimingTest.cpp",
"timing/PerformanceTest.cpp",
"workers/DedicatedWorkerTest.cpp",
"workers/MainThreadWorkletTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698