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

Unified Diff: build/split_link_partition.py

Issue 15742012: pull constant out of trace_event_impl 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 | « base/debug/trace_event_impl_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 3ca7a39e50702c35c0620fe3f87c74a04642b43d..2e3c0d619ba4ab8d77cfa4c4b5494c40e1be6c60 100644
--- a/build/split_link_partition.py
+++ b/build/split_link_partition.py
@@ -128,6 +128,7 @@
(r'autofill_common\.lib$', r'autofill_constants\.obj$'),
(r'\bbase\.lib$', r'scoped_variant\.obj$'),
(r'\bbase\.lib$', r'string_util_constants\.obj$'),
+ (r'\bbase\.lib$', r'trace_event_impl_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$'),
« no previous file with comments | « base/debug/trace_event_impl_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698