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

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

Issue 2501343003: PlzNavigate: AppCache support. (Closed)
Patch Set: Address review comments 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
« no previous file with comments | « no previous file | content/browser/appcache/appcache_backend_impl.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 "appcache/appcache_histograms.cc", 263 "appcache/appcache_histograms.cc",
264 "appcache/appcache_histograms.h", 264 "appcache/appcache_histograms.h",
265 "appcache/appcache_host.cc", 265 "appcache/appcache_host.cc",
266 "appcache/appcache_host.h", 266 "appcache/appcache_host.h",
267 "appcache/appcache_interceptor.cc", 267 "appcache/appcache_interceptor.cc",
268 "appcache/appcache_interceptor.h", 268 "appcache/appcache_interceptor.h",
269 "appcache/appcache_internals_ui.cc", 269 "appcache/appcache_internals_ui.cc",
270 "appcache/appcache_internals_ui.h", 270 "appcache/appcache_internals_ui.h",
271 "appcache/appcache_manifest_parser.cc", 271 "appcache/appcache_manifest_parser.cc",
272 "appcache/appcache_manifest_parser.h", 272 "appcache/appcache_manifest_parser.h",
273 "appcache/appcache_navigation_handle.cc",
274 "appcache/appcache_navigation_handle.h",
275 "appcache/appcache_navigation_handle_core.cc",
276 "appcache/appcache_navigation_handle_core.h",
273 "appcache/appcache_policy.h", 277 "appcache/appcache_policy.h",
274 "appcache/appcache_quota_client.cc", 278 "appcache/appcache_quota_client.cc",
275 "appcache/appcache_quota_client.h", 279 "appcache/appcache_quota_client.h",
276 "appcache/appcache_request_handler.cc", 280 "appcache/appcache_request_handler.cc",
277 "appcache/appcache_request_handler.h", 281 "appcache/appcache_request_handler.h",
278 "appcache/appcache_response.cc", 282 "appcache/appcache_response.cc",
279 "appcache/appcache_response.h", 283 "appcache/appcache_response.h",
280 "appcache/appcache_service_impl.cc", 284 "appcache/appcache_service_impl.cc",
281 "appcache/appcache_service_impl.h", 285 "appcache/appcache_service_impl.h",
282 "appcache/appcache_storage.cc", 286 "appcache/appcache_storage.cc",
(...skipping 1690 matching lines...) Expand 10 before | Expand all | Expand 10 after
1973 if (!is_component_build) { 1977 if (!is_component_build) {
1974 public_deps = [ 1978 public_deps = [
1975 ":browser", 1979 ":browser",
1976 ] 1980 ]
1977 } else { 1981 } else {
1978 public_deps = [ 1982 public_deps = [
1979 "//third_party/leveldatabase", 1983 "//third_party/leveldatabase",
1980 ] 1984 ]
1981 } 1985 }
1982 } 1986 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/appcache/appcache_backend_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698