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

Unified Diff: gypfiles/all.gyp

Issue 2184733002: [inspector] add inspector protocol parser test build target. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: addressed comments, removed markupsafe 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
« DEPS ('K') | « DEPS ('k') | gypfiles/standalone.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gypfiles/all.gyp
diff --git a/gypfiles/all.gyp b/gypfiles/all.gyp
index ff1bea4b61137fddf5ffc5aedcd8b5259d3e96ad..87d36dd81b74329fb0ef11648eabc8fcbcc464d0 100644
--- a/gypfiles/all.gyp
+++ b/gypfiles/all.gyp
@@ -9,6 +9,7 @@
'type': 'none',
'dependencies': [
'../src/d8.gyp:d8',
+ '../src/inspector/inspector.gyp:inspector_protocol_parser_test',
Michael Achenbach 2016/07/27 06:49:04 I wonder what is the reason for cctest and unittes
Yang 2016/07/27 07:14:39 Done.
],
'conditions': [
['component!="shared_library"', {
« DEPS ('K') | « DEPS ('k') | gypfiles/standalone.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698