| Index: src/inspector/inspector.gyp
|
| diff --git a/src/inspector/inspector.gyp b/src/inspector/inspector.gyp
|
| index 6246f0ac0e7edfbe2272a577a648dcf08f868bb1..c70722f852b60831250b9c91bdf3abf71650425d 100644
|
| --- a/src/inspector/inspector.gyp
|
| +++ b/src/inspector/inspector.gyp
|
| @@ -4,7 +4,7 @@
|
|
|
| {
|
| 'variables': {
|
| - 'protocol_path': '<(PRODUCT_DIR)/../../third_party/inspector_protocol',
|
| + 'protocol_path': '../../third_party/inspector_protocol',
|
| },
|
| 'includes': [
|
| 'inspector.gypi',
|
| @@ -97,7 +97,7 @@
|
| 'action': [
|
| 'python',
|
| '<(protocol_path)/CodeGenerator.py',
|
| - '--jinja_dir', '<(PRODUCT_DIR)/../../third_party',
|
| + '--jinja_dir', '../../third_party',
|
| '--output_base', '<(SHARED_INTERMEDIATE_DIR)/src/inspector',
|
| '--config', 'inspector_protocol_config.json',
|
| ],
|
|
|