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

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

Issue 2740103006: Implement SmartText selection. (Closed)
Patch Set: 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("//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 1738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1749 "accessibility/browser_accessibility_manager_android.h", 1749 "accessibility/browser_accessibility_manager_android.h",
1750 "android/composited_touch_handle_drawable.cc", 1750 "android/composited_touch_handle_drawable.cc",
1751 "android/composited_touch_handle_drawable.h", 1751 "android/composited_touch_handle_drawable.h",
1752 "android/content_view_core_impl.cc", 1752 "android/content_view_core_impl.cc",
1753 "android/content_view_core_impl.h", 1753 "android/content_view_core_impl.h",
1754 "android/content_view_core_impl_observer.h", 1754 "android/content_view_core_impl_observer.h",
1755 "android/content_view_render_view.cc", 1755 "android/content_view_render_view.cc",
1756 "android/content_view_render_view.h", 1756 "android/content_view_render_view.h",
1757 "android/content_view_statics.cc", 1757 "android/content_view_statics.cc",
1758 "android/content_view_statics.h", 1758 "android/content_view_statics.h",
1759 "android/context_selection_client.cc",
1760 "android/context_selection_client.h",
1759 "android/date_time_chooser_android.cc", 1761 "android/date_time_chooser_android.cc",
1760 "android/date_time_chooser_android.h", 1762 "android/date_time_chooser_android.h",
1761 "android/gesture_event_type.h", 1763 "android/gesture_event_type.h",
1762 "android/interstitial_page_delegate_android.cc", 1764 "android/interstitial_page_delegate_android.cc",
1763 "android/interstitial_page_delegate_android.h", 1765 "android/interstitial_page_delegate_android.h",
1764 "android/java/gin_java_bound_object.cc", 1766 "android/java/gin_java_bound_object.cc",
1765 "android/java/gin_java_bound_object.h", 1767 "android/java/gin_java_bound_object.h",
1766 "android/java/gin_java_bound_object_delegate.cc", 1768 "android/java/gin_java_bound_object_delegate.cc",
1767 "android/java/gin_java_bound_object_delegate.h", 1769 "android/java/gin_java_bound_object_delegate.h",
1768 "android/java/gin_java_bridge_dispatcher_host.cc", 1770 "android/java/gin_java_bridge_dispatcher_host.cc",
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
2032 if (!is_component_build) { 2034 if (!is_component_build) {
2033 public_deps = [ 2035 public_deps = [
2034 ":browser", 2036 ":browser",
2035 ] 2037 ]
2036 } else { 2038 } else {
2037 public_deps = [ 2039 public_deps = [
2038 "//third_party/leveldatabase", 2040 "//third_party/leveldatabase",
2039 ] 2041 ]
2040 } 2042 }
2041 } 2043 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698