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

Unified Diff: extensions/common/api/api.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 | « extensions/BUILD.gn ('k') | extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/api.gyp
diff --git a/extensions/common/api/api.gyp b/extensions/common/api/api.gyp
index ea7e4c19530af830bd329e4943cb4d5d6e6096b4..3a2696f63bf37bab544e59f48befc5d6cfdd944e 100644
--- a/extensions/common/api/api.gyp
+++ b/extensions/common/api/api.gyp
@@ -12,7 +12,7 @@
# generated cpp files must be listed explicitly in chrome_api.
'type': 'none',
'includes': [
- '../../../third_party/mojo/mojom_bindings_generator.gypi',
+ '../../../mojo/mojom_bindings_generator.gypi',
],
'sources': [
'mime_handler.mojom',
@@ -31,7 +31,7 @@
],
'dependencies': [
'extensions_api_mojom',
- '../../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../../../mojo/mojo_public.gyp:mojo_cpp_bindings',
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/extensions/common/api/mime_handler.mojom.cc',
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698