| 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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 "devtools/devtools_frame_trace_recorder.cc", | 468 "devtools/devtools_frame_trace_recorder.cc", |
| 469 "devtools/devtools_frame_trace_recorder.h", | 469 "devtools/devtools_frame_trace_recorder.h", |
| 470 "devtools/devtools_http_handler.cc", | 470 "devtools/devtools_http_handler.cc", |
| 471 "devtools/devtools_http_handler.h", | 471 "devtools/devtools_http_handler.h", |
| 472 "devtools/devtools_io_context.cc", | 472 "devtools/devtools_io_context.cc", |
| 473 "devtools/devtools_io_context.h", | 473 "devtools/devtools_io_context.h", |
| 474 "devtools/devtools_manager.cc", | 474 "devtools/devtools_manager.cc", |
| 475 "devtools/devtools_manager.h", | 475 "devtools/devtools_manager.h", |
| 476 "devtools/devtools_session.cc", | 476 "devtools/devtools_session.cc", |
| 477 "devtools/devtools_session.h", | 477 "devtools/devtools_session.h", |
| 478 "devtools/devtools_url_interceptor_request_job.cc", |
| 479 "devtools/devtools_url_interceptor_request_job.h", |
| 480 "devtools/devtools_url_request_interceptor.cc", |
| 481 "devtools/devtools_url_request_interceptor.h", |
| 478 "devtools/forwarding_agent_host.cc", | 482 "devtools/forwarding_agent_host.cc", |
| 479 "devtools/forwarding_agent_host.h", | 483 "devtools/forwarding_agent_host.h", |
| 480 "devtools/page_navigation_throttle.cc", | 484 "devtools/page_navigation_throttle.cc", |
| 481 "devtools/page_navigation_throttle.h", | 485 "devtools/page_navigation_throttle.h", |
| 482 "devtools/protocol/color_picker.cc", | 486 "devtools/protocol/color_picker.cc", |
| 483 "devtools/protocol/color_picker.h", | 487 "devtools/protocol/color_picker.h", |
| 484 "devtools/protocol/devtools_domain_handler.cc", | 488 "devtools/protocol/devtools_domain_handler.cc", |
| 485 "devtools/protocol/devtools_domain_handler.h", | 489 "devtools/protocol/devtools_domain_handler.h", |
| 486 "devtools/protocol/dom_handler.cc", | 490 "devtools/protocol/dom_handler.cc", |
| 487 "devtools/protocol/dom_handler.h", | 491 "devtools/protocol/dom_handler.h", |
| (...skipping 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2058 if (!is_component_build) { | 2062 if (!is_component_build) { |
| 2059 public_deps = [ | 2063 public_deps = [ |
| 2060 ":browser", | 2064 ":browser", |
| 2061 ] | 2065 ] |
| 2062 } else { | 2066 } else { |
| 2063 public_deps = [ | 2067 public_deps = [ |
| 2064 "//third_party/leveldatabase", | 2068 "//third_party/leveldatabase", |
| 2065 ] | 2069 ] |
| 2066 } | 2070 } |
| 2067 } | 2071 } |
| OLD | NEW |