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

Side by Side Diff: test/inspector_protocol_parser_test/inspector_protocol_parser_test.gyp

Issue 2193143002: Revert of Reland [inspector] add inspector protocol parser test build target. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « test/inspector_protocol_parser_test/RunTests.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 the V8 project authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 { 'variables': {
6 'protocol_path': '../../third_party/WebKit/Source/platform/inspector_protoco l',
7 },
8 'targets': [
9 { 'target_name': 'inspector_protocol_parser_test',
10 'type': 'executable',
11 'dependencies': [
12 '../../src/inspector/inspector.gyp:inspector_protocol',
13 '../../testing/gmock.gyp:gmock',
14 '../../testing/gtest.gyp:gtest',
15 ],
16 'include_dirs+': [
17 '../..',
18 '<(protocol_path)/../..',
19 ],
20 'defines': [
21 'V8_INSPECTOR_USE_STL',
22 ],
23 'sources': [
24 '<(protocol_path)/ParserTest.cpp',
25 'RunTests.cpp',
26 ]
27 },
28 ],
29 }
OLDNEW
« no previous file with comments | « test/inspector_protocol_parser_test/RunTests.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698