| 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 "appcache/appcache_internals_ui.cc", | 313 "appcache/appcache_internals_ui.cc", |
| 314 "appcache/appcache_internals_ui.h", | 314 "appcache/appcache_internals_ui.h", |
| 315 "appcache/appcache_job.cc", | 315 "appcache/appcache_job.cc", |
| 316 "appcache/appcache_job.h", | 316 "appcache/appcache_job.h", |
| 317 "appcache/appcache_manifest_parser.cc", | 317 "appcache/appcache_manifest_parser.cc", |
| 318 "appcache/appcache_manifest_parser.h", | 318 "appcache/appcache_manifest_parser.h", |
| 319 "appcache/appcache_navigation_handle.cc", | 319 "appcache/appcache_navigation_handle.cc", |
| 320 "appcache/appcache_navigation_handle.h", | 320 "appcache/appcache_navigation_handle.h", |
| 321 "appcache/appcache_navigation_handle_core.cc", | 321 "appcache/appcache_navigation_handle_core.cc", |
| 322 "appcache/appcache_navigation_handle_core.h", | 322 "appcache/appcache_navigation_handle_core.h", |
| 323 "appcache/appcache_network_service_handler.cc", |
| 324 "appcache/appcache_network_service_handler.h", |
| 323 "appcache/appcache_policy.h", | 325 "appcache/appcache_policy.h", |
| 324 "appcache/appcache_quota_client.cc", | 326 "appcache/appcache_quota_client.cc", |
| 325 "appcache/appcache_quota_client.h", | 327 "appcache/appcache_quota_client.h", |
| 326 "appcache/appcache_request.cc", | 328 "appcache/appcache_request.cc", |
| 327 "appcache/appcache_request.h", | 329 "appcache/appcache_request.h", |
| 328 "appcache/appcache_request_handler.cc", | 330 "appcache/appcache_request_handler.cc", |
| 329 "appcache/appcache_request_handler.h", | 331 "appcache/appcache_request_handler.h", |
| 330 "appcache/appcache_response.cc", | 332 "appcache/appcache_response.cc", |
| 331 "appcache/appcache_response.h", | 333 "appcache/appcache_response.h", |
| 332 "appcache/appcache_service_impl.cc", | 334 "appcache/appcache_service_impl.cc", |
| (...skipping 1802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2135 if (!is_component_build) { | 2137 if (!is_component_build) { |
| 2136 public_deps = [ | 2138 public_deps = [ |
| 2137 ":browser", | 2139 ":browser", |
| 2138 ] | 2140 ] |
| 2139 } else { | 2141 } else { |
| 2140 public_deps = [ | 2142 public_deps = [ |
| 2141 "//third_party/leveldatabase", | 2143 "//third_party/leveldatabase", |
| 2142 ] | 2144 ] |
| 2143 } | 2145 } |
| 2144 } | 2146 } |
| OLD | NEW |