| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 "appcache/appcache_histograms.cc", | 265 "appcache/appcache_histograms.cc", |
| 266 "appcache/appcache_histograms.h", | 266 "appcache/appcache_histograms.h", |
| 267 "appcache/appcache_host.cc", | 267 "appcache/appcache_host.cc", |
| 268 "appcache/appcache_host.h", | 268 "appcache/appcache_host.h", |
| 269 "appcache/appcache_interceptor.cc", | 269 "appcache/appcache_interceptor.cc", |
| 270 "appcache/appcache_interceptor.h", | 270 "appcache/appcache_interceptor.h", |
| 271 "appcache/appcache_internals_ui.cc", | 271 "appcache/appcache_internals_ui.cc", |
| 272 "appcache/appcache_internals_ui.h", | 272 "appcache/appcache_internals_ui.h", |
| 273 "appcache/appcache_manifest_parser.cc", | 273 "appcache/appcache_manifest_parser.cc", |
| 274 "appcache/appcache_manifest_parser.h", | 274 "appcache/appcache_manifest_parser.h", |
| 275 "appcache/appcache_navigation_handle.cc", |
| 276 "appcache/appcache_navigation_handle.h", |
| 277 "appcache/appcache_navigation_handle_core.cc", |
| 278 "appcache/appcache_navigation_handle_core.h", |
| 275 "appcache/appcache_policy.h", | 279 "appcache/appcache_policy.h", |
| 276 "appcache/appcache_quota_client.cc", | 280 "appcache/appcache_quota_client.cc", |
| 277 "appcache/appcache_quota_client.h", | 281 "appcache/appcache_quota_client.h", |
| 278 "appcache/appcache_request_handler.cc", | 282 "appcache/appcache_request_handler.cc", |
| 279 "appcache/appcache_request_handler.h", | 283 "appcache/appcache_request_handler.h", |
| 280 "appcache/appcache_response.cc", | 284 "appcache/appcache_response.cc", |
| 281 "appcache/appcache_response.h", | 285 "appcache/appcache_response.h", |
| 282 "appcache/appcache_service_impl.cc", | 286 "appcache/appcache_service_impl.cc", |
| 283 "appcache/appcache_service_impl.h", | 287 "appcache/appcache_service_impl.h", |
| 284 "appcache/appcache_storage.cc", | 288 "appcache/appcache_storage.cc", |
| (...skipping 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1981 if (!is_component_build) { | 1985 if (!is_component_build) { |
| 1982 public_deps = [ | 1986 public_deps = [ |
| 1983 ":browser", | 1987 ":browser", |
| 1984 ] | 1988 ] |
| 1985 } else { | 1989 } else { |
| 1986 public_deps = [ | 1990 public_deps = [ |
| 1987 "//third_party/leveldatabase", | 1991 "//third_party/leveldatabase", |
| 1988 ] | 1992 ] |
| 1989 } | 1993 } |
| 1990 } | 1994 } |
| OLD | NEW |