| 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 1698 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1709       "android/java/gin_java_script_to_java_types_coercion.cc", | 1709       "android/java/gin_java_script_to_java_types_coercion.cc", | 
| 1710       "android/java/gin_java_script_to_java_types_coercion.h", | 1710       "android/java/gin_java_script_to_java_types_coercion.h", | 
| 1711       "android/java/java_bridge_thread.cc", | 1711       "android/java/java_bridge_thread.cc", | 
| 1712       "android/java/java_bridge_thread.h", | 1712       "android/java/java_bridge_thread.h", | 
| 1713       "android/java/java_method.cc", | 1713       "android/java/java_method.cc", | 
| 1714       "android/java/java_method.h", | 1714       "android/java/java_method.h", | 
| 1715       "android/java/java_type.cc", | 1715       "android/java/java_type.cc", | 
| 1716       "android/java/java_type.h", | 1716       "android/java/java_type.h", | 
| 1717       "android/java/jni_helper.cc", | 1717       "android/java/jni_helper.cc", | 
| 1718       "android/java/jni_helper.h", | 1718       "android/java/jni_helper.h", | 
|  | 1719       "android/joystick_scroll_provider.cc", | 
|  | 1720       "android/joystick_scroll_provider.h", | 
| 1719       "android/load_url_params.cc", | 1721       "android/load_url_params.cc", | 
| 1720       "android/load_url_params.h", | 1722       "android/load_url_params.h", | 
| 1721       "android/overscroll_controller_android.cc", | 1723       "android/overscroll_controller_android.cc", | 
| 1722       "android/overscroll_controller_android.h", | 1724       "android/overscroll_controller_android.h", | 
| 1723       "android/synchronous_compositor_browser_filter.cc", | 1725       "android/synchronous_compositor_browser_filter.cc", | 
| 1724       "android/synchronous_compositor_browser_filter.h", | 1726       "android/synchronous_compositor_browser_filter.h", | 
| 1725       "android/synchronous_compositor_host.cc", | 1727       "android/synchronous_compositor_host.cc", | 
| 1726       "android/synchronous_compositor_host.h", | 1728       "android/synchronous_compositor_host.h", | 
| 1727       "android/tracing_controller_android.cc", | 1729       "android/tracing_controller_android.cc", | 
| 1728       "android/tracing_controller_android.h", | 1730       "android/tracing_controller_android.h", | 
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1973   if (!is_component_build) { | 1975   if (!is_component_build) { | 
| 1974     public_deps = [ | 1976     public_deps = [ | 
| 1975       ":browser", | 1977       ":browser", | 
| 1976     ] | 1978     ] | 
| 1977   } else { | 1979   } else { | 
| 1978     public_deps = [ | 1980     public_deps = [ | 
| 1979       "//third_party/leveldatabase", | 1981       "//third_party/leveldatabase", | 
| 1980     ] | 1982     ] | 
| 1981   } | 1983   } | 
| 1982 } | 1984 } | 
| OLD | NEW | 
|---|