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

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

Issue 2891443002: Keep subdomains of an isolated origin in the isolated origin's SiteInstance. (Closed)
Patch Set: More cleanup Created 3 years, 6 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
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 838 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 "indexed_db/leveldb/leveldb_iterator.h", 849 "indexed_db/leveldb/leveldb_iterator.h",
850 "indexed_db/leveldb/leveldb_iterator_impl.cc", 850 "indexed_db/leveldb/leveldb_iterator_impl.cc",
851 "indexed_db/leveldb/leveldb_iterator_impl.h", 851 "indexed_db/leveldb/leveldb_iterator_impl.h",
852 "indexed_db/leveldb/leveldb_transaction.cc", 852 "indexed_db/leveldb/leveldb_transaction.cc",
853 "indexed_db/leveldb/leveldb_transaction.h", 853 "indexed_db/leveldb/leveldb_transaction.h",
854 "indexed_db/leveldb/leveldb_write_batch.cc", 854 "indexed_db/leveldb/leveldb_write_batch.cc",
855 "indexed_db/leveldb/leveldb_write_batch.h", 855 "indexed_db/leveldb/leveldb_write_batch.h",
856 "indexed_db/list_set.h", 856 "indexed_db/list_set.h",
857 "installedapp/installed_app_provider_impl_default.cc", 857 "installedapp/installed_app_provider_impl_default.cc",
858 "installedapp/installed_app_provider_impl_default.h", 858 "installedapp/installed_app_provider_impl_default.h",
859 "isolated_origin_util.cc",
860 "isolated_origin_util.h",
859 "keyboard_lock/keyboard_lock_service_impl.cc", 861 "keyboard_lock/keyboard_lock_service_impl.cc",
860 "keyboard_lock/keyboard_lock_service_impl.h", 862 "keyboard_lock/keyboard_lock_service_impl.h",
861 "leveldb_wrapper_impl.cc", 863 "leveldb_wrapper_impl.cc",
862 "leveldb_wrapper_impl.h", 864 "leveldb_wrapper_impl.h",
863 "loader/async_resource_handler.cc", 865 "loader/async_resource_handler.cc",
864 "loader/async_resource_handler.h", 866 "loader/async_resource_handler.h",
865 "loader/detachable_resource_handler.cc", 867 "loader/detachable_resource_handler.cc",
866 "loader/detachable_resource_handler.h", 868 "loader/detachable_resource_handler.h",
867 "loader/downloaded_temp_file_impl.cc", 869 "loader/downloaded_temp_file_impl.cc",
868 "loader/downloaded_temp_file_impl.h", 870 "loader/downloaded_temp_file_impl.h",
(...skipping 1282 matching lines...) Expand 10 before | Expand all | Expand 10 after
2151 if (!is_component_build) { 2153 if (!is_component_build) {
2152 public_deps = [ 2154 public_deps = [
2153 ":browser", 2155 ":browser",
2154 ] 2156 ]
2155 } else { 2157 } else {
2156 public_deps = [ 2158 public_deps = [
2157 "//third_party/leveldatabase", 2159 "//third_party/leveldatabase",
2158 ] 2160 ]
2159 } 2161 }
2160 } 2162 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698