| 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/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//gpu/vulkan/features.gni") | 8 import("//gpu/vulkan/features.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
| (...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 "devtools/protocol/schema_handler.cc", | 553 "devtools/protocol/schema_handler.cc", |
| 554 "devtools/protocol/schema_handler.h", | 554 "devtools/protocol/schema_handler.h", |
| 555 "devtools/protocol/security_handler.cc", | 555 "devtools/protocol/security_handler.cc", |
| 556 "devtools/protocol/security_handler.h", | 556 "devtools/protocol/security_handler.h", |
| 557 "devtools/protocol/service_worker_handler.cc", | 557 "devtools/protocol/service_worker_handler.cc", |
| 558 "devtools/protocol/service_worker_handler.h", | 558 "devtools/protocol/service_worker_handler.h", |
| 559 "devtools/protocol/storage_handler.cc", | 559 "devtools/protocol/storage_handler.cc", |
| 560 "devtools/protocol/storage_handler.h", | 560 "devtools/protocol/storage_handler.h", |
| 561 "devtools/protocol/system_info_handler.cc", | 561 "devtools/protocol/system_info_handler.cc", |
| 562 "devtools/protocol/system_info_handler.h", | 562 "devtools/protocol/system_info_handler.h", |
| 563 "devtools/protocol/target_auto_attacher.cc", |
| 564 "devtools/protocol/target_auto_attacher.h", |
| 563 "devtools/protocol/target_handler.cc", | 565 "devtools/protocol/target_handler.cc", |
| 564 "devtools/protocol/target_handler.h", | 566 "devtools/protocol/target_handler.h", |
| 565 "devtools/protocol/tethering_handler.cc", | 567 "devtools/protocol/tethering_handler.cc", |
| 566 "devtools/protocol/tethering_handler.h", | 568 "devtools/protocol/tethering_handler.h", |
| 567 "devtools/protocol/tracing_handler.cc", | 569 "devtools/protocol/tracing_handler.cc", |
| 568 "devtools/protocol/tracing_handler.h", | 570 "devtools/protocol/tracing_handler.h", |
| 569 "devtools/protocol_string.cc", | 571 "devtools/protocol_string.cc", |
| 570 "devtools/protocol_string.h", | 572 "devtools/protocol_string.h", |
| 571 "devtools/render_frame_devtools_agent_host.cc", | 573 "devtools/render_frame_devtools_agent_host.cc", |
| 572 "devtools/render_frame_devtools_agent_host.h", | 574 "devtools/render_frame_devtools_agent_host.h", |
| (...skipping 1603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2176 if (!is_component_build) { | 2178 if (!is_component_build) { |
| 2177 public_deps = [ | 2179 public_deps = [ |
| 2178 ":browser", | 2180 ":browser", |
| 2179 ] | 2181 ] |
| 2180 } else { | 2182 } else { |
| 2181 public_deps = [ | 2183 public_deps = [ |
| 2182 "//third_party/leveldatabase", | 2184 "//third_party/leveldatabase", |
| 2183 ] | 2185 ] |
| 2184 } | 2186 } |
| 2185 } | 2187 } |
| OLD | NEW |