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

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

Issue 2739323003: DevTools protocol interception, blocking & modification of requests (Closed)
Patch Set: Address remaining TODOs 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
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 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 "devtools/devtools_frame_trace_recorder.cc", 511 "devtools/devtools_frame_trace_recorder.cc",
512 "devtools/devtools_frame_trace_recorder.h", 512 "devtools/devtools_frame_trace_recorder.h",
513 "devtools/devtools_http_handler.cc", 513 "devtools/devtools_http_handler.cc",
514 "devtools/devtools_http_handler.h", 514 "devtools/devtools_http_handler.h",
515 "devtools/devtools_io_context.cc", 515 "devtools/devtools_io_context.cc",
516 "devtools/devtools_io_context.h", 516 "devtools/devtools_io_context.h",
517 "devtools/devtools_manager.cc", 517 "devtools/devtools_manager.cc",
518 "devtools/devtools_manager.h", 518 "devtools/devtools_manager.h",
519 "devtools/devtools_session.cc", 519 "devtools/devtools_session.cc",
520 "devtools/devtools_session.h", 520 "devtools/devtools_session.h",
521 "devtools/devtools_url_interceptor_request_job.cc",
522 "devtools/devtools_url_interceptor_request_job.h",
523 "devtools/devtools_url_request_interceptor.cc",
524 "devtools/devtools_url_request_interceptor.h",
521 "devtools/forwarding_agent_host.cc", 525 "devtools/forwarding_agent_host.cc",
522 "devtools/forwarding_agent_host.h", 526 "devtools/forwarding_agent_host.h",
523 "devtools/page_navigation_throttle.cc", 527 "devtools/page_navigation_throttle.cc",
524 "devtools/page_navigation_throttle.h", 528 "devtools/page_navigation_throttle.h",
525 "devtools/protocol/devtools_domain_handler.cc", 529 "devtools/protocol/devtools_domain_handler.cc",
526 "devtools/protocol/devtools_domain_handler.h", 530 "devtools/protocol/devtools_domain_handler.h",
527 "devtools/protocol/dom_handler.cc", 531 "devtools/protocol/dom_handler.cc",
528 "devtools/protocol/dom_handler.h", 532 "devtools/protocol/dom_handler.h",
529 "devtools/protocol/emulation_handler.cc", 533 "devtools/protocol/emulation_handler.cc",
530 "devtools/protocol/emulation_handler.h", 534 "devtools/protocol/emulation_handler.h",
(...skipping 1618 matching lines...) Expand 10 before | Expand all | Expand 10 after
2149 if (!is_component_build) { 2153 if (!is_component_build) {
2150 public_deps = [ 2154 public_deps = [
2151 ":browser", 2155 ":browser",
2152 ] 2156 ]
2153 } else { 2157 } else {
2154 public_deps = [ 2158 public_deps = [
2155 "//third_party/leveldatabase", 2159 "//third_party/leveldatabase",
2156 ] 2160 ]
2157 } 2161 }
2158 } 2162 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698