| 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 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1789 "android/java/gin_java_script_to_java_types_coercion.cc", | 1789 "android/java/gin_java_script_to_java_types_coercion.cc", |
| 1790 "android/java/gin_java_script_to_java_types_coercion.h", | 1790 "android/java/gin_java_script_to_java_types_coercion.h", |
| 1791 "android/java/java_bridge_thread.cc", | 1791 "android/java/java_bridge_thread.cc", |
| 1792 "android/java/java_bridge_thread.h", | 1792 "android/java/java_bridge_thread.h", |
| 1793 "android/java/java_method.cc", | 1793 "android/java/java_method.cc", |
| 1794 "android/java/java_method.h", | 1794 "android/java/java_method.h", |
| 1795 "android/java/java_type.cc", | 1795 "android/java/java_type.cc", |
| 1796 "android/java/java_type.h", | 1796 "android/java/java_type.h", |
| 1797 "android/java/jni_helper.cc", | 1797 "android/java/jni_helper.cc", |
| 1798 "android/java/jni_helper.h", | 1798 "android/java/jni_helper.h", |
| 1799 "android/joystick_scroll_provider.cc", | |
| 1800 "android/joystick_scroll_provider.h", | |
| 1801 "android/load_url_params.cc", | 1799 "android/load_url_params.cc", |
| 1802 "android/load_url_params.h", | 1800 "android/load_url_params.h", |
| 1803 "android/overscroll_controller_android.cc", | 1801 "android/overscroll_controller_android.cc", |
| 1804 "android/overscroll_controller_android.h", | 1802 "android/overscroll_controller_android.h", |
| 1805 "android/synchronous_compositor_browser_filter.cc", | 1803 "android/synchronous_compositor_browser_filter.cc", |
| 1806 "android/synchronous_compositor_browser_filter.h", | 1804 "android/synchronous_compositor_browser_filter.h", |
| 1807 "android/synchronous_compositor_host.cc", | 1805 "android/synchronous_compositor_host.cc", |
| 1808 "android/synchronous_compositor_host.h", | 1806 "android/synchronous_compositor_host.h", |
| 1809 "android/tracing_controller_android.cc", | 1807 "android/tracing_controller_android.cc", |
| 1810 "android/tracing_controller_android.h", | 1808 "android/tracing_controller_android.h", |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2048 if (!is_component_build) { | 2046 if (!is_component_build) { |
| 2049 public_deps = [ | 2047 public_deps = [ |
| 2050 ":browser", | 2048 ":browser", |
| 2051 ] | 2049 ] |
| 2052 } else { | 2050 } else { |
| 2053 public_deps = [ | 2051 public_deps = [ |
| 2054 "//third_party/leveldatabase", | 2052 "//third_party/leveldatabase", |
| 2055 ] | 2053 ] |
| 2056 } | 2054 } |
| 2057 } | 2055 } |
| OLD | NEW |