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

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

Issue 2931443003: Add support for Android spellcheck menu in Chrome/WebViews (Closed)
Patch Set: Respond to latest comments 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
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 1872 matching lines...) Expand 10 before | Expand all | Expand 10 after
2184 if (!is_component_build) { 2188 if (!is_component_build) {
2185 public_deps = [ 2189 public_deps = [
2186 ":browser", 2190 ":browser",
2187 ] 2191 ]
2188 } else { 2192 } else {
2189 public_deps = [ 2193 public_deps = [
2190 "//third_party/leveldatabase", 2194 "//third_party/leveldatabase",
2191 ] 2195 ]
2192 } 2196 }
2193 } 2197 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698