| 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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 "appcache/appcache_url_loader_request.cc", | 342 "appcache/appcache_url_loader_request.cc", |
| 343 "appcache/appcache_url_loader_request.h", | 343 "appcache/appcache_url_loader_request.h", |
| 344 "appcache/appcache_url_request.cc", | 344 "appcache/appcache_url_request.cc", |
| 345 "appcache/appcache_url_request.h", | 345 "appcache/appcache_url_request.h", |
| 346 "appcache/appcache_url_request_job.cc", | 346 "appcache/appcache_url_request_job.cc", |
| 347 "appcache/appcache_url_request_job.h", | 347 "appcache/appcache_url_request_job.h", |
| 348 "appcache/appcache_working_set.cc", | 348 "appcache/appcache_working_set.cc", |
| 349 "appcache/appcache_working_set.h", | 349 "appcache/appcache_working_set.h", |
| 350 "appcache/chrome_appcache_service.cc", | 350 "appcache/chrome_appcache_service.cc", |
| 351 "appcache/chrome_appcache_service.h", | 351 "appcache/chrome_appcache_service.h", |
| 352 "audio_manager_thread.cc", | |
| 353 "audio_manager_thread.h", | |
| 354 "background_fetch/background_fetch_context.cc", | 352 "background_fetch/background_fetch_context.cc", |
| 355 "background_fetch/background_fetch_context.h", | 353 "background_fetch/background_fetch_context.h", |
| 356 "background_fetch/background_fetch_cross_origin_filter.cc", | 354 "background_fetch/background_fetch_cross_origin_filter.cc", |
| 357 "background_fetch/background_fetch_cross_origin_filter.h", | 355 "background_fetch/background_fetch_cross_origin_filter.h", |
| 358 "background_fetch/background_fetch_data_manager.cc", | 356 "background_fetch/background_fetch_data_manager.cc", |
| 359 "background_fetch/background_fetch_data_manager.h", | 357 "background_fetch/background_fetch_data_manager.h", |
| 360 "background_fetch/background_fetch_event_dispatcher.cc", | 358 "background_fetch/background_fetch_event_dispatcher.cc", |
| 361 "background_fetch/background_fetch_event_dispatcher.h", | 359 "background_fetch/background_fetch_event_dispatcher.h", |
| 362 "background_fetch/background_fetch_job_controller.cc", | 360 "background_fetch/background_fetch_job_controller.cc", |
| 363 "background_fetch/background_fetch_job_controller.h", | 361 "background_fetch/background_fetch_job_controller.h", |
| (...skipping 1771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2135 if (!is_component_build) { | 2133 if (!is_component_build) { |
| 2136 public_deps = [ | 2134 public_deps = [ |
| 2137 ":browser", | 2135 ":browser", |
| 2138 ] | 2136 ] |
| 2139 } else { | 2137 } else { |
| 2140 public_deps = [ | 2138 public_deps = [ |
| 2141 "//third_party/leveldatabase", | 2139 "//third_party/leveldatabase", |
| 2142 ] | 2140 ] |
| 2143 } | 2141 } |
| 2144 } | 2142 } |
| OLD | NEW |