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

Side by Side Diff: third_party/WebKit/Source/platform/inspector_protocol/inspector_protocol.gypi

Issue 2295913003: [DevTools] Switch from platform/v8_inspector to v8/v8-inspector.h. (Closed)
Patch Set: rebase Created 4 years, 3 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
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium 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 # Note: do not remove this file, it's used by v8's gyp.
6 # It will be moved out from platform/ soon.
7 {
8 'variables': {
9 'inspector_protocol_files': [
10 'lib/Allocator_h.template',
11 'lib/Array_h.template',
12 'lib/BackendCallback_h.template',
13 'lib/Collections_h.template',
14 'lib/DispatcherBase_cpp.template',
15 'lib/DispatcherBase_h.template',
16 'lib/ErrorSupport_cpp.template',
17 'lib/ErrorSupport_h.template',
18 'lib/Forward_h.template',
19 'lib/FrontendChannel_h.template',
20 'lib/Maybe_h.template',
21 'lib/Object_cpp.template',
22 'lib/Object_h.template',
23 'lib/Parser_cpp.template',
24 'lib/Parser_h.template',
25 'lib/Protocol_cpp.template',
26 'lib/ValueConversions_h.template',
27 'lib/Values_cpp.template',
28 'lib/Values_h.template',
29 'templates/Exported_h.template',
30 'templates/Imported_h.template',
31 'templates/TypeBuilder_cpp.template',
32 'templates/TypeBuilder_h.template',
33 'CodeGenerator.py',
34 ]
35 }
36 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/v8_inspector/Allocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698