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

Side by Side Diff: headless/BUILD.gn

Issue 2839153002: Revert of headless: Add support for net logging (Closed)
Patch Set: Created 3 years, 7 months 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 | headless/lib/browser/headless_browser_context_impl.cc » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//headless/headless.gni") 6 import("//headless/headless.gni")
7 import("//build/util/process_version.gni") 7 import("//build/util/process_version.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 "lib/browser/headless_browser_main_parts.h", 217 "lib/browser/headless_browser_main_parts.h",
218 "lib/browser/headless_content_browser_client.cc", 218 "lib/browser/headless_content_browser_client.cc",
219 "lib/browser/headless_content_browser_client.h", 219 "lib/browser/headless_content_browser_client.h",
220 "lib/browser/headless_devtools.cc", 220 "lib/browser/headless_devtools.cc",
221 "lib/browser/headless_devtools.h", 221 "lib/browser/headless_devtools.h",
222 "lib/browser/headless_devtools_client_impl.cc", 222 "lib/browser/headless_devtools_client_impl.cc",
223 "lib/browser/headless_devtools_client_impl.h", 223 "lib/browser/headless_devtools_client_impl.h",
224 "lib/browser/headless_devtools_manager_delegate.cc", 224 "lib/browser/headless_devtools_manager_delegate.cc",
225 "lib/browser/headless_devtools_manager_delegate.h", 225 "lib/browser/headless_devtools_manager_delegate.h",
226 "lib/browser/headless_macros.h", 226 "lib/browser/headless_macros.h",
227 "lib/browser/headless_net_log.cc",
228 "lib/browser/headless_net_log.h",
229 "lib/browser/headless_network_delegate.cc", 227 "lib/browser/headless_network_delegate.cc",
230 "lib/browser/headless_network_delegate.h", 228 "lib/browser/headless_network_delegate.h",
231 "lib/browser/headless_permission_manager.cc", 229 "lib/browser/headless_permission_manager.cc",
232 "lib/browser/headless_permission_manager.h", 230 "lib/browser/headless_permission_manager.h",
233 "lib/browser/headless_platform_event_source.cc", 231 "lib/browser/headless_platform_event_source.cc",
234 "lib/browser/headless_platform_event_source.h", 232 "lib/browser/headless_platform_event_source.h",
235 "lib/browser/headless_shell_application_mac.mm", 233 "lib/browser/headless_shell_application_mac.mm",
236 "lib/browser/headless_shell_application_mac.h", 234 "lib/browser/headless_shell_application_mac.h",
237 "lib/browser/headless_tab_socket_impl.cc", 235 "lib/browser/headless_tab_socket_impl.cc",
238 "lib/browser/headless_tab_socket_impl.h", 236 "lib/browser/headless_tab_socket_impl.h",
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 544
547 executable("headless_example") { 545 executable("headless_example") {
548 sources = [ 546 sources = [
549 "app/headless_example.cc", 547 "app/headless_example.cc",
550 ] 548 ]
551 549
552 deps = [ 550 deps = [
553 "//headless:headless_shell_lib", 551 "//headless:headless_shell_lib",
554 ] 552 ]
555 } 553 }
OLDNEW
« no previous file with comments | « no previous file | headless/lib/browser/headless_browser_context_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698