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 2931443003: Add support for Android spellcheck menu in Chrome/WebViews (Closed)
Patch Set: Simplify Mojo binding based on rockot@'s advice Created 3 years, 5 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
« no previous file with comments | « chrome/browser/chrome_content_browser_manifest_overlay.json ('k') | content/browser/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//gpu/vulkan/features.gni") 8 import("//gpu/vulkan/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 "android/gpu_process_callback.cc", 292 "android/gpu_process_callback.cc",
293 "android/gpu_process_callback.h", 293 "android/gpu_process_callback.h",
294 "android/java_interfaces_impl.cc", 294 "android/java_interfaces_impl.cc",
295 "android/java_interfaces_impl.h", 295 "android/java_interfaces_impl.h",
296 "android/launcher_thread.cc", 296 "android/launcher_thread.cc",
297 "android/launcher_thread.h", 297 "android/launcher_thread.h",
298 "android/scoped_surface_request_manager.cc", 298 "android/scoped_surface_request_manager.cc",
299 "android/scoped_surface_request_manager.h", 299 "android/scoped_surface_request_manager.h",
300 "android/string_message_codec.cc", 300 "android/string_message_codec.cc",
301 "android/string_message_codec.h", 301 "android/string_message_codec.h",
302 "android/text_suggestion_host_android.cc",
303 "android/text_suggestion_host_android.h",
304 "android/text_suggestion_host_mojo_impl_android.cc",
305 "android/text_suggestion_host_mojo_impl_android.h",
302 "android/url_request_content_job.cc", 306 "android/url_request_content_job.cc",
303 "android/url_request_content_job.h", 307 "android/url_request_content_job.h",
304 "appcache/appcache.cc", 308 "appcache/appcache.cc",
305 "appcache/appcache.h", 309 "appcache/appcache.h",
306 "appcache/appcache_backend_impl.cc", 310 "appcache/appcache_backend_impl.cc",
307 "appcache/appcache_backend_impl.h", 311 "appcache/appcache_backend_impl.h",
308 "appcache/appcache_database.cc", 312 "appcache/appcache_database.cc",
309 "appcache/appcache_database.h", 313 "appcache/appcache_database.h",
310 "appcache/appcache_disk_cache.cc", 314 "appcache/appcache_disk_cache.cc",
311 "appcache/appcache_disk_cache.h", 315 "appcache/appcache_disk_cache.h",
(...skipping 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after
2192 if (!is_component_build) { 2196 if (!is_component_build) {
2193 public_deps = [ 2197 public_deps = [
2194 ":browser", 2198 ":browser",
2195 ] 2199 ]
2196 } else { 2200 } else {
2197 public_deps = [ 2201 public_deps = [
2198 "//third_party/leveldatabase", 2202 "//third_party/leveldatabase",
2199 ] 2203 ]
2200 } 2204 }
2201 } 2205 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_manifest_overlay.json ('k') | content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698