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

Side by Side Diff: third_party/inspector_protocol/inspector_protocol.gypi

Issue 2452853002: [inspector] use own version of third_party/inspector_protocol (Closed)
Patch Set: supported new inspector_protocol location in components/ui_devtools/BUILD.gn Created 4 years, 1 month 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
1 # Copyright 2016 The Chromium Authors. All rights reserved. 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 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 # Note: do not remove this file, it's used by v8's gyp.
6 # It will be moved out from platform/ soon.
7 { 5 {
8 'variables': { 6 'variables': {
9 'inspector_protocol_files': [ 7 'inspector_protocol_files': [
10 'lib/Allocator_h.template', 8 'lib/Allocator_h.template',
11 'lib/Array_h.template', 9 'lib/Array_h.template',
12 'lib/BackendCallback_h.template', 10 'lib/BackendCallback_h.template',
13 'lib/Collections_h.template', 11 'lib/Collections_h.template',
14 'lib/DispatcherBase_cpp.template', 12 'lib/DispatcherBase_cpp.template',
15 'lib/DispatcherBase_h.template', 13 'lib/DispatcherBase_h.template',
16 'lib/ErrorSupport_cpp.template', 14 'lib/ErrorSupport_cpp.template',
(...skipping 10 matching lines...) Expand all
27 'lib/Values_cpp.template', 25 'lib/Values_cpp.template',
28 'lib/Values_h.template', 26 'lib/Values_h.template',
29 'templates/Exported_h.template', 27 'templates/Exported_h.template',
30 'templates/Imported_h.template', 28 'templates/Imported_h.template',
31 'templates/TypeBuilder_cpp.template', 29 'templates/TypeBuilder_cpp.template',
32 'templates/TypeBuilder_h.template', 30 'templates/TypeBuilder_h.template',
33 'CodeGenerator.py', 31 'CodeGenerator.py',
34 ] 32 ]
35 } 33 }
36 } 34 }
OLDNEW
« no previous file with comments | « third_party/inspector_protocol/inspector_protocol.gni ('k') | third_party/inspector_protocol/lib/Allocator_h.template » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698