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

Unified Diff: webrtc/base/base.gyp

Issue 1286163003: Move SystemInfo to rtc_base_approved and delete unused code. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Address comments Created 5 years, 4 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 | « webrtc/base/BUILD.gn ('k') | webrtc/base/systeminfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/base.gyp
diff --git a/webrtc/base/base.gyp b/webrtc/base/base.gyp
index de2c92f2bfc682bea620414642e83bd01771d8c8..31429996ecae05fee9efb560c28fe90222947c61 100644
--- a/webrtc/base/base.gyp
+++ b/webrtc/base/base.gyp
@@ -72,6 +72,8 @@
'stringencode.h',
'stringutils.cc',
'stringutils.h',
+ 'systeminfo.cc',
+ 'systeminfo.h',
'template_util.h',
'thread_annotations.h',
'thread_checker.h',
@@ -297,8 +299,6 @@
'sslstreamadapterhelper.h',
'stream.cc',
'stream.h',
- 'systeminfo.cc',
- 'systeminfo.h',
'task.cc',
'task.h',
'taskparent.cc',
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/systeminfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698