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

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

Issue 2282283002: [DevTools] Prepare inspector_protocol build to move. (Closed)
Patch Set: NOTREACHED 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 inspector_protocol_sources =
6 get_path_info([
7 "lib/Allocator_h.template",
8 "lib/Array_h.template",
9 "lib/BackendCallback_h.template",
10 "lib/Collections_h.template",
11 "lib/DispatcherBase_cpp.template",
12 "lib/DispatcherBase_h.template",
13 "lib/ErrorSupport_cpp.template",
14 "lib/ErrorSupport_h.template",
15 "lib/Forward_h.template",
16 "lib/FrontendChannel_h.template",
17 "lib/Maybe_h.template",
18 "lib/Object_cpp.template",
19 "lib/Object_h.template",
20 "lib/Parser_cpp.template",
21 "lib/Parser_h.template",
22 "lib/Protocol_cpp.template",
23 "lib/ValueConversions_h.template",
24 "lib/Values_cpp.template",
25 "lib/Values_h.template",
26 "templates/Exported_h.template",
27 "templates/Imported_h.template",
28 "templates/TypeBuilder_cpp.template",
29 "templates/TypeBuilder_h.template",
30 "CodeGenerator.py",
31 ],
32 "abspath")
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698