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

Unified Diff: third_party/WebKit/public/blink.gyp

Issue 1771743002: Move geolocation and permission mojoms into WebKit/public/platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/public/blink.gyp
diff --git a/third_party/WebKit/public/blink.gyp b/third_party/WebKit/public/blink.gyp
index 70d762cc11ccce0caeb8c5bbb81a27d5ec6f0698..1dfd1bef1b0bf354e8e3c3a867fef7758e8fa009 100644
--- a/third_party/WebKit/public/blink.gyp
+++ b/third_party/WebKit/public/blink.gyp
@@ -42,6 +42,7 @@
'<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
'blink_headers.gyp:blink_headers',
'blink_minimal',
+ 'blink_mojo_bindings',
],
'export_dependent_settings': [
'../Source/web/web.gyp:blink_web',
@@ -80,5 +81,23 @@
'../Source/web/web.gyp:blink_web_test_support',
],
},
+ {
+ # GN version: //third_party/WebKit/public:mojo_bindings
+ 'target_name': 'blink_mojo_bindings',
+ 'type': 'static_library',
+ 'includes': [
+ '../../../mojo/mojom_bindings_generator.gypi',
+ ],
+ 'sources': [
+ 'platform/modules/geolocation/geolocation.mojom',
+ 'platform/modules/permissions/permission.mojom',
+ ],
+ 'dependencies': [
+ '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ ],
+ 'export_dependent_settings': [
+ '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698