Index: build/split_link_partition.py |
diff --git a/build/split_link_partition.py b/build/split_link_partition.py |
index 2e3c0d619ba4ab8d77cfa4c4b5494c40e1be6c60..ac7c2c6ecdd57b1b5ebc0f573a05c55c3a64d462 100644 |
--- a/build/split_link_partition.py |
+++ b/build/split_link_partition.py |
@@ -171,11 +171,11 @@ |
(r'\bui\.lib$', r'ui_base_switches\.obj$'), |
(r'webkit.*plugins_common\.lib$', r'plugin_switches\.obj$'), |
(r'webkit.*plugins_common\.lib$', r'plugin_constants'), |
- (r'webkit.*storage\.lib$', r'appcache_interfaces\.obj$'), |
- (r'webkit.*storage\.lib$', r'database_tracker\.obj$'), |
- (r'webkit.*storage\.lib$', r'database_util\.obj$'), |
- (r'webkit.*storage\.lib$', r'file_permission_policy\.obj$'), |
- (r'webkit.*storage\.lib$', r'file_system_task_runners\.obj$'), |
+ (r'webkit.*storage_common\.lib$', r'appcache_interfaces\.obj$'), |
+ (r'webkit.*storage_browser\.lib$', r'database_tracker\.obj$'), |
+ (r'webkit.*storage_browser\.lib$', r'database_util\.obj$'), |
+ (r'webkit.*storage_browser\.lib$', r'file_permission_policy\.obj$'), |
+ (r'webkit.*storage_browser\.lib$', r'file_system_task_runners\.obj$'), |
], |
# This manifest will be merged with the intermediate one from the linker, |