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

Unified Diff: build/split_link_partition.py

Issue 15600004: move kInvalidNetAddress to constants file 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 | ppapi/ppapi_shared.gypi » ('j') | 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..106d8baf91fa911d6113b5c2a9af30a549b07b6d 100644
--- a/build/split_link_partition.py
+++ b/build/split_link_partition.py
@@ -153,6 +153,7 @@
# TODO(scottmg): This one is not solely constants, but looks safe.
(r'\bnet\.lib$', r'http_request_headers\.obj$'),
(r'ppapi_shared\.lib$', r'ppapi_switches\.obj$'),
+ (r'ppapi_shared\.lib$', r'net_address_private_impl_constants\.obj$'),
(r'printing\.lib$', r'print_job_constants\.obj$'),
(r'skia\.lib$', r'skunpremultiply\.obj$'),
(r'\bui\.lib$', r'clipboard_constants\.obj$'),
« no previous file with comments | « no previous file | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698