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

Side by Side Diff: content/browser/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
« 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "$target_gen_dir/devtools/protocol/memory.cc", 174 "$target_gen_dir/devtools/protocol/memory.cc",
175 "$target_gen_dir/devtools/protocol/memory.h", 175 "$target_gen_dir/devtools/protocol/memory.h",
176 "$target_gen_dir/devtools/protocol/network.cc", 176 "$target_gen_dir/devtools/protocol/network.cc",
177 "$target_gen_dir/devtools/protocol/network.h", 177 "$target_gen_dir/devtools/protocol/network.h",
178 "$target_gen_dir/devtools/protocol/page.cc", 178 "$target_gen_dir/devtools/protocol/page.cc",
179 "$target_gen_dir/devtools/protocol/page.h", 179 "$target_gen_dir/devtools/protocol/page.h",
180 "$target_gen_dir/devtools/protocol/protocol.cc", 180 "$target_gen_dir/devtools/protocol/protocol.cc",
181 "$target_gen_dir/devtools/protocol/protocol.h", 181 "$target_gen_dir/devtools/protocol/protocol.h",
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",
185 "$target_gen_dir/devtools/protocol/security.h",
184 "$target_gen_dir/devtools/protocol/system_info.cc", 186 "$target_gen_dir/devtools/protocol/system_info.cc",
185 "$target_gen_dir/devtools/protocol/system_info.h", 187 "$target_gen_dir/devtools/protocol/system_info.h",
186 "$target_gen_dir/devtools/protocol/tethering.cc", 188 "$target_gen_dir/devtools/protocol/tethering.cc",
187 "$target_gen_dir/devtools/protocol/tethering.h", 189 "$target_gen_dir/devtools/protocol/tethering.h",
188 "$target_gen_dir/devtools/protocol/tracing.cc", 190 "$target_gen_dir/devtools/protocol/tracing.cc",
189 "$target_gen_dir/devtools/protocol/tracing.h", 191 "$target_gen_dir/devtools/protocol/tracing.h",
190 "../common/service_manager/child_connection.cc", 192 "../common/service_manager/child_connection.cc",
191 "../common/service_manager/child_connection.h", 193 "../common/service_manager/child_connection.h",
192 "../zygote/zygote_linux.cc", 194 "../zygote/zygote_linux.cc",
193 "../zygote/zygote_linux.h", 195 "../zygote/zygote_linux.h",
(...skipping 1780 matching lines...) Expand 10 before | Expand all | Expand 10 after
1974 if (!is_component_build) { 1976 if (!is_component_build) {
1975 public_deps = [ 1977 public_deps = [
1976 ":browser", 1978 ":browser",
1977 ] 1979 ]
1978 } else { 1980 } else {
1979 public_deps = [ 1981 public_deps = [
1980 "//third_party/leveldatabase", 1982 "//third_party/leveldatabase",
1981 ] 1983 ]
1982 } 1984 }
1983 } 1985 }
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