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

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

Issue 2739323003: DevTools protocol interception, blocking & modification of requests (Closed)
Patch Set: Add a comment Created 3 years, 6 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 | content/browser/devtools/devtools_url_interceptor_request_job.h » ('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("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 "devtools/devtools_frame_trace_recorder.cc", 508 "devtools/devtools_frame_trace_recorder.cc",
509 "devtools/devtools_frame_trace_recorder.h", 509 "devtools/devtools_frame_trace_recorder.h",
510 "devtools/devtools_http_handler.cc", 510 "devtools/devtools_http_handler.cc",
511 "devtools/devtools_http_handler.h", 511 "devtools/devtools_http_handler.h",
512 "devtools/devtools_io_context.cc", 512 "devtools/devtools_io_context.cc",
513 "devtools/devtools_io_context.h", 513 "devtools/devtools_io_context.h",
514 "devtools/devtools_manager.cc", 514 "devtools/devtools_manager.cc",
515 "devtools/devtools_manager.h", 515 "devtools/devtools_manager.h",
516 "devtools/devtools_session.cc", 516 "devtools/devtools_session.cc",
517 "devtools/devtools_session.h", 517 "devtools/devtools_session.h",
518 "devtools/devtools_url_interceptor_request_job.cc",
519 "devtools/devtools_url_interceptor_request_job.h",
520 "devtools/devtools_url_request_interceptor.cc",
521 "devtools/devtools_url_request_interceptor.h",
518 "devtools/forwarding_agent_host.cc", 522 "devtools/forwarding_agent_host.cc",
519 "devtools/forwarding_agent_host.h", 523 "devtools/forwarding_agent_host.h",
520 "devtools/page_navigation_throttle.cc", 524 "devtools/page_navigation_throttle.cc",
521 "devtools/page_navigation_throttle.h", 525 "devtools/page_navigation_throttle.h",
522 "devtools/protocol/devtools_domain_handler.cc", 526 "devtools/protocol/devtools_domain_handler.cc",
523 "devtools/protocol/devtools_domain_handler.h", 527 "devtools/protocol/devtools_domain_handler.h",
524 "devtools/protocol/dom_handler.cc", 528 "devtools/protocol/dom_handler.cc",
525 "devtools/protocol/dom_handler.h", 529 "devtools/protocol/dom_handler.h",
526 "devtools/protocol/emulation_handler.cc", 530 "devtools/protocol/emulation_handler.cc",
527 "devtools/protocol/emulation_handler.h", 531 "devtools/protocol/emulation_handler.h",
(...skipping 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after
2145 if (!is_component_build) { 2149 if (!is_component_build) {
2146 public_deps = [ 2150 public_deps = [
2147 ":browser", 2151 ":browser",
2148 ] 2152 ]
2149 } else { 2153 } else {
2150 public_deps = [ 2154 public_deps = [
2151 "//third_party/leveldatabase", 2155 "//third_party/leveldatabase",
2152 ] 2156 ]
2153 } 2157 }
2154 } 2158 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/devtools/devtools_url_interceptor_request_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698