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

Unified Diff: third_party/mojo/mojom_bindings_generator_explicit.gypi

Issue 1435063002: Eliminate third_party/mojo/src from all targets' include paths (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 1 month 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/mojom_bindings_generator.gypi ('k') | third_party/mojo/src/mojo/edk/embedder/embedder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/mojom_bindings_generator_explicit.gypi
diff --git a/third_party/mojo/mojom_bindings_generator_explicit.gypi b/third_party/mojo/mojom_bindings_generator_explicit.gypi
index 8df48aa54114f2faabceca1543d9f7f114633bbe..4eec0823914fa01652ed800977433f2810f86b51 100644
--- a/third_party/mojo/mojom_bindings_generator_explicit.gypi
+++ b/third_party/mojo/mojom_bindings_generator_explicit.gypi
@@ -44,7 +44,6 @@
'mojom_import_args%': [
'-I<(DEPTH)',
'-I<(DEPTH)/mojo/services',
- '-I<(DEPTH)/third_party/mojo/src',
'-I<(mojom_include_path)',
],
},
@@ -90,9 +89,7 @@
# Include paths needed to compile the generated sources into a library.
'include_dirs': [
'<(DEPTH)',
- '<(DEPTH)/third_party/mojo/src',
'<(SHARED_INTERMEDIATE_DIR)',
- '<(SHARED_INTERMEDIATE_DIR)/third_party/mojo/src',
],
# Make sure the generated header files are available for any static library
# that depends on a static library that depends on this generator.
@@ -102,9 +99,7 @@
# transitive dependancies when using the library.
'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/mojom_bindings_generator.gypi ('k') | third_party/mojo/src/mojo/edk/embedder/embedder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698