| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 1694 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1705 "android/java/gin_java_script_to_java_types_coercion.cc", | 1705 "android/java/gin_java_script_to_java_types_coercion.cc", |
| 1706 "android/java/gin_java_script_to_java_types_coercion.h", | 1706 "android/java/gin_java_script_to_java_types_coercion.h", |
| 1707 "android/java/java_bridge_thread.cc", | 1707 "android/java/java_bridge_thread.cc", |
| 1708 "android/java/java_bridge_thread.h", | 1708 "android/java/java_bridge_thread.h", |
| 1709 "android/java/java_method.cc", | 1709 "android/java/java_method.cc", |
| 1710 "android/java/java_method.h", | 1710 "android/java/java_method.h", |
| 1711 "android/java/java_type.cc", | 1711 "android/java/java_type.cc", |
| 1712 "android/java/java_type.h", | 1712 "android/java/java_type.h", |
| 1713 "android/java/jni_helper.cc", | 1713 "android/java/jni_helper.cc", |
| 1714 "android/java/jni_helper.h", | 1714 "android/java/jni_helper.h", |
| 1715 "android/joystick_scroll_provider.cc", |
| 1716 "android/joystick_scroll_provider.h", |
| 1715 "android/load_url_params.cc", | 1717 "android/load_url_params.cc", |
| 1716 "android/load_url_params.h", | 1718 "android/load_url_params.h", |
| 1717 "android/overscroll_controller_android.cc", | 1719 "android/overscroll_controller_android.cc", |
| 1718 "android/overscroll_controller_android.h", | 1720 "android/overscroll_controller_android.h", |
| 1719 "android/synchronous_compositor_browser_filter.cc", | 1721 "android/synchronous_compositor_browser_filter.cc", |
| 1720 "android/synchronous_compositor_browser_filter.h", | 1722 "android/synchronous_compositor_browser_filter.h", |
| 1721 "android/synchronous_compositor_host.cc", | 1723 "android/synchronous_compositor_host.cc", |
| 1722 "android/synchronous_compositor_host.h", | 1724 "android/synchronous_compositor_host.h", |
| 1723 "android/tracing_controller_android.cc", | 1725 "android/tracing_controller_android.cc", |
| 1724 "android/tracing_controller_android.h", | 1726 "android/tracing_controller_android.h", |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1969 if (!is_component_build) { | 1971 if (!is_component_build) { |
| 1970 public_deps = [ | 1972 public_deps = [ |
| 1971 ":browser", | 1973 ":browser", |
| 1972 ] | 1974 ] |
| 1973 } else { | 1975 } else { |
| 1974 public_deps = [ | 1976 public_deps = [ |
| 1975 "//third_party/leveldatabase", | 1977 "//third_party/leveldatabase", |
| 1976 ] | 1978 ] |
| 1977 } | 1979 } |
| 1978 } | 1980 } |
| OLD | NEW |