| 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 1789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1800 "android/java/gin_java_script_to_java_types_coercion.cc", | 1800 "android/java/gin_java_script_to_java_types_coercion.cc", |
| 1801 "android/java/gin_java_script_to_java_types_coercion.h", | 1801 "android/java/gin_java_script_to_java_types_coercion.h", |
| 1802 "android/java/java_bridge_thread.cc", | 1802 "android/java/java_bridge_thread.cc", |
| 1803 "android/java/java_bridge_thread.h", | 1803 "android/java/java_bridge_thread.h", |
| 1804 "android/java/java_method.cc", | 1804 "android/java/java_method.cc", |
| 1805 "android/java/java_method.h", | 1805 "android/java/java_method.h", |
| 1806 "android/java/java_type.cc", | 1806 "android/java/java_type.cc", |
| 1807 "android/java/java_type.h", | 1807 "android/java/java_type.h", |
| 1808 "android/java/jni_helper.cc", | 1808 "android/java/jni_helper.cc", |
| 1809 "android/java/jni_helper.h", | 1809 "android/java/jni_helper.h", |
| 1810 "android/joystick_scroll_provider.cc", | |
| 1811 "android/joystick_scroll_provider.h", | |
| 1812 "android/load_url_params.cc", | 1810 "android/load_url_params.cc", |
| 1813 "android/load_url_params.h", | 1811 "android/load_url_params.h", |
| 1814 "android/overscroll_controller_android.cc", | 1812 "android/overscroll_controller_android.cc", |
| 1815 "android/overscroll_controller_android.h", | 1813 "android/overscroll_controller_android.h", |
| 1816 "android/synchronous_compositor_browser_filter.cc", | 1814 "android/synchronous_compositor_browser_filter.cc", |
| 1817 "android/synchronous_compositor_browser_filter.h", | 1815 "android/synchronous_compositor_browser_filter.h", |
| 1818 "android/synchronous_compositor_host.cc", | 1816 "android/synchronous_compositor_host.cc", |
| 1819 "android/synchronous_compositor_host.h", | 1817 "android/synchronous_compositor_host.h", |
| 1820 "android/tracing_controller_android.cc", | 1818 "android/tracing_controller_android.cc", |
| 1821 "android/tracing_controller_android.h", | 1819 "android/tracing_controller_android.h", |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2057 if (!is_component_build) { | 2055 if (!is_component_build) { |
| 2058 public_deps = [ | 2056 public_deps = [ |
| 2059 ":browser", | 2057 ":browser", |
| 2060 ] | 2058 ] |
| 2061 } else { | 2059 } else { |
| 2062 public_deps = [ | 2060 public_deps = [ |
| 2063 "//third_party/leveldatabase", | 2061 "//third_party/leveldatabase", |
| 2064 ] | 2062 ] |
| 2065 } | 2063 } |
| 2066 } | 2064 } |
| OLD | NEW |