| 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 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1402 "tracing/etw_tracing_agent_win.h", | 1402 "tracing/etw_tracing_agent_win.h", |
| 1403 "tracing/file_tracing_provider_impl.cc", | 1403 "tracing/file_tracing_provider_impl.cc", |
| 1404 "tracing/file_tracing_provider_impl.h", | 1404 "tracing/file_tracing_provider_impl.h", |
| 1405 "tracing/trace_message_filter.cc", | 1405 "tracing/trace_message_filter.cc", |
| 1406 "tracing/trace_message_filter.h", | 1406 "tracing/trace_message_filter.h", |
| 1407 "tracing/tracing_controller_impl.cc", | 1407 "tracing/tracing_controller_impl.cc", |
| 1408 "tracing/tracing_controller_impl.h", | 1408 "tracing/tracing_controller_impl.h", |
| 1409 "tracing/tracing_controller_impl_data_sinks.cc", | 1409 "tracing/tracing_controller_impl_data_sinks.cc", |
| 1410 "tracing/tracing_ui.cc", | 1410 "tracing/tracing_ui.cc", |
| 1411 "tracing/tracing_ui.h", | 1411 "tracing/tracing_ui.h", |
| 1412 "user_metrics.cc", | |
| 1413 "utility_process_host_impl.cc", | 1412 "utility_process_host_impl.cc", |
| 1414 "utility_process_host_impl.h", | 1413 "utility_process_host_impl.h", |
| 1415 "wake_lock/wake_lock_context_host.cc", | 1414 "wake_lock/wake_lock_context_host.cc", |
| 1416 "wake_lock/wake_lock_context_host.h", | 1415 "wake_lock/wake_lock_context_host.h", |
| 1417 "web_contents/aura/gesture_nav_simple.cc", | 1416 "web_contents/aura/gesture_nav_simple.cc", |
| 1418 "web_contents/aura/gesture_nav_simple.h", | 1417 "web_contents/aura/gesture_nav_simple.h", |
| 1419 "web_contents/aura/overscroll_navigation_overlay.cc", | 1418 "web_contents/aura/overscroll_navigation_overlay.cc", |
| 1420 "web_contents/aura/overscroll_navigation_overlay.h", | 1419 "web_contents/aura/overscroll_navigation_overlay.h", |
| 1421 "web_contents/aura/overscroll_window_animation.cc", | 1420 "web_contents/aura/overscroll_window_animation.cc", |
| 1422 "web_contents/aura/overscroll_window_animation.h", | 1421 "web_contents/aura/overscroll_window_animation.h", |
| (...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2056 if (!is_component_build) { | 2055 if (!is_component_build) { |
| 2057 public_deps = [ | 2056 public_deps = [ |
| 2058 ":browser", | 2057 ":browser", |
| 2059 ] | 2058 ] |
| 2060 } else { | 2059 } else { |
| 2061 public_deps = [ | 2060 public_deps = [ |
| 2062 "//third_party/leveldatabase", | 2061 "//third_party/leveldatabase", |
| 2063 ] | 2062 ] |
| 2064 } | 2063 } |
| 2065 } | 2064 } |
| OLD | NEW |