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

Unified Diff: build/split_link_partition.py

Issue 15300017: Pull string constants into separate .cc for split dll build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix export 2 Created 7 years, 7 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
« no previous file with comments | « base/string_util_constants.cc ('k') | tools/win/split_link/split_link.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/split_link_partition.py
diff --git a/build/split_link_partition.py b/build/split_link_partition.py
index e69442aca25fdd3957da12837e84d3464abb2b9c..9c2b21d86ccdf72088083db9cc345a4c50a800e6 100644
--- a/build/split_link_partition.py
+++ b/build/split_link_partition.py
@@ -125,6 +125,7 @@
# .lib files.
'all_from_libs': [
(r'autofill_common\.lib$', r'switches\.obj$'),
+ (r'\bbase\.lib$', r'string_util_constants\.obj$'),
(r'base_static\.lib$', r'base_switches\.obj$'),
(r'\bcc\.lib$', r'switches\.obj$'),
(r'\bcommon\.lib$', r'extension_constants\.obj$'),
« no previous file with comments | « base/string_util_constants.cc ('k') | tools/win/split_link/split_link.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698