| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index dd9e0669d2704b79ad867c9d74ea7c7da3905617..a7aa295674101c59e126f6d444aafd3b9ea44a94 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -639,14 +639,14 @@
|
| 'target_name': 'common_mojo_bindings',
|
| 'type': 'static_library',
|
| 'includes': [
|
| - '../third_party/mojo/mojom_bindings_generator.gypi'
|
| + '../mojo/mojom_bindings_generator.gypi'
|
| ],
|
| 'sources': [
|
| 'common/resource_usage_reporter.mojom',
|
| ],
|
| 'dependencies': [
|
| '../mojo/mojo_base.gyp:mojo_environment_chromium',
|
| - '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| + '../mojo/mojo_public.gyp:mojo_cpp_bindings',
|
| ],
|
| },
|
| ],
|
|
|