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

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

Issue 2574843003: [DevTools] Migrate target domain 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("//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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 "$target_gen_dir/devtools/protocol/schema.cc", 182 "$target_gen_dir/devtools/protocol/schema.cc",
183 "$target_gen_dir/devtools/protocol/schema.h", 183 "$target_gen_dir/devtools/protocol/schema.h",
184 "$target_gen_dir/devtools/protocol/security.cc", 184 "$target_gen_dir/devtools/protocol/security.cc",
185 "$target_gen_dir/devtools/protocol/security.h", 185 "$target_gen_dir/devtools/protocol/security.h",
186 "$target_gen_dir/devtools/protocol/service_worker.cc", 186 "$target_gen_dir/devtools/protocol/service_worker.cc",
187 "$target_gen_dir/devtools/protocol/service_worker.h", 187 "$target_gen_dir/devtools/protocol/service_worker.h",
188 "$target_gen_dir/devtools/protocol/storage.cc", 188 "$target_gen_dir/devtools/protocol/storage.cc",
189 "$target_gen_dir/devtools/protocol/storage.h", 189 "$target_gen_dir/devtools/protocol/storage.h",
190 "$target_gen_dir/devtools/protocol/system_info.cc", 190 "$target_gen_dir/devtools/protocol/system_info.cc",
191 "$target_gen_dir/devtools/protocol/system_info.h", 191 "$target_gen_dir/devtools/protocol/system_info.h",
192 "$target_gen_dir/devtools/protocol/target.cc",
193 "$target_gen_dir/devtools/protocol/target.h",
192 "$target_gen_dir/devtools/protocol/tethering.cc", 194 "$target_gen_dir/devtools/protocol/tethering.cc",
193 "$target_gen_dir/devtools/protocol/tethering.h", 195 "$target_gen_dir/devtools/protocol/tethering.h",
194 "$target_gen_dir/devtools/protocol/tracing.cc", 196 "$target_gen_dir/devtools/protocol/tracing.cc",
195 "$target_gen_dir/devtools/protocol/tracing.h", 197 "$target_gen_dir/devtools/protocol/tracing.h",
196 "../common/service_manager/child_connection.cc", 198 "../common/service_manager/child_connection.cc",
197 "../common/service_manager/child_connection.h", 199 "../common/service_manager/child_connection.h",
198 "../zygote/zygote_linux.cc", 200 "../zygote/zygote_linux.cc",
199 "../zygote/zygote_linux.h", 201 "../zygote/zygote_linux.h",
200 "../zygote/zygote_main_linux.cc", 202 "../zygote/zygote_main_linux.cc",
201 "accessibility/accessibility_mode_helper.cc", 203 "accessibility/accessibility_mode_helper.cc",
(...skipping 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after
1980 if (!is_component_build) { 1982 if (!is_component_build) {
1981 public_deps = [ 1983 public_deps = [
1982 ":browser", 1984 ":browser",
1983 ] 1985 ]
1984 } else { 1986 } else {
1985 public_deps = [ 1987 public_deps = [
1986 "//third_party/leveldatabase", 1988 "//third_party/leveldatabase",
1987 ] 1989 ]
1988 } 1990 }
1989 } 1991 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/devtools/BUILD.gn » ('j') | content/browser/devtools/protocol/target_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698