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

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

Issue 2708613002: Add EventForwarder for routing touch events (Closed)
Patch Set: - Created 3 years, 10 months 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
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 1723 matching lines...) Expand 10 before | Expand all | Expand 10 after
1734 "android/composited_touch_handle_drawable.h", 1734 "android/composited_touch_handle_drawable.h",
1735 "android/content_view_core_impl.cc", 1735 "android/content_view_core_impl.cc",
1736 "android/content_view_core_impl.h", 1736 "android/content_view_core_impl.h",
1737 "android/content_view_core_impl_observer.h", 1737 "android/content_view_core_impl_observer.h",
1738 "android/content_view_render_view.cc", 1738 "android/content_view_render_view.cc",
1739 "android/content_view_render_view.h", 1739 "android/content_view_render_view.h",
1740 "android/content_view_statics.cc", 1740 "android/content_view_statics.cc",
1741 "android/content_view_statics.h", 1741 "android/content_view_statics.h",
1742 "android/date_time_chooser_android.cc", 1742 "android/date_time_chooser_android.cc",
1743 "android/date_time_chooser_android.h", 1743 "android/date_time_chooser_android.h",
1744 "android/event_forwarder_impl.cc",
1745 "android/event_forwarder_impl.h",
1744 "android/gesture_event_type.h", 1746 "android/gesture_event_type.h",
1745 "android/interstitial_page_delegate_android.cc", 1747 "android/interstitial_page_delegate_android.cc",
1746 "android/interstitial_page_delegate_android.h", 1748 "android/interstitial_page_delegate_android.h",
1747 "android/java/gin_java_bound_object.cc", 1749 "android/java/gin_java_bound_object.cc",
1748 "android/java/gin_java_bound_object.h", 1750 "android/java/gin_java_bound_object.h",
1749 "android/java/gin_java_bound_object_delegate.cc", 1751 "android/java/gin_java_bound_object_delegate.cc",
1750 "android/java/gin_java_bound_object_delegate.h", 1752 "android/java/gin_java_bound_object_delegate.h",
1751 "android/java/gin_java_bridge_dispatcher_host.cc", 1753 "android/java/gin_java_bridge_dispatcher_host.cc",
1752 "android/java/gin_java_bridge_dispatcher_host.h", 1754 "android/java/gin_java_bridge_dispatcher_host.h",
1753 "android/java/gin_java_bridge_message_filter.cc", 1755 "android/java/gin_java_bridge_message_filter.cc",
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
2015 if (!is_component_build) { 2017 if (!is_component_build) {
2016 public_deps = [ 2018 public_deps = [
2017 ":browser", 2019 ":browser",
2018 ] 2020 ]
2019 } else { 2021 } else {
2020 public_deps = [ 2022 public_deps = [
2021 "//third_party/leveldatabase", 2023 "//third_party/leveldatabase",
2022 ] 2024 ]
2023 } 2025 }
2024 } 2026 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698