| 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 1878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1889 "android/java/java_bridge_thread.cc", | 1889 "android/java/java_bridge_thread.cc", |
| 1890 "android/java/java_bridge_thread.h", | 1890 "android/java/java_bridge_thread.h", |
| 1891 "android/java/java_method.cc", | 1891 "android/java/java_method.cc", |
| 1892 "android/java/java_method.h", | 1892 "android/java/java_method.h", |
| 1893 "android/java/java_type.cc", | 1893 "android/java/java_type.cc", |
| 1894 "android/java/java_type.h", | 1894 "android/java/java_type.h", |
| 1895 "android/java/jni_helper.cc", | 1895 "android/java/jni_helper.cc", |
| 1896 "android/java/jni_helper.h", | 1896 "android/java/jni_helper.h", |
| 1897 "android/load_url_params.cc", | 1897 "android/load_url_params.cc", |
| 1898 "android/load_url_params.h", | 1898 "android/load_url_params.h", |
| 1899 "android/nfc_host.cc", |
| 1900 "android/nfc_host.h", |
| 1899 "android/overscroll_controller_android.cc", | 1901 "android/overscroll_controller_android.cc", |
| 1900 "android/overscroll_controller_android.h", | 1902 "android/overscroll_controller_android.h", |
| 1901 "android/render_widget_host_connector.cc", | 1903 "android/render_widget_host_connector.cc", |
| 1902 "android/render_widget_host_connector.h", | 1904 "android/render_widget_host_connector.h", |
| 1903 "android/selection_popup_controller.cc", | 1905 "android/selection_popup_controller.cc", |
| 1904 "android/selection_popup_controller.h", | 1906 "android/selection_popup_controller.h", |
| 1905 "android/smart_selection_client.cc", | 1907 "android/smart_selection_client.cc", |
| 1906 "android/smart_selection_client.h", | 1908 "android/smart_selection_client.h", |
| 1907 "android/synchronous_compositor_browser_filter.cc", | 1909 "android/synchronous_compositor_browser_filter.cc", |
| 1908 "android/synchronous_compositor_browser_filter.h", | 1910 "android/synchronous_compositor_browser_filter.h", |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2149 if (!is_component_build) { | 2151 if (!is_component_build) { |
| 2150 public_deps = [ | 2152 public_deps = [ |
| 2151 ":browser", | 2153 ":browser", |
| 2152 ] | 2154 ] |
| 2153 } else { | 2155 } else { |
| 2154 public_deps = [ | 2156 public_deps = [ |
| 2155 "//third_party/leveldatabase", | 2157 "//third_party/leveldatabase", |
| 2156 ] | 2158 ] |
| 2157 } | 2159 } |
| 2158 } | 2160 } |
| OLD | NEW |