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

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

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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 | « mash/wm/BUILD.gn ('k') | media/mojo/services/BUILD.gn » ('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 f0ce5c00e98dadd45475513ee0e7478f2b1231d2..c4d0679a25efbc79575ea050f0f84f0009d0d79b 100644
--- a/media/mojo/interfaces/mojo_bindings.gyp
+++ b/media/mojo/interfaces/mojo_bindings.gyp
@@ -10,7 +10,7 @@
'sources': [
'platform_verification.mojom',
],
- 'includes': [ '../../../third_party/mojo/mojom_bindings_generator.gypi' ],
+ 'includes': [ '../../../mojo/mojom_bindings_generator.gypi' ],
},
{
'target_name': 'platform_verification_api',
@@ -19,7 +19,7 @@
'platform_verification_mojo_bindings',
'../../../mojo/mojo_base.gyp:mojo_application_bindings',
'../../../mojo/mojo_base.gyp:mojo_environment_chromium',
- '../../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/platform_verification.mojom.cc',
@@ -33,7 +33,7 @@
'sources': [
'provision_fetcher.mojom',
],
- 'includes': [ '../../../third_party/mojo/mojom_bindings_generator.gypi' ],
+ 'includes': [ '../../../mojo/mojom_bindings_generator.gypi' ],
},
{
'target_name': 'provision_fetcher_api',
@@ -42,7 +42,7 @@
'provision_fetcher_mojo_bindings',
'../../../mojo/mojo_base.gyp:mojo_application_bindings',
'../../../mojo/mojo_base.gyp:mojo_environment_chromium',
- '../../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/provision_fetcher.mojom.cc',
« no previous file with comments | « mash/wm/BUILD.gn ('k') | media/mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698