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

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

Issue 2650113004: [WIP] Add support for Android SuggestionSpans when editing text (Closed)
Patch Set: Uploading the latest version from my repo so I can reference it Created 3 years, 7 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "android/gpu_process_callback.cc", 265 "android/gpu_process_callback.cc",
266 "android/gpu_process_callback.h", 266 "android/gpu_process_callback.h",
267 "android/java_interfaces_impl.cc", 267 "android/java_interfaces_impl.cc",
268 "android/java_interfaces_impl.h", 268 "android/java_interfaces_impl.h",
269 "android/launcher_thread.cc", 269 "android/launcher_thread.cc",
270 "android/launcher_thread.h", 270 "android/launcher_thread.h",
271 "android/scoped_surface_request_manager.cc", 271 "android/scoped_surface_request_manager.cc",
272 "android/scoped_surface_request_manager.h", 272 "android/scoped_surface_request_manager.h",
273 "android/string_message_codec.cc", 273 "android/string_message_codec.cc",
274 "android/string_message_codec.h", 274 "android/string_message_codec.h",
275 "android/text_suggestion_host_impl.cc",
276 "android/text_suggestion_host_impl.h",
275 "android/url_request_content_job.cc", 277 "android/url_request_content_job.cc",
276 "android/url_request_content_job.h", 278 "android/url_request_content_job.h",
277 "appcache/appcache.cc", 279 "appcache/appcache.cc",
278 "appcache/appcache.h", 280 "appcache/appcache.h",
279 "appcache/appcache_backend_impl.cc", 281 "appcache/appcache_backend_impl.cc",
280 "appcache/appcache_backend_impl.h", 282 "appcache/appcache_backend_impl.h",
281 "appcache/appcache_database.cc", 283 "appcache/appcache_database.cc",
282 "appcache/appcache_database.h", 284 "appcache/appcache_database.h",
283 "appcache/appcache_disk_cache.cc", 285 "appcache/appcache_disk_cache.cc",
284 "appcache/appcache_disk_cache.h", 286 "appcache/appcache_disk_cache.h",
(...skipping 1769 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
« no previous file with comments | « chrome/browser/chrome_content_browser_manifest_overlay.json ('k') | content/browser/android/ime_adapter_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698