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

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

Issue 2590293003: [DevTools] Rework DevToolsSession interaction with domain handlers. (Closed)
Patch Set: 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
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 444 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 "devtools/devtools_manager.cc", 455 "devtools/devtools_manager.cc",
456 "devtools/devtools_manager.h", 456 "devtools/devtools_manager.h",
457 "devtools/devtools_session.cc", 457 "devtools/devtools_session.cc",
458 "devtools/devtools_session.h", 458 "devtools/devtools_session.h",
459 "devtools/forwarding_agent_host.cc", 459 "devtools/forwarding_agent_host.cc",
460 "devtools/forwarding_agent_host.h", 460 "devtools/forwarding_agent_host.h",
461 "devtools/page_navigation_throttle.cc", 461 "devtools/page_navigation_throttle.cc",
462 "devtools/page_navigation_throttle.h", 462 "devtools/page_navigation_throttle.h",
463 "devtools/protocol/color_picker.cc", 463 "devtools/protocol/color_picker.cc",
464 "devtools/protocol/color_picker.h", 464 "devtools/protocol/color_picker.h",
465 "devtools/protocol/devtools_domain_handler.cc",
466 "devtools/protocol/devtools_domain_handler.h",
465 "devtools/protocol/dom_handler.cc", 467 "devtools/protocol/dom_handler.cc",
466 "devtools/protocol/dom_handler.h", 468 "devtools/protocol/dom_handler.h",
467 "devtools/protocol/emulation_handler.cc", 469 "devtools/protocol/emulation_handler.cc",
468 "devtools/protocol/emulation_handler.h", 470 "devtools/protocol/emulation_handler.h",
469 "devtools/protocol/input_handler.cc", 471 "devtools/protocol/input_handler.cc",
470 "devtools/protocol/input_handler.h", 472 "devtools/protocol/input_handler.h",
471 "devtools/protocol/inspector_handler.cc", 473 "devtools/protocol/inspector_handler.cc",
472 "devtools/protocol/inspector_handler.h", 474 "devtools/protocol/inspector_handler.h",
473 "devtools/protocol/io_handler.cc", 475 "devtools/protocol/io_handler.cc",
474 "devtools/protocol/io_handler.h", 476 "devtools/protocol/io_handler.h",
(...skipping 1511 matching lines...) Expand 10 before | Expand all | Expand 10 after
1986 if (!is_component_build) { 1988 if (!is_component_build) {
1987 public_deps = [ 1989 public_deps = [
1988 ":browser", 1990 ":browser",
1989 ] 1991 ]
1990 } else { 1992 } else {
1991 public_deps = [ 1993 public_deps = [
1992 "//third_party/leveldatabase", 1994 "//third_party/leveldatabase",
1993 ] 1995 ]
1994 } 1996 }
1995 } 1997 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698