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

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

Issue 2931443003: Add support for Android spellcheck menu in Chrome/WebViews (Closed)
Patch Set: Respond to yosin@'s comments Created 3 years, 6 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 "android/gpu_process_callback.cc", 283 "android/gpu_process_callback.cc",
284 "android/gpu_process_callback.h", 284 "android/gpu_process_callback.h",
285 "android/java_interfaces_impl.cc", 285 "android/java_interfaces_impl.cc",
286 "android/java_interfaces_impl.h", 286 "android/java_interfaces_impl.h",
287 "android/launcher_thread.cc", 287 "android/launcher_thread.cc",
288 "android/launcher_thread.h", 288 "android/launcher_thread.h",
289 "android/scoped_surface_request_manager.cc", 289 "android/scoped_surface_request_manager.cc",
290 "android/scoped_surface_request_manager.h", 290 "android/scoped_surface_request_manager.h",
291 "android/string_message_codec.cc", 291 "android/string_message_codec.cc",
292 "android/string_message_codec.h", 292 "android/string_message_codec.h",
293 "android/text_suggestion_host_impl.cc",
294 "android/text_suggestion_host_impl.h",
293 "android/url_request_content_job.cc", 295 "android/url_request_content_job.cc",
294 "android/url_request_content_job.h", 296 "android/url_request_content_job.h",
295 "appcache/appcache.cc", 297 "appcache/appcache.cc",
296 "appcache/appcache.h", 298 "appcache/appcache.h",
297 "appcache/appcache_backend_impl.cc", 299 "appcache/appcache_backend_impl.cc",
298 "appcache/appcache_backend_impl.h", 300 "appcache/appcache_backend_impl.h",
299 "appcache/appcache_database.cc", 301 "appcache/appcache_database.cc",
300 "appcache/appcache_database.h", 302 "appcache/appcache_database.h",
301 "appcache/appcache_disk_cache.cc", 303 "appcache/appcache_disk_cache.cc",
302 "appcache/appcache_disk_cache.h", 304 "appcache/appcache_disk_cache.h",
(...skipping 1840 matching lines...) Expand 10 before | Expand all | Expand 10 after
2143 if (!is_component_build) { 2145 if (!is_component_build) {
2144 public_deps = [ 2146 public_deps = [
2145 ":browser", 2147 ":browser",
2146 ] 2148 ]
2147 } else { 2149 } else {
2148 public_deps = [ 2150 public_deps = [
2149 "//third_party/leveldatabase", 2151 "//third_party/leveldatabase",
2150 ] 2152 ]
2151 } 2153 }
2152 } 2154 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698