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

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

Issue 2740103006: Implement SmartText selection. (Closed)
Patch Set: Made ~ContextSelectionClient() public and inlined SelectionPopupControler.unhideActionMode() 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 1761 matching lines...) Expand 10 before | Expand all | Expand 10 after
1772 "accessibility/browser_accessibility_manager_android.h", 1772 "accessibility/browser_accessibility_manager_android.h",
1773 "android/composited_touch_handle_drawable.cc", 1773 "android/composited_touch_handle_drawable.cc",
1774 "android/composited_touch_handle_drawable.h", 1774 "android/composited_touch_handle_drawable.h",
1775 "android/content_view_core_impl.cc", 1775 "android/content_view_core_impl.cc",
1776 "android/content_view_core_impl.h", 1776 "android/content_view_core_impl.h",
1777 "android/content_view_core_impl_observer.h", 1777 "android/content_view_core_impl_observer.h",
1778 "android/content_view_render_view.cc", 1778 "android/content_view_render_view.cc",
1779 "android/content_view_render_view.h", 1779 "android/content_view_render_view.h",
1780 "android/content_view_statics.cc", 1780 "android/content_view_statics.cc",
1781 "android/content_view_statics.h", 1781 "android/content_view_statics.h",
1782 "android/context_selection_client.cc",
1783 "android/context_selection_client.h",
1782 "android/date_time_chooser_android.cc", 1784 "android/date_time_chooser_android.cc",
1783 "android/date_time_chooser_android.h", 1785 "android/date_time_chooser_android.h",
1784 "android/gesture_event_type.h", 1786 "android/gesture_event_type.h",
1785 "android/interstitial_page_delegate_android.cc", 1787 "android/interstitial_page_delegate_android.cc",
1786 "android/interstitial_page_delegate_android.h", 1788 "android/interstitial_page_delegate_android.h",
1787 "android/java/gin_java_bound_object.cc", 1789 "android/java/gin_java_bound_object.cc",
1788 "android/java/gin_java_bound_object.h", 1790 "android/java/gin_java_bound_object.h",
1789 "android/java/gin_java_bound_object_delegate.cc", 1791 "android/java/gin_java_bound_object_delegate.cc",
1790 "android/java/gin_java_bound_object_delegate.h", 1792 "android/java/gin_java_bound_object_delegate.h",
1791 "android/java/gin_java_bridge_dispatcher_host.cc", 1793 "android/java/gin_java_bridge_dispatcher_host.cc",
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
2054 if (!is_component_build) { 2056 if (!is_component_build) {
2055 public_deps = [ 2057 public_deps = [
2056 ":browser", 2058 ":browser",
2057 ] 2059 ]
2058 } else { 2060 } else {
2059 public_deps = [ 2061 public_deps = [
2060 "//third_party/leveldatabase", 2062 "//third_party/leveldatabase",
2061 ] 2063 ]
2062 } 2064 }
2063 } 2065 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698