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/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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 "android/gpu_process_callback.cc", | 286 "android/gpu_process_callback.cc", |
287 "android/gpu_process_callback.h", | 287 "android/gpu_process_callback.h", |
288 "android/java_interfaces_impl.cc", | 288 "android/java_interfaces_impl.cc", |
289 "android/java_interfaces_impl.h", | 289 "android/java_interfaces_impl.h", |
290 "android/launcher_thread.cc", | 290 "android/launcher_thread.cc", |
291 "android/launcher_thread.h", | 291 "android/launcher_thread.h", |
292 "android/scoped_surface_request_manager.cc", | 292 "android/scoped_surface_request_manager.cc", |
293 "android/scoped_surface_request_manager.h", | 293 "android/scoped_surface_request_manager.h", |
294 "android/string_message_codec.cc", | 294 "android/string_message_codec.cc", |
295 "android/string_message_codec.h", | 295 "android/string_message_codec.h", |
| 296 "android/text_suggestion_host_android.cc", |
| 297 "android/text_suggestion_host_android.h", |
| 298 "android/text_suggestion_host_mojo_impl_android.cc", |
| 299 "android/text_suggestion_host_mojo_impl_android.h", |
296 "android/url_request_content_job.cc", | 300 "android/url_request_content_job.cc", |
297 "android/url_request_content_job.h", | 301 "android/url_request_content_job.h", |
298 "appcache/appcache.cc", | 302 "appcache/appcache.cc", |
299 "appcache/appcache.h", | 303 "appcache/appcache.h", |
300 "appcache/appcache_backend_impl.cc", | 304 "appcache/appcache_backend_impl.cc", |
301 "appcache/appcache_backend_impl.h", | 305 "appcache/appcache_backend_impl.h", |
302 "appcache/appcache_database.cc", | 306 "appcache/appcache_database.cc", |
303 "appcache/appcache_database.h", | 307 "appcache/appcache_database.h", |
304 "appcache/appcache_disk_cache.cc", | 308 "appcache/appcache_disk_cache.cc", |
305 "appcache/appcache_disk_cache.h", | 309 "appcache/appcache_disk_cache.h", |
(...skipping 1844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2150 if (!is_component_build) { | 2154 if (!is_component_build) { |
2151 public_deps = [ | 2155 public_deps = [ |
2152 ":browser", | 2156 ":browser", |
2153 ] | 2157 ] |
2154 } else { | 2158 } else { |
2155 public_deps = [ | 2159 public_deps = [ |
2156 "//third_party/leveldatabase", | 2160 "//third_party/leveldatabase", |
2157 ] | 2161 ] |
2158 } | 2162 } |
2159 } | 2163 } |
OLD | NEW |