| 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 1452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1463 "tracing/etw_tracing_agent_win.h", | 1463 "tracing/etw_tracing_agent_win.h", |
| 1464 "tracing/file_tracing_provider_impl.cc", | 1464 "tracing/file_tracing_provider_impl.cc", |
| 1465 "tracing/file_tracing_provider_impl.h", | 1465 "tracing/file_tracing_provider_impl.h", |
| 1466 "tracing/trace_message_filter.cc", | 1466 "tracing/trace_message_filter.cc", |
| 1467 "tracing/trace_message_filter.h", | 1467 "tracing/trace_message_filter.h", |
| 1468 "tracing/tracing_controller_impl.cc", | 1468 "tracing/tracing_controller_impl.cc", |
| 1469 "tracing/tracing_controller_impl.h", | 1469 "tracing/tracing_controller_impl.h", |
| 1470 "tracing/tracing_controller_impl_data_sinks.cc", | 1470 "tracing/tracing_controller_impl_data_sinks.cc", |
| 1471 "tracing/tracing_ui.cc", | 1471 "tracing/tracing_ui.cc", |
| 1472 "tracing/tracing_ui.h", | 1472 "tracing/tracing_ui.h", |
| 1473 "url_loader_factory_getter.cc", |
| 1474 "url_loader_factory_getter.h", |
| 1473 "utility_process_host_impl.cc", | 1475 "utility_process_host_impl.cc", |
| 1474 "utility_process_host_impl.h", | 1476 "utility_process_host_impl.h", |
| 1475 "wake_lock/wake_lock_context_host.cc", | 1477 "wake_lock/wake_lock_context_host.cc", |
| 1476 "wake_lock/wake_lock_context_host.h", | 1478 "wake_lock/wake_lock_context_host.h", |
| 1477 "web_contents/aura/gesture_nav_simple.cc", | 1479 "web_contents/aura/gesture_nav_simple.cc", |
| 1478 "web_contents/aura/gesture_nav_simple.h", | 1480 "web_contents/aura/gesture_nav_simple.h", |
| 1479 "web_contents/aura/overscroll_navigation_overlay.cc", | 1481 "web_contents/aura/overscroll_navigation_overlay.cc", |
| 1480 "web_contents/aura/overscroll_navigation_overlay.h", | 1482 "web_contents/aura/overscroll_navigation_overlay.h", |
| 1481 "web_contents/aura/overscroll_window_animation.cc", | 1483 "web_contents/aura/overscroll_window_animation.cc", |
| 1482 "web_contents/aura/overscroll_window_animation.h", | 1484 "web_contents/aura/overscroll_window_animation.h", |
| (...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2151 if (!is_component_build) { | 2153 if (!is_component_build) { |
| 2152 public_deps = [ | 2154 public_deps = [ |
| 2153 ":browser", | 2155 ":browser", |
| 2154 ] | 2156 ] |
| 2155 } else { | 2157 } else { |
| 2156 public_deps = [ | 2158 public_deps = [ |
| 2157 "//third_party/leveldatabase", | 2159 "//third_party/leveldatabase", |
| 2158 ] | 2160 ] |
| 2159 } | 2161 } |
| 2160 } | 2162 } |
| OLD | NEW |