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

Unified Diff: webrtc/base/BUILD.gn

Issue 2533213005: Add File::Open / Create functions to take an rtc::Pathname (Closed)
Patch Set: Resolve review comments Created 4 years 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/file.h » ('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 7ff05d2bd9760cefff1282ad55a71d876ea4416a..19f3184807515f9841e1f16999dc84391ea869bc 100644
--- a/webrtc/base/BUILD.gn
+++ b/webrtc/base/BUILD.gn
@@ -126,6 +126,8 @@ rtc_static_library("rtc_base_approved") {
"event_tracer.h",
"file.cc",
"file.h",
+ "flags.cc",
+ "flags.h",
"format_macros.h",
"function_view.h",
"ignore_wundef.h",
@@ -139,6 +141,8 @@ rtc_static_library("rtc_base_approved") {
"onetimeevent.h",
"optional.cc",
"optional.h",
+ "pathutils.cc",
+ "pathutils.h",
"platform_file.cc",
"platform_file.h",
"platform_thread.cc",
@@ -179,6 +183,8 @@ rtc_static_library("rtc_base_approved") {
"timeutils.h",
"trace_event.h",
"type_traits.h",
+ "urlencode.cc",
+ "urlencode.h",
]
if (is_android) {
@@ -409,8 +415,6 @@ rtc_static_library("rtc_base") {
"filerotatingstream.h",
"fileutils.cc",
"fileutils.h",
- "flags.cc",
- "flags.h",
"gunit_prod.h",
"helpers.cc",
"helpers.h",
@@ -447,8 +451,6 @@ rtc_static_library("rtc_base") {
"opensslidentity.h",
"opensslstreamadapter.cc",
"opensslstreamadapter.h",
- "pathutils.cc",
- "pathutils.h",
"physicalsocketserver.cc",
"physicalsocketserver.h",
"proxydetect.cc",
@@ -505,8 +507,6 @@ rtc_static_library("rtc_base") {
"taskrunner.h",
"thread.cc",
"thread.h",
- "urlencode.cc",
- "urlencode.h",
]
# TODO(henrike): issue 3307, make rtc_base build with the Chromium default
« no previous file with comments | « no previous file | webrtc/base/file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698