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

Unified Diff: components/webmessaging.gypi

Issue 2136523002: Don't depend on url_mojom_for_blink in the webmessaging target (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webmessaging.gypi
diff --git a/components/webmessaging.gypi b/components/webmessaging.gypi
index 1ea14fb5d2d14fc67fd44db2504d033fbd6fa931..4389e27281ae19e91092d99be9c962cc13d41ff8 100644
--- a/components/webmessaging.gypi
+++ b/components/webmessaging.gypi
@@ -48,12 +48,6 @@
'target_name': 'webmessaging_mojo_bindings_for_blink',
'type': 'static_library',
'sources': [ '<@(mojom_files)' ],
- 'dependencies': [
- '../url/url.gyp:url_mojom_for_blink',
- ],
- 'export_dependent_settings': [
- '../url/url.gyp:url_mojom_for_blink',
- ],
'variables': {
'for_blink': 'true',
'mojom_typemaps': [
@@ -61,6 +55,13 @@
'../third_party/WebKit/Source/platform/mojo/SecurityOrigin.typemap',
],
},
+ 'dependencies': [
+ '../url/url.gyp:url_mojom',
+ ],
+ 'export_dependent_settings': [
+ '../url/url.gyp:url_mojom',
+ ],
+
'includes': [
'../mojo/mojom_bindings_generator.gypi',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698