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

Side by Side Diff: headless/BUILD.gn

Issue 2841953002: headless: Add support for net logging (Closed)
Patch Set: CrOS build fix 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",
227 "lib/browser/headless_network_delegate.cc", 229 "lib/browser/headless_network_delegate.cc",
228 "lib/browser/headless_network_delegate.h", 230 "lib/browser/headless_network_delegate.h",
229 "lib/browser/headless_permission_manager.cc", 231 "lib/browser/headless_permission_manager.cc",
230 "lib/browser/headless_permission_manager.h", 232 "lib/browser/headless_permission_manager.h",
231 "lib/browser/headless_platform_event_source.cc", 233 "lib/browser/headless_platform_event_source.cc",
232 "lib/browser/headless_platform_event_source.h", 234 "lib/browser/headless_platform_event_source.h",
233 "lib/browser/headless_shell_application_mac.mm", 235 "lib/browser/headless_shell_application_mac.mm",
234 "lib/browser/headless_shell_application_mac.h", 236 "lib/browser/headless_shell_application_mac.h",
235 "lib/browser/headless_tab_socket_impl.cc", 237 "lib/browser/headless_tab_socket_impl.cc",
236 "lib/browser/headless_tab_socket_impl.h", 238 "lib/browser/headless_tab_socket_impl.h",
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 546
545 executable("headless_example") { 547 executable("headless_example") {
546 sources = [ 548 sources = [
547 "app/headless_example.cc", 549 "app/headless_example.cc",
548 ] 550 ]
549 551
550 deps = [ 552 deps = [
551 "//headless:headless_shell_lib", 553 "//headless:headless_shell_lib",
552 ] 554 ]
553 } 555 }
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