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

Unified Diff: build/split_link_partition.py

Issue 15358006: Moving ICU constants to separate OBJ for split-link (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add split link file 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/i18n/icu_string_conversions.cc ('k') | no next file » | 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 38eb59c0635f56563d95fb449de889b79a13b0dc..3871a163472a2b924d7c1fab69fbd5749ca95221 100644
--- a/build/split_link_partition.py
+++ b/build/split_link_partition.py
@@ -126,6 +126,7 @@
'all_from_libs': [
(r'autofill_common\.lib$', r'switches\.obj$'),
(r'\bbase\.lib$', r'string_util_constants\.obj$'),
+ (r'\bbase_i18n\.lib$', r'i18n_constants\.obj$'),
(r'base_static\.lib$', r'base_switches\.obj$'),
(r'\bbase\.lib$', r'file_path_constants\.obj$'),
(r'\bcc\.lib$', r'switches\.obj$'),
« no previous file with comments | « base/i18n/icu_string_conversions.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698