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

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

Issue 2572653003: [DevTools] Migrate security handler to new generator. (Closed)
Patch Set: no protocol changes 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 "protocol/memory.cc", 67 "protocol/memory.cc",
68 "protocol/memory.h", 68 "protocol/memory.h",
69 "protocol/network.cc", 69 "protocol/network.cc",
70 "protocol/network.h", 70 "protocol/network.h",
71 "protocol/page.cc", 71 "protocol/page.cc",
72 "protocol/page.h", 72 "protocol/page.h",
73 "protocol/protocol.cc", 73 "protocol/protocol.cc",
74 "protocol/protocol.h", 74 "protocol/protocol.h",
75 "protocol/schema.cc", 75 "protocol/schema.cc",
76 "protocol/schema.h", 76 "protocol/schema.h",
77 "protocol/security.cc",
78 "protocol/security.h",
77 "protocol/system_info.cc", 79 "protocol/system_info.cc",
78 "protocol/system_info.h", 80 "protocol/system_info.h",
79 "protocol/tethering.cc", 81 "protocol/tethering.cc",
80 "protocol/tethering.h", 82 "protocol/tethering.h",
81 "protocol/tracing.cc", 83 "protocol/tracing.cc",
82 "protocol/tracing.h", 84 "protocol/tracing.h",
83 ] 85 ]
84 } 86 }
85 87
86 action("gen_devtools_protocol_handler") { 88 action("gen_devtools_protocol_handler") {
(...skipping 10 matching lines...) Expand all
97 ] 99 ]
98 100
99 outputs = [ 101 outputs = [
100 "$target_gen_dir/protocol/devtools_protocol_dispatcher.cc", 102 "$target_gen_dir/protocol/devtools_protocol_dispatcher.cc",
101 "$target_gen_dir/protocol/devtools_protocol_dispatcher.h", 103 "$target_gen_dir/protocol/devtools_protocol_dispatcher.h",
102 ] 104 ]
103 105
104 args = 106 args =
105 rebase_path(inputs, root_build_dir) + rebase_path(outputs, root_build_dir) 107 rebase_path(inputs, root_build_dir) + rebase_path(outputs, root_build_dir)
106 } 108 }
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