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

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

Issue 2515613006: [DevTools] Move Memory, SystemInfo and Tethering domains to new generator. (Closed)
Patch Set: fixed review comments 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/io.cc", 163 "$target_gen_dir/devtools/protocol/io.cc",
164 "$target_gen_dir/devtools/protocol/io.h", 164 "$target_gen_dir/devtools/protocol/io.h",
165 "$target_gen_dir/devtools/protocol/memory.cc",
166 "$target_gen_dir/devtools/protocol/memory.h",
165 "$target_gen_dir/devtools/protocol/protocol.cc", 167 "$target_gen_dir/devtools/protocol/protocol.cc",
166 "$target_gen_dir/devtools/protocol/protocol.h", 168 "$target_gen_dir/devtools/protocol/protocol.h",
169 "$target_gen_dir/devtools/protocol/system_info.cc",
170 "$target_gen_dir/devtools/protocol/system_info.h",
171 "$target_gen_dir/devtools/protocol/tethering.cc",
172 "$target_gen_dir/devtools/protocol/tethering.h",
167 "$target_gen_dir/devtools/protocol/tracing.cc", 173 "$target_gen_dir/devtools/protocol/tracing.cc",
168 "$target_gen_dir/devtools/protocol/tracing.h", 174 "$target_gen_dir/devtools/protocol/tracing.h",
169 "../common/service_manager/child_connection.cc", 175 "../common/service_manager/child_connection.cc",
170 "../common/service_manager/child_connection.h", 176 "../common/service_manager/child_connection.h",
171 "../zygote/zygote_linux.cc", 177 "../zygote/zygote_linux.cc",
172 "../zygote/zygote_linux.h", 178 "../zygote/zygote_linux.h",
173 "../zygote/zygote_main_linux.cc", 179 "../zygote/zygote_main_linux.cc",
174 "accessibility/accessibility_mode_helper.cc", 180 "accessibility/accessibility_mode_helper.cc",
175 "accessibility/accessibility_mode_helper.h", 181 "accessibility/accessibility_mode_helper.h",
176 "accessibility/accessibility_tree_formatter.cc", 182 "accessibility/accessibility_tree_formatter.cc",
(...skipping 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after
1972 if (!is_component_build) { 1978 if (!is_component_build) {
1973 public_deps = [ 1979 public_deps = [
1974 ":browser", 1980 ":browser",
1975 ] 1981 ]
1976 } else { 1982 } else {
1977 public_deps = [ 1983 public_deps = [
1978 "//third_party/leveldatabase", 1984 "//third_party/leveldatabase",
1979 ] 1985 ]
1980 } 1986 }
1981 } 1987 }
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