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

Unified Diff: build/split_link_partition.py

Issue 15622002: add net_errors 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..39fb998245d9a98389b1fa9188571644d91aaca2 100644
--- a/build/split_link_partition.py
+++ b/build/split_link_partition.py
@@ -152,6 +152,7 @@
(r'\bmedia\.lib$', r'media_switches\.obj$'),
# TODO(scottmg): This one is not solely constants, but looks safe.
(r'\bnet\.lib$', r'http_request_headers\.obj$'),
+ (r'\bnet\.lib$', r'net_errors\.obj$'),
(r'ppapi_shared\.lib$', r'ppapi_switches\.obj$'),
(r'printing\.lib$', r'print_job_constants\.obj$'),
(r'skia\.lib$', r'skunpremultiply\.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