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

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: Rebase 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 | « chrome/browser/media/webrtc_logging_handler_host.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index cecb5f7edb5234b8f99fb7ce3080763d58e21516..2081c806f09b3a41eee60752c52d6a5702bb3fb8 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -973,6 +973,8 @@
'browser/media/media_stream_devices_controller.h',
'browser/media/media_stream_infobar_delegate.cc',
'browser/media/media_stream_infobar_delegate.h',
+ 'browser/media/webrtc_logging_handler_host.cc',
+ 'browser/media/webrtc_logging_handler_host.h',
'browser/media_galleries/fileapi/filtering_file_enumerator.cc',
'browser/media_galleries/fileapi/filtering_file_enumerator.h',
'browser/media_galleries/fileapi/itunes_finder.cc',
@@ -3066,11 +3068,11 @@
['exclude', '^browser/managed_mode/'],
]
}],
- ['enable_webrtc==1', {
- 'dependencies': [
- '../third_party/libjingle/libjingle.gyp:libjingle_webrtc',
- '../third_party/libjingle/libjingle.gyp:libpeerconnection',
- ],
+ ['enable_webrtc==0', {
+ 'sources!': [
+ 'browser/media/webrtc_logging_handler_host.cc',
+ 'browser/media/webrtc_logging_handler_host.h',
+ ]
}],
],
'target_conditions': [
« no previous file with comments | « chrome/browser/media/webrtc_logging_handler_host.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698