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("//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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
479 "devtools/devtools_io_context.cc", | 479 "devtools/devtools_io_context.cc", |
480 "devtools/devtools_io_context.h", | 480 "devtools/devtools_io_context.h", |
481 "devtools/devtools_manager.cc", | 481 "devtools/devtools_manager.cc", |
482 "devtools/devtools_manager.h", | 482 "devtools/devtools_manager.h", |
483 "devtools/devtools_session.cc", | 483 "devtools/devtools_session.cc", |
484 "devtools/devtools_session.h", | 484 "devtools/devtools_session.h", |
485 "devtools/forwarding_agent_host.cc", | 485 "devtools/forwarding_agent_host.cc", |
486 "devtools/forwarding_agent_host.h", | 486 "devtools/forwarding_agent_host.h", |
487 "devtools/page_navigation_throttle.cc", | 487 "devtools/page_navigation_throttle.cc", |
488 "devtools/page_navigation_throttle.h", | 488 "devtools/page_navigation_throttle.h", |
489 "devtools/protocol/color_picker.cc", | |
490 "devtools/protocol/color_picker.h", | |
491 "devtools/protocol/devtools_domain_handler.cc", | 489 "devtools/protocol/devtools_domain_handler.cc", |
492 "devtools/protocol/devtools_domain_handler.h", | 490 "devtools/protocol/devtools_domain_handler.h", |
493 "devtools/protocol/dom_handler.cc", | 491 "devtools/protocol/dom_handler.cc", |
494 "devtools/protocol/dom_handler.h", | 492 "devtools/protocol/dom_handler.h", |
495 "devtools/protocol/emulation_handler.cc", | 493 "devtools/protocol/emulation_handler.cc", |
496 "devtools/protocol/emulation_handler.h", | 494 "devtools/protocol/emulation_handler.h", |
497 "devtools/protocol/input_handler.cc", | 495 "devtools/protocol/input_handler.cc", |
498 "devtools/protocol/input_handler.h", | 496 "devtools/protocol/input_handler.h", |
499 "devtools/protocol/inspector_handler.cc", | 497 "devtools/protocol/inspector_handler.cc", |
500 "devtools/protocol/inspector_handler.h", | 498 "devtools/protocol/inspector_handler.h", |
(...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2063 if (!is_component_build) { | 2061 if (!is_component_build) { |
2064 public_deps = [ | 2062 public_deps = [ |
2065 ":browser", | 2063 ":browser", |
2066 ] | 2064 ] |
2067 } else { | 2065 } else { |
2068 public_deps = [ | 2066 public_deps = [ |
2069 "//third_party/leveldatabase", | 2067 "//third_party/leveldatabase", |
2070 ] | 2068 ] |
2071 } | 2069 } |
2072 } | 2070 } |
OLD | NEW |