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

Side by Side Diff: src/inspector/inspector.gyp

Issue 2239603002: [inspector] Remove inspector_protocol_parser_test target. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: format build files 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 | « src/inspector/BUILD.gn ('k') | test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 the V8 project authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 'variables': { 5 { 'variables': {
6 'protocol_path': '../../third_party/WebKit/Source/platform/inspector_protoco l', 6 'protocol_path': '../../third_party/WebKit/Source/platform/inspector_protoco l',
7 'protocol_sources': [ 7 'protocol_sources': [
8 '<(SHARED_INTERMEDIATE_DIR)/inspector/Console.cpp', 8 '<(SHARED_INTERMEDIATE_DIR)/inspector/Console.cpp',
9 '<(SHARED_INTERMEDIATE_DIR)/inspector/Console.h', 9 '<(SHARED_INTERMEDIATE_DIR)/inspector/Console.h',
10 '<(SHARED_INTERMEDIATE_DIR)/inspector/Debugger.cpp', 10 '<(SHARED_INTERMEDIATE_DIR)/inspector/Debugger.cpp',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 # Protocol definition. 43 # Protocol definition.
44 'js_protocol.json', 44 'js_protocol.json',
45 ], 45 ],
46 'outputs': [ 46 'outputs': [
47 '<@(protocol_sources)', 47 '<@(protocol_sources)',
48 ], 48 ],
49 'action': [ 49 'action': [
50 'python', 50 'python',
51 '<(protocol_path)/CodeGenerator.py', 51 '<(protocol_path)/CodeGenerator.py',
52 '--protocol', 'js_protocol.json', 52 '--protocol', 'js_protocol.json',
53 '--string_type', 'String', 53 '--string_type', 'String16',
54 '--export_macro', 'PLATFORM_EXPORT', 54 '--export_macro', 'PLATFORM_EXPORT',
55 '--output_dir', '<(SHARED_INTERMEDIATE_DIR)/inspector', 55 '--output_dir', '<(SHARED_INTERMEDIATE_DIR)/inspector',
56 '--output_package', 'inspector', 56 '--output_package', 'inspector',
57 '--exported_dir', '<(SHARED_INTERMEDIATE_DIR)/inspector/public', 57 '--exported_dir', '<(SHARED_INTERMEDIATE_DIR)/inspector/public',
58 '--exported_package', 'inspector/public', 58 '--exported_package', 'inspector/public',
59 ], 59 ],
60 'message': 'Generating Inspector protocol backend sources from json de finitions', 60 'message': 'Generating Inspector protocol backend sources from json de finitions',
61 }, 61 },
62 ] 62 ]
63 }, 63 },
(...skipping 29 matching lines...) Expand all
93 '<(protocol_path)/ErrorSupport.cpp', 93 '<(protocol_path)/ErrorSupport.cpp',
94 '<(protocol_path)/ErrorSupport.h', 94 '<(protocol_path)/ErrorSupport.h',
95 '<(protocol_path)/FrontendChannel.h', 95 '<(protocol_path)/FrontendChannel.h',
96 '<(protocol_path)/Maybe.h', 96 '<(protocol_path)/Maybe.h',
97 '<(protocol_path)/Object.cpp', 97 '<(protocol_path)/Object.cpp',
98 '<(protocol_path)/Object.h', 98 '<(protocol_path)/Object.h',
99 '<(protocol_path)/Parser.cpp', 99 '<(protocol_path)/Parser.cpp',
100 '<(protocol_path)/Parser.h', 100 '<(protocol_path)/Parser.h',
101 '<(protocol_path)/Platform.h', 101 '<(protocol_path)/Platform.h',
102 '<(protocol_path)/PlatformSTL.h', 102 '<(protocol_path)/PlatformSTL.h',
103 '<(protocol_path)/String16.cpp',
103 '<(protocol_path)/String16.h', 104 '<(protocol_path)/String16.h',
104 '<(protocol_path)/String16STL.cpp', 105 '<(protocol_path)/String16STL.cpp',
105 '<(protocol_path)/String16STL.h', 106 '<(protocol_path)/String16STL.h',
106 '<(protocol_path)/ValueConversions.h', 107 '<(protocol_path)/ValueConversions.h',
107 '<(protocol_path)/Values.cpp', 108 '<(protocol_path)/Values.cpp',
108 '<(protocol_path)/Values.h', 109 '<(protocol_path)/Values.h',
109 ] 110 ]
110 }, 111 },
111 ], 112 ],
112 } 113 }
OLDNEW
« no previous file with comments | « src/inspector/BUILD.gn ('k') | test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698