Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(909)

Unified Diff: src/v8.gyp

Issue 2184733002: [inspector] add inspector protocol parser test build target. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: add missing file Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index ad9a7e7c7f3df9f68017acc41d15280d8609959f..7e3061db4f46dfe58d791a5c3459a61c3beb3dac 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -2313,6 +2313,10 @@
},
],
},
+ { 'target_name': 'inspector_protocol',
Michael Achenbach 2016/07/26 14:27:45 Don't think we need this here, maybe rather add th
Yang 2016/07/27 06:42:25 Done.
+ 'type': 'none',
+ 'dependencies': ['<(inspector_gyp_path):inspector_protocol'],
+ },
{
'target_name': 'postmortem-metadata',
'type': 'none',

Powered by Google App Engine
This is Rietveld 408576698