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

Unified Diff: build/split_link_partition.py

Issue 15495003: split file path constants out for split link (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/files/file_path_constants.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 e69442aca25fdd3957da12837e84d3464abb2b9c..52e1c14c50509eeedaecf388b622602e9a5727e4 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'base_static\.lib$', r'base_switches\.obj$'),
+ (r'\bbase\.lib$', r'file_path_constants\.obj$'),
(r'\bcc\.lib$', r'switches\.obj$'),
(r'\bcommon\.lib$', r'extension_constants\.obj$'),
(r'\bcommon\.lib$', r'extension_manifest_constants\.obj$'),
« no previous file with comments | « base/files/file_path_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698