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

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

Issue 2740103006: Implement SmartText selection. (Closed)
Patch Set: Addressed some comments Created 3 years, 9 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 1758 matching lines...) Expand 10 before | Expand all | Expand 10 after
1769 "accessibility/browser_accessibility_manager_android.h", 1769 "accessibility/browser_accessibility_manager_android.h",
1770 "android/composited_touch_handle_drawable.cc", 1770 "android/composited_touch_handle_drawable.cc",
1771 "android/composited_touch_handle_drawable.h", 1771 "android/composited_touch_handle_drawable.h",
1772 "android/content_view_core_impl.cc", 1772 "android/content_view_core_impl.cc",
1773 "android/content_view_core_impl.h", 1773 "android/content_view_core_impl.h",
1774 "android/content_view_core_impl_observer.h", 1774 "android/content_view_core_impl_observer.h",
1775 "android/content_view_render_view.cc", 1775 "android/content_view_render_view.cc",
1776 "android/content_view_render_view.h", 1776 "android/content_view_render_view.h",
1777 "android/content_view_statics.cc", 1777 "android/content_view_statics.cc",
1778 "android/content_view_statics.h", 1778 "android/content_view_statics.h",
1779 "android/context_selection_client.cc",
1780 "android/context_selection_client.h",
1779 "android/date_time_chooser_android.cc", 1781 "android/date_time_chooser_android.cc",
1780 "android/date_time_chooser_android.h", 1782 "android/date_time_chooser_android.h",
1781 "android/gesture_event_type.h", 1783 "android/gesture_event_type.h",
1782 "android/interstitial_page_delegate_android.cc", 1784 "android/interstitial_page_delegate_android.cc",
1783 "android/interstitial_page_delegate_android.h", 1785 "android/interstitial_page_delegate_android.h",
1784 "android/java/gin_java_bound_object.cc", 1786 "android/java/gin_java_bound_object.cc",
1785 "android/java/gin_java_bound_object.h", 1787 "android/java/gin_java_bound_object.h",
1786 "android/java/gin_java_bound_object_delegate.cc", 1788 "android/java/gin_java_bound_object_delegate.cc",
1787 "android/java/gin_java_bound_object_delegate.h", 1789 "android/java/gin_java_bound_object_delegate.h",
1788 "android/java/gin_java_bridge_dispatcher_host.cc", 1790 "android/java/gin_java_bridge_dispatcher_host.cc",
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
2052 if (!is_component_build) { 2054 if (!is_component_build) {
2053 public_deps = [ 2055 public_deps = [
2054 ":browser", 2056 ":browser",
2055 ] 2057 ]
2056 } else { 2058 } else {
2057 public_deps = [ 2059 public_deps = [
2058 "//third_party/leveldatabase", 2060 "//third_party/leveldatabase",
2059 ] 2061 ]
2060 } 2062 }
2061 } 2063 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698