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

Unified Diff: third_party/WebKit/Source/modules/geolocation/BUILD.gn

Issue 2778153002: Add missing header files to GN files (Closed)
Patch Set: manual fix for CrOS 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
Index: third_party/WebKit/Source/modules/geolocation/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/geolocation/BUILD.gn b/third_party/WebKit/Source/modules/geolocation/BUILD.gn
index 79e020f65296ae2566cdef465da54c4b5181a61b..6c3a8c7f4fa23577391a82dab5f28bf454f8f489 100644
--- a/third_party/WebKit/Source/modules/geolocation/BUILD.gn
+++ b/third_party/WebKit/Source/modules/geolocation/BUILD.gn
@@ -7,9 +7,11 @@ import("//third_party/WebKit/Source/modules/modules.gni")
blink_modules_sources("geolocation") {
sources = [
"Coordinates.cpp",
+ "Coordinates.h",
"GeoNotifier.cpp",
"GeoNotifier.h",
"Geolocation.cpp",
+ "Geolocation.h",
"GeolocationError.h",
"GeolocationWatchers.cpp",
"GeolocationWatchers.h",

Powered by Google App Engine
This is Rietveld 408576698