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

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

Issue 2826303003: Let selection events bypass ContentViewCore (Closed)
Patch Set: call Initialize() Created 3 years, 8 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("//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 1814 matching lines...) Expand 10 before | Expand all | Expand 10 after
1825 "android/java/java_type.cc", 1825 "android/java/java_type.cc",
1826 "android/java/java_type.h", 1826 "android/java/java_type.h",
1827 "android/java/jni_helper.cc", 1827 "android/java/jni_helper.cc",
1828 "android/java/jni_helper.h", 1828 "android/java/jni_helper.h",
1829 "android/load_url_params.cc", 1829 "android/load_url_params.cc",
1830 "android/load_url_params.h", 1830 "android/load_url_params.h",
1831 "android/overscroll_controller_android.cc", 1831 "android/overscroll_controller_android.cc",
1832 "android/overscroll_controller_android.h", 1832 "android/overscroll_controller_android.h",
1833 "android/render_widget_host_connector.cc", 1833 "android/render_widget_host_connector.cc",
1834 "android/render_widget_host_connector.h", 1834 "android/render_widget_host_connector.h",
1835 "android/selection_popup_controller.cc",
1836 "android/selection_popup_controller.h",
1835 "android/synchronous_compositor_browser_filter.cc", 1837 "android/synchronous_compositor_browser_filter.cc",
1836 "android/synchronous_compositor_browser_filter.h", 1838 "android/synchronous_compositor_browser_filter.h",
1837 "android/synchronous_compositor_host.cc", 1839 "android/synchronous_compositor_host.cc",
1838 "android/synchronous_compositor_host.h", 1840 "android/synchronous_compositor_host.h",
1839 "android/tracing_controller_android.cc", 1841 "android/tracing_controller_android.cc",
1840 "android/tracing_controller_android.h", 1842 "android/tracing_controller_android.h",
1841 "android/web_contents_observer_proxy.cc", 1843 "android/web_contents_observer_proxy.cc",
1842 "android/web_contents_observer_proxy.h", 1844 "android/web_contents_observer_proxy.h",
1843 "frame_host/render_frame_host_android.cc", 1845 "frame_host/render_frame_host_android.cc",
1844 "frame_host/render_frame_host_android.h", 1846 "frame_host/render_frame_host_android.h",
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
2069 if (!is_component_build) { 2071 if (!is_component_build) {
2070 public_deps = [ 2072 public_deps = [
2071 ":browser", 2073 ":browser",
2072 ] 2074 ]
2073 } else { 2075 } else {
2074 public_deps = [ 2076 public_deps = [
2075 "//third_party/leveldatabase", 2077 "//third_party/leveldatabase",
2076 ] 2078 ]
2077 } 2079 }
2078 } 2080 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698