Commit 18eda702 authored by eostroukhov's avatar eostroukhov Committed by Commit bot

[inspector] Use relative path to the third_party

BUG=none

Review-Url: https://codereview.chromium.org/2540463003
Cr-Commit-Position: refs/heads/master@{#41335}
parent 89d050c0
......@@ -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',
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment