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

Unified Diff: media/media.gyp

Issue 632853002: Define gyp targets for mojo/public/* in mojo/public/mojo_public.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ios fixes Created 6 years, 2 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 | « ipc/mojo/ipc_mojo.gyp ('k') | mojo/mojo.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 0539cc42f5e29191f9078013b56b20d7e729b80f..7ff3bbb0f190b8e710054f897046ebdd8d5c3a05 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -1030,10 +1030,10 @@
'../mojo/public/tools/bindings/mojom_bindings_generator.gypi'
],
'export_dependent_settings': [
- '../mojo/mojo_base.gyp:mojo_cpp_bindings',
+ '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
],
'dependencies': [
- '../mojo/mojo_base.gyp:mojo_cpp_bindings',
+ '../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
],
},
{
@@ -1046,9 +1046,9 @@
'media',
'media_mojo_bindings',
'../base/base.gyp:base',
- '../mojo/mojo_base.gyp:mojo_application_base',
- '../mojo/mojo_base.gyp:mojo_application_bindings',
'../mojo/mojo_base.gyp:mojo_environment_chromium',
+ '../mojo/public/mojo_public.gyp:mojo_application_base',
+ '../mojo/public/mojo_public.gyp:mojo_application_bindings',
'<(mojo_system_for_component)',
],
'export_dependent_settings': [
« no previous file with comments | « ipc/mojo/ipc_mojo.gyp ('k') | mojo/mojo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698