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

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

Issue 1966563002: Extracted shell_interfaces and shell_public into a separate gyp file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed export_dependent_settings Created 4 years, 7 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 | « extensions/extensions_tests.gyp ('k') | services/shell/shell.gyp » ('j') | 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 353c642bb4bf4087b1a4ed1bdf5eb0f3a82d2ad0..7a3bf4588a98171d88dc607f2c684f318371212a 100644
--- a/media/mojo/interfaces/mojo_bindings.gyp
+++ b/media/mojo/interfaces/mojo_bindings.gyp
@@ -18,7 +18,7 @@
'dependencies': [
'platform_verification_mojo_bindings',
'../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
- '../../../services/shell/shell.gyp:shell_public',
+ '../../../services/shell/shell_public.gyp:shell_public',
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/platform_verification.mojom.cc',
@@ -42,7 +42,7 @@
'dependencies': [
'provision_fetcher_mojo_bindings',
'../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
- '../../../services/shell/shell.gyp:shell_public',
+ '../../../services/shell/shell_public.gyp:shell_public',
],
},
],
« no previous file with comments | « extensions/extensions_tests.gyp ('k') | services/shell/shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698