Chromium Code Reviews| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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", | |
|
rlanday
2017/06/07 20:27:45
Should these be in the in_android() selection of t
| |
| 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 1846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2149 if (!is_component_build) { | 2151 if (!is_component_build) { |
| 2150 public_deps = [ | 2152 public_deps = [ |
| 2151 ":browser", | 2153 ":browser", |
| 2152 ] | 2154 ] |
| 2153 } else { | 2155 } else { |
| 2154 public_deps = [ | 2156 public_deps = [ |
| 2155 "//third_party/leveldatabase", | 2157 "//third_party/leveldatabase", |
| 2156 ] | 2158 ] |
| 2157 } | 2159 } |
| 2158 } | 2160 } |
| OLD | NEW |