| 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 1798 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1809 "android/java/java_method.cc", | 1809 "android/java/java_method.cc", |
| 1810 "android/java/java_method.h", | 1810 "android/java/java_method.h", |
| 1811 "android/java/java_type.cc", | 1811 "android/java/java_type.cc", |
| 1812 "android/java/java_type.h", | 1812 "android/java/java_type.h", |
| 1813 "android/java/jni_helper.cc", | 1813 "android/java/jni_helper.cc", |
| 1814 "android/java/jni_helper.h", | 1814 "android/java/jni_helper.h", |
| 1815 "android/load_url_params.cc", | 1815 "android/load_url_params.cc", |
| 1816 "android/load_url_params.h", | 1816 "android/load_url_params.h", |
| 1817 "android/overscroll_controller_android.cc", | 1817 "android/overscroll_controller_android.cc", |
| 1818 "android/overscroll_controller_android.h", | 1818 "android/overscroll_controller_android.h", |
| 1819 "android/render_widget_host_connector.cc", |
| 1820 "android/render_widget_host_connector.h", |
| 1819 "android/synchronous_compositor_browser_filter.cc", | 1821 "android/synchronous_compositor_browser_filter.cc", |
| 1820 "android/synchronous_compositor_browser_filter.h", | 1822 "android/synchronous_compositor_browser_filter.h", |
| 1821 "android/synchronous_compositor_host.cc", | 1823 "android/synchronous_compositor_host.cc", |
| 1822 "android/synchronous_compositor_host.h", | 1824 "android/synchronous_compositor_host.h", |
| 1823 "android/tracing_controller_android.cc", | 1825 "android/tracing_controller_android.cc", |
| 1824 "android/tracing_controller_android.h", | 1826 "android/tracing_controller_android.h", |
| 1825 "android/web_contents_observer_proxy.cc", | 1827 "android/web_contents_observer_proxy.cc", |
| 1826 "android/web_contents_observer_proxy.h", | 1828 "android/web_contents_observer_proxy.h", |
| 1827 "frame_host/render_frame_host_android.cc", | 1829 "frame_host/render_frame_host_android.cc", |
| 1828 "frame_host/render_frame_host_android.h", | 1830 "frame_host/render_frame_host_android.h", |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2054 if (!is_component_build) { | 2056 if (!is_component_build) { |
| 2055 public_deps = [ | 2057 public_deps = [ |
| 2056 ":browser", | 2058 ":browser", |
| 2057 ] | 2059 ] |
| 2058 } else { | 2060 } else { |
| 2059 public_deps = [ | 2061 public_deps = [ |
| 2060 "//third_party/leveldatabase", | 2062 "//third_party/leveldatabase", |
| 2061 ] | 2063 ] |
| 2062 } | 2064 } |
| 2063 } | 2065 } |
| OLD | NEW |