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

Unified Diff: build/split_link_partition.py

Issue 15600002: link localaudiosource into 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 38eb59c0635f56563d95fb449de889b79a13b0dc..c8b9a7b3062615ff1170c0d2c30d5941f5ff99bf 100644
--- a/build/split_link_partition.py
+++ b/build/split_link_partition.py
@@ -145,7 +145,8 @@
(r'content_common\.lib$', r'page_zoom\.obj$'),
(r'content_common\.lib$', r'url_constants\.obj$'),
(r'gl_wrapper\.lib$', r'gl_switches\.obj$'),
- # TODO(scottmg): This one is not solely constants, but looks safe.
+ # TODO(scottmg): These are not solely constants, but look safe.
+ (r'libjingle_webrtc_common\.lib$', r'localaudiosource\.obj$'),
(r'libjingle_webrtc_common\.lib$', r'mediaconstraintsinterface\.obj$'),
(r'\bmedia\.lib$', r'audio_manager_base\.obj$'),
(r'\bmedia\.lib$', r'media_switches\.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