| Index: third_party/dom_distiller_js/dom_distiller_js.gyp
|
| diff --git a/third_party/dom_distiller_js/dom_distiller_js.gyp b/third_party/dom_distiller_js/dom_distiller_js.gyp
|
| index 2a65c3f6db167ac83626811063125f61074188d8..5e2cdf5b715697266f5aedf60d06c8fccbaac41f 100644
|
| --- a/third_party/dom_distiller_js/dom_distiller_js.gyp
|
| +++ b/third_party/dom_distiller_js/dom_distiller_js.gyp
|
| @@ -7,13 +7,13 @@
|
| # GN version: //third_party/dom_distiller_js:proto
|
| 'target_name': 'dom_distiller_js_proto',
|
| 'type': 'static_library',
|
| - 'sources': [ 'package/proto/dom_distiller.proto', ],
|
| + 'sources': [ 'dist/proto/dom_distiller.proto', ],
|
| 'variables': {
|
| - 'proto_in_dir': 'package/proto',
|
| + 'proto_in_dir': 'dist/proto',
|
| 'proto_out_dir': 'third_party/dom_distiller_js',
|
| },
|
| 'direct_dependent_settings': {
|
| - 'include_dirs': ['package/proto_gen'],
|
| + 'include_dirs': ['dist/proto_gen'],
|
| },
|
| 'includes': [ '../../build/protoc.gypi', ],
|
| }
|
|
|