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

Unified Diff: content/content_common_mojo_bindings.gyp

Issue 1624573004: Rename webusb_permission_bubble.mojom and move it to //content/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed content/content_common_mojo_bindings.gyp again Created 4 years, 11 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: content/content_common_mojo_bindings.gyp
diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
index f82059615ef7f989b900f690f45c249dad533eec..f54249e92df0b275d1acf9e5c2de231c2256baf5 100644
--- a/content/content_common_mojo_bindings.gyp
+++ b/content/content_common_mojo_bindings.gyp
@@ -33,6 +33,44 @@
],
},
'includes': [ '../third_party/mojo/mojom_bindings_generator_explicit.gypi' ],
+ 'conditions': [
+ ['OS!="ios"', {
+ 'dependencies': [
+ 'content_web_usb_permission_request_mojo_bindings_lib',
+ ],
+ }],
+ ],
+ },
+ {
+ 'target_name': 'content_web_usb_permission_request_mojo_bindings',
+ 'type': 'none',
+ 'conditions': [
+ ['OS!="ios"', {
+ 'variables': {
+ 'mojom_files': [
+ 'public/common/web_usb_permission_request.mojom',
+ ],
+ 'dependencies': [
+ '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings',
+ ],
+ },
+ 'includes': [
+ '../third_party/mojo/mojom_bindings_generator_explicit.gypi',
+ ],
+ }],
+ ],
+ },
+ {
+ 'target_name': 'content_web_usb_permission_request_mojo_bindings_lib',
+ 'type': 'static_library',
+ 'conditions': [
+ ['OS!="ios"', {
+ 'dependencies': [
+ 'content_web_usb_permission_request_mojo_bindings',
+ '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings_lib',
+ ],
+ }],
+ ],
},
{
'target_name': 'content_common_mojo_bindings',

Powered by Google App Engine
This is Rietveld 408576698