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

Unified Diff: media/mojo/interfaces/mojo_bindings.gyp

Issue 1900903002: Fix content/shell including internals of content for service worker test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ios Created 4 years, 8 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 | « content/shell/browser/shell_mojo_test_utils_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/mojo_bindings.gyp
diff --git a/media/mojo/interfaces/mojo_bindings.gyp b/media/mojo/interfaces/mojo_bindings.gyp
index 3e3c6ac86a4436d3685ef0df7c4cf48dfe728b1a..353c642bb4bf4087b1a4ed1bdf5eb0f3a82d2ad0 100644
--- a/media/mojo/interfaces/mojo_bindings.gyp
+++ b/media/mojo/interfaces/mojo_bindings.gyp
@@ -29,10 +29,12 @@
# GN version: //media/mojo/interfaces
'target_name': 'provision_fetcher_mojo_bindings',
'type': 'none',
- 'sources': [
- 'provision_fetcher.mojom',
- ],
- 'includes': [ '../../../mojo/mojom_bindings_generator.gypi' ],
+ 'variables': {
+ 'mojom_files': [
+ 'provision_fetcher.mojom',
+ ],
+ },
+ 'includes': [ '../../../mojo/mojom_bindings_generator_explicit.gypi' ],
},
{
'target_name': 'provision_fetcher_api',
@@ -42,10 +44,6 @@
'../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
'../../../services/shell/shell.gyp:shell_public',
],
- 'sources': [
- '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/provision_fetcher.mojom.cc',
- '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/provision_fetcher.mojom.h',
- ],
},
],
}
« no previous file with comments | « content/shell/browser/shell_mojo_test_utils_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698