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

Unified Diff: build/split_link_partition.py

Issue 15579003: autofill constants to both sides for split_link (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | 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 c8b9a7b3062615ff1170c0d2c30d5941f5ff99bf..5380cd61c0af44505945c94fadbb83f053f01757 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'autofill_common\.lib$', r'autofill_constants\.obj$'),
(r'\bbase\.lib$', r'string_util_constants\.obj$'),
(r'base_static\.lib$', r'base_switches\.obj$'),
(r'\bbase\.lib$', r'file_path_constants\.obj$'),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698