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

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

Issue 2770693003: Add missing .h files to .gn files that have a .cc file next to it in the gn file already. (Closed)
Patch Set: rebase Created 3 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 | « third_party/WebKit/Source/core/svg/BUILD.gn ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/timing/BUILD.gn
diff --git a/third_party/WebKit/Source/core/timing/BUILD.gn b/third_party/WebKit/Source/core/timing/BUILD.gn
index dadc3adf0590dd104ffc485726580395435f1869..094cc2bb9e7f9819fcc7192e59c1ec3c3688a44f 100644
--- a/third_party/WebKit/Source/core/timing/BUILD.gn
+++ b/third_party/WebKit/Source/core/timing/BUILD.gn
@@ -9,6 +9,7 @@ blink_core_sources("timing") {
"DOMWindowPerformance.cpp",
"DOMWindowPerformance.h",
"MemoryInfo.cpp",
+ "MemoryInfo.h",
"Performance.cpp",
"Performance.h",
"PerformanceBase.cpp",
@@ -36,6 +37,7 @@ blink_core_sources("timing") {
"PerformanceUserTiming.cpp",
"PerformanceUserTiming.h",
"SharedWorkerPerformance.cpp",
+ "SharedWorkerPerformance.h",
"TaskAttributionTiming.cpp",
"TaskAttributionTiming.h",
"WorkerGlobalScopePerformance.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/svg/BUILD.gn ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698