| 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': [
|
|
|