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

Side by Side Diff: content/browser/devtools/BUILD.gn

Issue 2520193002: [DevTools] Move more domains to new generator. (Closed)
Patch Set: Created 4 years 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 import("//third_party/inspector_protocol/inspector_protocol.gni") 6 import("//third_party/inspector_protocol/inspector_protocol.gni")
7 7
8 group("resources") { 8 group("resources") {
9 public_deps = [ 9 public_deps = [
10 ":devtools_resources", 10 ":devtools_resources",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 config_file = "protocol_config.json" 48 config_file = "protocol_config.json"
49 config_values = [ "protocol.path=$_blink_protocol_path" ] 49 config_values = [ "protocol.path=$_blink_protocol_path" ]
50 50
51 inputs = [ 51 inputs = [
52 "$root_gen_dir/blink/core/inspector/protocol.json", 52 "$root_gen_dir/blink/core/inspector/protocol.json",
53 config_file, 53 config_file,
54 ] 54 ]
55 55
56 # These are relative to $target_gen_dir. 56 # These are relative to $target_gen_dir.
57 outputs = [ 57 outputs = [
58 "protocol/dom.cc",
59 "protocol/dom.h",
58 "protocol/forward.h", 60 "protocol/forward.h",
59 "protocol/io.cc", 61 "protocol/io.cc",
60 "protocol/io.h", 62 "protocol/io.h",
61 "protocol/memory.cc", 63 "protocol/memory.cc",
62 "protocol/memory.h", 64 "protocol/memory.h",
63 "protocol/protocol.cc", 65 "protocol/protocol.cc",
64 "protocol/protocol.h", 66 "protocol/protocol.h",
65 "protocol/system_info.cc", 67 "protocol/system_info.cc",
66 "protocol/system_info.h", 68 "protocol/system_info.h",
67 "protocol/tethering.cc", 69 "protocol/tethering.cc",
(...skipping 17 matching lines...) Expand all
85 ] 87 ]
86 88
87 outputs = [ 89 outputs = [
88 "$target_gen_dir/protocol/devtools_protocol_dispatcher.cc", 90 "$target_gen_dir/protocol/devtools_protocol_dispatcher.cc",
89 "$target_gen_dir/protocol/devtools_protocol_dispatcher.h", 91 "$target_gen_dir/protocol/devtools_protocol_dispatcher.h",
90 ] 92 ]
91 93
92 args = 94 args =
93 rebase_path(inputs, root_build_dir) + rebase_path(outputs, root_build_dir) 95 rebase_path(inputs, root_build_dir) + rebase_path(outputs, root_build_dir)
94 } 96 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/devtools/protocol/devtools_protocol_handler_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698