| 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 1803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1814 "android/java/java_method.cc", | 1814 "android/java/java_method.cc", |
| 1815 "android/java/java_method.h", | 1815 "android/java/java_method.h", |
| 1816 "android/java/java_type.cc", | 1816 "android/java/java_type.cc", |
| 1817 "android/java/java_type.h", | 1817 "android/java/java_type.h", |
| 1818 "android/java/jni_helper.cc", | 1818 "android/java/jni_helper.cc", |
| 1819 "android/java/jni_helper.h", | 1819 "android/java/jni_helper.h", |
| 1820 "android/load_url_params.cc", | 1820 "android/load_url_params.cc", |
| 1821 "android/load_url_params.h", | 1821 "android/load_url_params.h", |
| 1822 "android/overscroll_controller_android.cc", | 1822 "android/overscroll_controller_android.cc", |
| 1823 "android/overscroll_controller_android.h", | 1823 "android/overscroll_controller_android.h", |
| 1824 "android/render_widget_host_connector.cc", |
| 1825 "android/render_widget_host_connector.h", |
| 1824 "android/synchronous_compositor_browser_filter.cc", | 1826 "android/synchronous_compositor_browser_filter.cc", |
| 1825 "android/synchronous_compositor_browser_filter.h", | 1827 "android/synchronous_compositor_browser_filter.h", |
| 1826 "android/synchronous_compositor_host.cc", | 1828 "android/synchronous_compositor_host.cc", |
| 1827 "android/synchronous_compositor_host.h", | 1829 "android/synchronous_compositor_host.h", |
| 1828 "android/tracing_controller_android.cc", | 1830 "android/tracing_controller_android.cc", |
| 1829 "android/tracing_controller_android.h", | 1831 "android/tracing_controller_android.h", |
| 1830 "android/web_contents_observer_proxy.cc", | 1832 "android/web_contents_observer_proxy.cc", |
| 1831 "android/web_contents_observer_proxy.h", | 1833 "android/web_contents_observer_proxy.h", |
| 1832 "frame_host/render_frame_host_android.cc", | 1834 "frame_host/render_frame_host_android.cc", |
| 1833 "frame_host/render_frame_host_android.h", | 1835 "frame_host/render_frame_host_android.h", |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2058 if (!is_component_build) { | 2060 if (!is_component_build) { |
| 2059 public_deps = [ | 2061 public_deps = [ |
| 2060 ":browser", | 2062 ":browser", |
| 2061 ] | 2063 ] |
| 2062 } else { | 2064 } else { |
| 2063 public_deps = [ | 2065 public_deps = [ |
| 2064 "//third_party/leveldatabase", | 2066 "//third_party/leveldatabase", |
| 2065 ] | 2067 ] |
| 2066 } | 2068 } |
| 2067 } | 2069 } |
| OLD | NEW |