| 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 1813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1824 "android/java/java_method.cc", | 1824 "android/java/java_method.cc", |
| 1825 "android/java/java_method.h", | 1825 "android/java/java_method.h", |
| 1826 "android/java/java_type.cc", | 1826 "android/java/java_type.cc", |
| 1827 "android/java/java_type.h", | 1827 "android/java/java_type.h", |
| 1828 "android/java/jni_helper.cc", | 1828 "android/java/jni_helper.cc", |
| 1829 "android/java/jni_helper.h", | 1829 "android/java/jni_helper.h", |
| 1830 "android/load_url_params.cc", | 1830 "android/load_url_params.cc", |
| 1831 "android/load_url_params.h", | 1831 "android/load_url_params.h", |
| 1832 "android/overscroll_controller_android.cc", | 1832 "android/overscroll_controller_android.cc", |
| 1833 "android/overscroll_controller_android.h", | 1833 "android/overscroll_controller_android.h", |
| 1834 "android/render_widget_host_connector.cc", |
| 1835 "android/render_widget_host_connector.h", |
| 1834 "android/synchronous_compositor_browser_filter.cc", | 1836 "android/synchronous_compositor_browser_filter.cc", |
| 1835 "android/synchronous_compositor_browser_filter.h", | 1837 "android/synchronous_compositor_browser_filter.h", |
| 1836 "android/synchronous_compositor_host.cc", | 1838 "android/synchronous_compositor_host.cc", |
| 1837 "android/synchronous_compositor_host.h", | 1839 "android/synchronous_compositor_host.h", |
| 1838 "android/tracing_controller_android.cc", | 1840 "android/tracing_controller_android.cc", |
| 1839 "android/tracing_controller_android.h", | 1841 "android/tracing_controller_android.h", |
| 1840 "android/web_contents_observer_proxy.cc", | 1842 "android/web_contents_observer_proxy.cc", |
| 1841 "android/web_contents_observer_proxy.h", | 1843 "android/web_contents_observer_proxy.h", |
| 1842 "frame_host/render_frame_host_android.cc", | 1844 "frame_host/render_frame_host_android.cc", |
| 1843 "frame_host/render_frame_host_android.h", | 1845 "frame_host/render_frame_host_android.h", |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2068 if (!is_component_build) { | 2070 if (!is_component_build) { |
| 2069 public_deps = [ | 2071 public_deps = [ |
| 2070 ":browser", | 2072 ":browser", |
| 2071 ] | 2073 ] |
| 2072 } else { | 2074 } else { |
| 2073 public_deps = [ | 2075 public_deps = [ |
| 2074 "//third_party/leveldatabase", | 2076 "//third_party/leveldatabase", |
| 2075 ] | 2077 ] |
| 2076 } | 2078 } |
| 2077 } | 2079 } |
| OLD | NEW |