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

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

Issue 2764683002: Remove stale-while-revalidate from content and chrome (Closed)
Patch Set: rebase Created 3 years, 9 months 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 | « chrome/browser/about_flags.cc ('k') | content/browser/loader/DEPS » ('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("//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 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
800 "indexed_db/leveldb/leveldb_transaction.cc", 800 "indexed_db/leveldb/leveldb_transaction.cc",
801 "indexed_db/leveldb/leveldb_transaction.h", 801 "indexed_db/leveldb/leveldb_transaction.h",
802 "indexed_db/leveldb/leveldb_write_batch.cc", 802 "indexed_db/leveldb/leveldb_write_batch.cc",
803 "indexed_db/leveldb/leveldb_write_batch.h", 803 "indexed_db/leveldb/leveldb_write_batch.h",
804 "installedapp/installed_app_provider_impl_default.cc", 804 "installedapp/installed_app_provider_impl_default.cc",
805 "installedapp/installed_app_provider_impl_default.h", 805 "installedapp/installed_app_provider_impl_default.h",
806 "leveldb_wrapper_impl.cc", 806 "leveldb_wrapper_impl.cc",
807 "leveldb_wrapper_impl.h", 807 "leveldb_wrapper_impl.h",
808 "loader/async_resource_handler.cc", 808 "loader/async_resource_handler.cc",
809 "loader/async_resource_handler.h", 809 "loader/async_resource_handler.h",
810 "loader/async_revalidation_driver.cc",
811 "loader/async_revalidation_driver.h",
812 "loader/async_revalidation_manager.cc",
813 "loader/async_revalidation_manager.h",
814 "loader/detachable_resource_handler.cc", 810 "loader/detachable_resource_handler.cc",
815 "loader/detachable_resource_handler.h", 811 "loader/detachable_resource_handler.h",
816 "loader/downloaded_temp_file_impl.cc", 812 "loader/downloaded_temp_file_impl.cc",
817 "loader/downloaded_temp_file_impl.h", 813 "loader/downloaded_temp_file_impl.h",
818 "loader/global_routing_id.h", 814 "loader/global_routing_id.h",
819 "loader/intercepting_resource_handler.cc", 815 "loader/intercepting_resource_handler.cc",
820 "loader/intercepting_resource_handler.h", 816 "loader/intercepting_resource_handler.h",
821 "loader/layered_resource_handler.cc", 817 "loader/layered_resource_handler.cc",
822 "loader/layered_resource_handler.h", 818 "loader/layered_resource_handler.h",
823 "loader/loader_delegate.h", 819 "loader/loader_delegate.h",
(...skipping 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after
2058 if (!is_component_build) { 2054 if (!is_component_build) {
2059 public_deps = [ 2055 public_deps = [
2060 ":browser", 2056 ":browser",
2061 ] 2057 ]
2062 } else { 2058 } else {
2063 public_deps = [ 2059 public_deps = [
2064 "//third_party/leveldatabase", 2060 "//third_party/leveldatabase",
2065 ] 2061 ]
2066 } 2062 }
2067 } 2063 }
OLDNEW
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/browser/loader/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698