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

Unified Diff: build/split_link_partition.py

Issue 16091011: 2nd try: Split webkit_storage target into webkit_storage_{browser,common,renderer} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: splint_link fix Created 7 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 side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698