Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Side by Side Diff: content/browser/BUILD.gn

Issue 2548363007: Emulate Android joystick scroll with synthetic mouse wheel event (Closed)
Patch Set: Fixed tests Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | content/browser/android/browser_jni_registrar.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/android/browser_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698