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

Unified Diff: webrtc/base/BUILD.gn

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 | « no previous file | webrtc/base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/BUILD.gn
diff --git a/webrtc/base/BUILD.gn b/webrtc/base/BUILD.gn
index a587b71df9a9ab38c397f8d0c125767e4a26a722..9536958e52bb7eba63faa9c0cb2d647eff3dd27a 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -146,6 +146,8 @@ static_library("rtc_base_approved") {
"stringencode.h",
"stringutils.cc",
"stringutils.h",
+ "systeminfo.cc",
+ "systeminfo.h",
"template_util.h",
"thread_annotations.h",
"thread_checker.h",
@@ -312,8 +314,6 @@ static_library("rtc_base") {
"sslstreamadapterhelper.h",
"stream.cc",
"stream.h",
- "systeminfo.cc",
- "systeminfo.h",
"task.cc",
"task.h",
"taskparent.cc",
« no previous file with comments | « no previous file | webrtc/base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698