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

Unified Diff: chrome/chrome_browser.gypi

Issue 15741003: Moving WebRTC logging related files from content to chrome. (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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 5918e27130a8782131fe9af4741cfbb196a2a033..05d9240e2ba64f6ef350ef87242fdff46e596411 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3038,6 +3038,10 @@
'../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
'../third_party/libjingle/libjingle.gyp:libpeerconnection',
],
+ 'sources': [
+ 'browser/media/webrtc_logging_handler_host.cc',
sky 2013/05/22 16:19:32 See comment on line 76. In general we list file wi
Henrik Grunell 2013/05/23 12:50:11 Done.
+ 'browser/media/webrtc_logging_handler_host.h',
+ ]
}],
],
'target_conditions': [

Powered by Google App Engine
This is Rietveld 408576698