| 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 "appcache/appcache_url_loader_request.cc", | 347 "appcache/appcache_url_loader_request.cc", |
| 348 "appcache/appcache_url_loader_request.h", | 348 "appcache/appcache_url_loader_request.h", |
| 349 "appcache/appcache_url_request.cc", | 349 "appcache/appcache_url_request.cc", |
| 350 "appcache/appcache_url_request.h", | 350 "appcache/appcache_url_request.h", |
| 351 "appcache/appcache_url_request_job.cc", | 351 "appcache/appcache_url_request_job.cc", |
| 352 "appcache/appcache_url_request_job.h", | 352 "appcache/appcache_url_request_job.h", |
| 353 "appcache/appcache_working_set.cc", | 353 "appcache/appcache_working_set.cc", |
| 354 "appcache/appcache_working_set.h", | 354 "appcache/appcache_working_set.h", |
| 355 "appcache/chrome_appcache_service.cc", | 355 "appcache/chrome_appcache_service.cc", |
| 356 "appcache/chrome_appcache_service.h", | 356 "appcache/chrome_appcache_service.h", |
| 357 "audio_manager_thread.cc", | |
| 358 "audio_manager_thread.h", | |
| 359 "background_fetch/background_fetch_context.cc", | 357 "background_fetch/background_fetch_context.cc", |
| 360 "background_fetch/background_fetch_context.h", | 358 "background_fetch/background_fetch_context.h", |
| 361 "background_fetch/background_fetch_cross_origin_filter.cc", | 359 "background_fetch/background_fetch_cross_origin_filter.cc", |
| 362 "background_fetch/background_fetch_cross_origin_filter.h", | 360 "background_fetch/background_fetch_cross_origin_filter.h", |
| 363 "background_fetch/background_fetch_data_manager.cc", | 361 "background_fetch/background_fetch_data_manager.cc", |
| 364 "background_fetch/background_fetch_data_manager.h", | 362 "background_fetch/background_fetch_data_manager.h", |
| 365 "background_fetch/background_fetch_event_dispatcher.cc", | 363 "background_fetch/background_fetch_event_dispatcher.cc", |
| 366 "background_fetch/background_fetch_event_dispatcher.h", | 364 "background_fetch/background_fetch_event_dispatcher.h", |
| 367 "background_fetch/background_fetch_job_controller.cc", | 365 "background_fetch/background_fetch_job_controller.cc", |
| 368 "background_fetch/background_fetch_job_controller.h", | 366 "background_fetch/background_fetch_job_controller.h", |
| (...skipping 1781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2150 if (!is_component_build) { | 2148 if (!is_component_build) { |
| 2151 public_deps = [ | 2149 public_deps = [ |
| 2152 ":browser", | 2150 ":browser", |
| 2153 ] | 2151 ] |
| 2154 } else { | 2152 } else { |
| 2155 public_deps = [ | 2153 public_deps = [ |
| 2156 "//third_party/leveldatabase", | 2154 "//third_party/leveldatabase", |
| 2157 ] | 2155 ] |
| 2158 } | 2156 } |
| 2159 } | 2157 } |
| OLD | NEW |