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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 "appcache/appcache_internals_ui.h", | 302 "appcache/appcache_internals_ui.h", |
303 "appcache/appcache_manifest_parser.cc", | 303 "appcache/appcache_manifest_parser.cc", |
304 "appcache/appcache_manifest_parser.h", | 304 "appcache/appcache_manifest_parser.h", |
305 "appcache/appcache_navigation_handle.cc", | 305 "appcache/appcache_navigation_handle.cc", |
306 "appcache/appcache_navigation_handle.h", | 306 "appcache/appcache_navigation_handle.h", |
307 "appcache/appcache_navigation_handle_core.cc", | 307 "appcache/appcache_navigation_handle_core.cc", |
308 "appcache/appcache_navigation_handle_core.h", | 308 "appcache/appcache_navigation_handle_core.h", |
309 "appcache/appcache_policy.h", | 309 "appcache/appcache_policy.h", |
310 "appcache/appcache_quota_client.cc", | 310 "appcache/appcache_quota_client.cc", |
311 "appcache/appcache_quota_client.h", | 311 "appcache/appcache_quota_client.h", |
| 312 "appcache/appcache_request.cc", |
| 313 "appcache/appcache_request.h", |
312 "appcache/appcache_request_handler.cc", | 314 "appcache/appcache_request_handler.cc", |
313 "appcache/appcache_request_handler.h", | 315 "appcache/appcache_request_handler.h", |
| 316 "appcache/appcache_resource_request.cc", |
| 317 "appcache/appcache_resource_request.h", |
314 "appcache/appcache_response.cc", | 318 "appcache/appcache_response.cc", |
315 "appcache/appcache_response.h", | 319 "appcache/appcache_response.h", |
316 "appcache/appcache_service_impl.cc", | 320 "appcache/appcache_service_impl.cc", |
317 "appcache/appcache_service_impl.h", | 321 "appcache/appcache_service_impl.h", |
318 "appcache/appcache_storage.cc", | 322 "appcache/appcache_storage.cc", |
319 "appcache/appcache_storage.h", | 323 "appcache/appcache_storage.h", |
320 "appcache/appcache_storage_impl.cc", | 324 "appcache/appcache_storage_impl.cc", |
321 "appcache/appcache_storage_impl.h", | 325 "appcache/appcache_storage_impl.h", |
322 "appcache/appcache_update_job.cc", | 326 "appcache/appcache_update_job.cc", |
323 "appcache/appcache_update_job.h", | 327 "appcache/appcache_update_job.h", |
| 328 "appcache/appcache_url_request.cc", |
| 329 "appcache/appcache_url_request.h", |
324 "appcache/appcache_url_request_job.cc", | 330 "appcache/appcache_url_request_job.cc", |
325 "appcache/appcache_url_request_job.h", | 331 "appcache/appcache_url_request_job.h", |
326 "appcache/appcache_working_set.cc", | 332 "appcache/appcache_working_set.cc", |
327 "appcache/appcache_working_set.h", | 333 "appcache/appcache_working_set.h", |
328 "appcache/chrome_appcache_service.cc", | 334 "appcache/chrome_appcache_service.cc", |
329 "appcache/chrome_appcache_service.h", | 335 "appcache/chrome_appcache_service.h", |
330 "audio_manager_thread.cc", | 336 "audio_manager_thread.cc", |
331 "audio_manager_thread.h", | 337 "audio_manager_thread.h", |
332 "background_fetch/background_fetch_context.cc", | 338 "background_fetch/background_fetch_context.cc", |
333 "background_fetch/background_fetch_context.h", | 339 "background_fetch/background_fetch_context.h", |
(...skipping 1737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2071 if (!is_component_build) { | 2077 if (!is_component_build) { |
2072 public_deps = [ | 2078 public_deps = [ |
2073 ":browser", | 2079 ":browser", |
2074 ] | 2080 ] |
2075 } else { | 2081 } else { |
2076 public_deps = [ | 2082 public_deps = [ |
2077 "//third_party/leveldatabase", | 2083 "//third_party/leveldatabase", |
2078 ] | 2084 ] |
2079 } | 2085 } |
2080 } | 2086 } |
OLD | NEW |