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

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

Issue 2521153002: [DevTools] Move Inspector domains to new generator. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "//media/mojo/interfaces:remoting", 153 "//media/mojo/interfaces:remoting",
154 "//third_party/leveldatabase", 154 "//third_party/leveldatabase",
155 ] 155 ]
156 156
157 sources = [ 157 sources = [
158 # devtools_protocol_dispatcher.* is generated by 158 # devtools_protocol_dispatcher.* is generated by
159 # //content/browser/devtools:gen_devtools_protocol_handler. 159 # //content/browser/devtools:gen_devtools_protocol_handler.
160 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche r.cc", 160 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche r.cc",
161 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche r.h", 161 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche r.h",
162 "$target_gen_dir/devtools/protocol/forward.h", 162 "$target_gen_dir/devtools/protocol/forward.h",
163 "$target_gen_dir/devtools/protocol/inspector.cc",
164 "$target_gen_dir/devtools/protocol/inspector.h",
163 "$target_gen_dir/devtools/protocol/io.cc", 165 "$target_gen_dir/devtools/protocol/io.cc",
164 "$target_gen_dir/devtools/protocol/io.h", 166 "$target_gen_dir/devtools/protocol/io.h",
165 "$target_gen_dir/devtools/protocol/memory.cc", 167 "$target_gen_dir/devtools/protocol/memory.cc",
166 "$target_gen_dir/devtools/protocol/memory.h", 168 "$target_gen_dir/devtools/protocol/memory.h",
167 "$target_gen_dir/devtools/protocol/protocol.cc", 169 "$target_gen_dir/devtools/protocol/protocol.cc",
168 "$target_gen_dir/devtools/protocol/protocol.h", 170 "$target_gen_dir/devtools/protocol/protocol.h",
169 "$target_gen_dir/devtools/protocol/system_info.cc", 171 "$target_gen_dir/devtools/protocol/system_info.cc",
170 "$target_gen_dir/devtools/protocol/system_info.h", 172 "$target_gen_dir/devtools/protocol/system_info.h",
171 "$target_gen_dir/devtools/protocol/tethering.cc", 173 "$target_gen_dir/devtools/protocol/tethering.cc",
172 "$target_gen_dir/devtools/protocol/tethering.h", 174 "$target_gen_dir/devtools/protocol/tethering.h",
(...skipping 1805 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 if (!is_component_build) { 1980 if (!is_component_build) {
1979 public_deps = [ 1981 public_deps = [
1980 ":browser", 1982 ":browser",
1981 ] 1983 ]
1982 } else { 1984 } else {
1983 public_deps = [ 1985 public_deps = [
1984 "//third_party/leveldatabase", 1986 "//third_party/leveldatabase",
1985 ] 1987 ]
1986 } 1988 }
1987 } 1989 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698