OLD | NEW |
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("//printing/features/features.gni") | 8 import("//printing/features/features.gni") |
9 import("//third_party/WebKit/public/public_features.gni") | 9 import("//third_party/WebKit/public/public_features.gni") |
10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 10 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 "devtools/devtools_frontend_host_impl.cc", | 416 "devtools/devtools_frontend_host_impl.cc", |
417 "devtools/devtools_frontend_host_impl.h", | 417 "devtools/devtools_frontend_host_impl.h", |
418 "devtools/devtools_http_handler.cc", | 418 "devtools/devtools_http_handler.cc", |
419 "devtools/devtools_http_handler.h", | 419 "devtools/devtools_http_handler.h", |
420 "devtools/devtools_io_context.cc", | 420 "devtools/devtools_io_context.cc", |
421 "devtools/devtools_io_context.h", | 421 "devtools/devtools_io_context.h", |
422 "devtools/devtools_manager.cc", | 422 "devtools/devtools_manager.cc", |
423 "devtools/devtools_manager.h", | 423 "devtools/devtools_manager.h", |
424 "devtools/devtools_protocol_handler.cc", | 424 "devtools/devtools_protocol_handler.cc", |
425 "devtools/devtools_protocol_handler.h", | 425 "devtools/devtools_protocol_handler.h", |
| 426 "devtools/devtools_session.cc", |
| 427 "devtools/devtools_session.h", |
426 "devtools/forwarding_agent_host.cc", | 428 "devtools/forwarding_agent_host.cc", |
427 "devtools/forwarding_agent_host.h", | 429 "devtools/forwarding_agent_host.h", |
428 "devtools/page_navigation_throttle.cc", | 430 "devtools/page_navigation_throttle.cc", |
429 "devtools/page_navigation_throttle.h", | 431 "devtools/page_navigation_throttle.h", |
430 "devtools/protocol/color_picker.cc", | 432 "devtools/protocol/color_picker.cc", |
431 "devtools/protocol/color_picker.h", | 433 "devtools/protocol/color_picker.h", |
432 "devtools/protocol/devtools_protocol_client.cc", | 434 "devtools/protocol/devtools_protocol_client.cc", |
433 "devtools/protocol/devtools_protocol_client.h", | 435 "devtools/protocol/devtools_protocol_client.h", |
434 "devtools/protocol/devtools_protocol_delegate.h", | 436 "devtools/protocol/devtools_protocol_delegate.h", |
435 "devtools/protocol/dom_handler.cc", | 437 "devtools/protocol/dom_handler.cc", |
(...skipping 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1963 if (!is_component_build) { | 1965 if (!is_component_build) { |
1964 public_deps = [ | 1966 public_deps = [ |
1965 ":browser", | 1967 ":browser", |
1966 ] | 1968 ] |
1967 } else { | 1969 } else { |
1968 public_deps = [ | 1970 public_deps = [ |
1969 "//third_party/leveldatabase", | 1971 "//third_party/leveldatabase", |
1970 ] | 1972 ] |
1971 } | 1973 } |
1972 } | 1974 } |
OLD | NEW |