Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Side by Side Diff: content/browser/BUILD.gn

Issue 2501343003: PlzNavigate: AppCache support. (Closed)
Patch Set: Rebase to tip correctly Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 1690 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 if (!is_component_build) { 1979 if (!is_component_build) {
1976 public_deps = [ 1980 public_deps = [
1977 ":browser", 1981 ":browser",
1978 ] 1982 ]
1979 } else { 1983 } else {
1980 public_deps = [ 1984 public_deps = [
1981 "//third_party/leveldatabase", 1985 "//third_party/leveldatabase",
1982 ] 1986 ]
1983 } 1987 }
1984 } 1988 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/appcache/appcache_backend_impl.h » ('j') | content/browser/appcache/appcache_backend_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698