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

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

Issue 2548263002: [DevTools] Migrate dom, emulation, inspector, network, page and schema handlers to new generator. (Closed)
Patch Set: works 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("//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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 "//media/mojo/interfaces:remoting", 154 "//media/mojo/interfaces:remoting",
155 "//third_party/leveldatabase", 155 "//third_party/leveldatabase",
156 ] 156 ]
157 157
158 sources = [ 158 sources = [
159 # devtools_protocol_dispatcher.* is generated by 159 # devtools_protocol_dispatcher.* is generated by
160 # //content/browser/devtools:gen_devtools_protocol_handler. 160 # //content/browser/devtools:gen_devtools_protocol_handler.
161 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche r.cc", 161 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche r.cc",
162 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche r.h", 162 "$root_gen_dir/content/browser/devtools/protocol/devtools_protocol_dispatche r.h",
163 "$target_gen_dir/devtools/protocol/forward.h", 163 "$target_gen_dir/devtools/protocol/forward.h",
164 "$target_gen_dir/devtools/protocol/inspector.cc",
165 "$target_gen_dir/devtools/protocol/inspector.h",
164 "$target_gen_dir/devtools/protocol/io.cc", 166 "$target_gen_dir/devtools/protocol/io.cc",
165 "$target_gen_dir/devtools/protocol/io.h", 167 "$target_gen_dir/devtools/protocol/io.h",
166 "$target_gen_dir/devtools/protocol/memory.cc", 168 "$target_gen_dir/devtools/protocol/memory.cc",
167 "$target_gen_dir/devtools/protocol/memory.h", 169 "$target_gen_dir/devtools/protocol/memory.h",
170 "$target_gen_dir/devtools/protocol/network.cc",
171 "$target_gen_dir/devtools/protocol/network.h",
168 "$target_gen_dir/devtools/protocol/protocol.cc", 172 "$target_gen_dir/devtools/protocol/protocol.cc",
169 "$target_gen_dir/devtools/protocol/protocol.h", 173 "$target_gen_dir/devtools/protocol/protocol.h",
174 "$target_gen_dir/devtools/protocol/schema.cc",
175 "$target_gen_dir/devtools/protocol/schema.h",
170 "$target_gen_dir/devtools/protocol/system_info.cc", 176 "$target_gen_dir/devtools/protocol/system_info.cc",
171 "$target_gen_dir/devtools/protocol/system_info.h", 177 "$target_gen_dir/devtools/protocol/system_info.h",
172 "$target_gen_dir/devtools/protocol/tethering.cc", 178 "$target_gen_dir/devtools/protocol/tethering.cc",
173 "$target_gen_dir/devtools/protocol/tethering.h", 179 "$target_gen_dir/devtools/protocol/tethering.h",
174 "$target_gen_dir/devtools/protocol/tracing.cc", 180 "$target_gen_dir/devtools/protocol/tracing.cc",
175 "$target_gen_dir/devtools/protocol/tracing.h", 181 "$target_gen_dir/devtools/protocol/tracing.h",
176 "../common/service_manager/child_connection.cc", 182 "../common/service_manager/child_connection.cc",
177 "../common/service_manager/child_connection.h", 183 "../common/service_manager/child_connection.h",
178 "../zygote/zygote_linux.cc", 184 "../zygote/zygote_linux.cc",
179 "../zygote/zygote_linux.h", 185 "../zygote/zygote_linux.h",
(...skipping 1799 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 if (!is_component_build) { 1985 if (!is_component_build) {
1980 public_deps = [ 1986 public_deps = [
1981 ":browser", 1987 ":browser",
1982 ] 1988 ]
1983 } else { 1989 } else {
1984 public_deps = [ 1990 public_deps = [
1985 "//third_party/leveldatabase", 1991 "//third_party/leveldatabase",
1986 ] 1992 ]
1987 } 1993 }
1988 } 1994 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/devtools/BUILD.gn » ('j') | content/browser/devtools/browser_devtools_agent_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698