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

Unified Diff: build/split_link_partition.py

Issue 15579006: fix obj name for extension constants 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..8d70a4f9dcb1f4ab5b44e4ecc655a7932f6b364c 100644
--- a/build/split_link_partition.py
+++ b/build/split_link_partition.py
@@ -129,7 +129,7 @@
(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'constants\.obj$'),
(r'\bcommon\.lib$', r'extension_manifest_constants\.obj$'),
(r'\bcommon\.lib$', r'url_constants\.obj$'),
(r'\bcommon\.lib$', r'view_type\.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