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

Unified Diff: third_party/libjingle/libjingle_nacl.gyp

Issue 1419253002: Rearrange dependency to enable adding finch experiment in webrtc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address Sergey's comments. Created 5 years, 2 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 | « third_party/libjingle/libjingle_common.gypi ('k') | third_party/libjingle/overrides/field_trial.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/libjingle_nacl.gyp
diff --git a/third_party/libjingle/libjingle_nacl.gyp b/third_party/libjingle/libjingle_nacl.gyp
index f732fcb0dfc13d33407b2ff07f685ec26522ebb9..113cfdb8bac0213b944a57347d0576537035a70b 100644
--- a/third_party/libjingle/libjingle_nacl.gyp
+++ b/third_party/libjingle/libjingle_nacl.gyp
@@ -258,6 +258,9 @@
# Compiled as part of libjingle_p2p_constants_nacl.
'<(webrtc_p2p)/base/constants.cc',
'<(webrtc_p2p)/base/constants.h',
+ # For NACL, we have the field_trial_default and don't need the
+ # field_trail.cc.
+ 'overrides/field_trial.cc',
],
'sources/': [
['exclude', '/mac[a-z]+\\.(h|cc)$'],
« no previous file with comments | « third_party/libjingle/libjingle_common.gypi ('k') | third_party/libjingle/overrides/field_trial.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698