OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |