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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2228663002: Mojo C++ bindings: make permissions service use STL string/vector types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/modules/webmidi/MIDIAccessInitializer.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 089089e8612f6ebc5ea95cbd779dec65860c13ff..6577491ebe5bb6d4220ae23ad6abe1debecda84f 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -171,8 +171,6 @@ mojom("mojo_bindings") {
"platform/modules/notifications/notification.mojom",
"platform/modules/notifications/notification_service.mojom",
"platform/modules/offscreencanvas/offscreen_canvas_surface.mojom",
- "platform/modules/permissions/permission.mojom",
- "platform/modules/permissions/permission_status.mojom",
"platform/modules/serviceworker/service_worker_event_status.mojom",
"platform/modules/wake_lock/wake_lock_service.mojom",
]
@@ -190,6 +188,8 @@ mojom("mojo_bindings") {
# GYP version: WebKit/public/blink.gyp:new_wrapper_types_mojo_bindings
mojom("new_wrapper_types_mojo_bindings") {
sources = [
+ "platform/modules/permissions/permission.mojom",
+ "platform/modules/permissions/permission_status.mojom",
"platform/modules/presentation/presentation.mojom",
]
}
« no previous file with comments | « third_party/WebKit/Source/modules/webmidi/MIDIAccessInitializer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698