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

Unified Diff: third_party/mojo/mojom_bindings_generator.gypi

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 | « third_party/mojo/mojo_variables.gypi ('k') | third_party/mojo/mojom_bindings_generator_explicit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/mojom_bindings_generator.gypi
diff --git a/mojo/mojom_bindings_generator.gypi b/third_party/mojo/mojom_bindings_generator.gypi
similarity index 89%
rename from mojo/mojom_bindings_generator.gypi
rename to third_party/mojo/mojom_bindings_generator.gypi
index 4064df6d4e8b69adf48e3b25b79747ba719166f9..e58aab34401e2c543761f89f17d26e914c132e6f 100644
--- a/mojo/mojom_bindings_generator.gypi
+++ b/third_party/mojo/mojom_bindings_generator.gypi
@@ -15,7 +15,8 @@
'<!(python <(DEPTH)/build/inverse_depth.py <(DEPTH))',
'java_out_dir': '<(PRODUCT_DIR)/java_mojo/<(_target_name)/src',
'mojom_import_args%': [
- '-I<(DEPTH)'
+ '-I<(DEPTH)',
+ '-I<(DEPTH)/third_party/mojo/src'
],
},
'inputs': [
@@ -43,12 +44,16 @@
],
'include_dirs': [
'<(DEPTH)',
+ '<(DEPTH)/third_party/mojo/src',
'<(SHARED_INTERMEDIATE_DIR)',
+ '<(SHARED_INTERMEDIATE_DIR)/third_party/mojo/src',
],
'direct_dependent_settings': {
'include_dirs': [
'<(DEPTH)',
+ '<(DEPTH)/third_party/mojo/src',
'<(SHARED_INTERMEDIATE_DIR)',
+ '<(SHARED_INTERMEDIATE_DIR)/third_party/mojo/src',
],
'variables': {
'generated_src_dirs': [
« no previous file with comments | « third_party/mojo/mojo_variables.gypi ('k') | third_party/mojo/mojom_bindings_generator_explicit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698