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

Unified Diff: webrtc/rtc_base/BUILD.gn

Issue 3011943002: Move optional.h to webrtc/api/ (Closed)
Patch Set: Created 3 years, 3 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/pc/webrtcsession.h ('k') | webrtc/rtc_base/moving_max_counter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/BUILD.gn
diff --git a/webrtc/rtc_base/BUILD.gn b/webrtc/rtc_base/BUILD.gn
index 1914b27439ce921317a7a958c0e46dc708c731d3..6676fdf2eaf81043016c105a9cd83f150f701d4a 100644
--- a/webrtc/rtc_base/BUILD.gn
+++ b/webrtc/rtc_base/BUILD.gn
@@ -137,8 +137,6 @@ rtc_static_library("rtc_base_approved") {
"mod_ops.h",
"moving_max_counter.h",
"onetimeevent.h",
- "optional.cc",
- "optional.h",
"pathutils.cc",
"pathutils.h",
"platform_file.cc",
@@ -436,6 +434,7 @@ rtc_static_library("rtc_base") {
defines = []
deps = [
"..:webrtc_common",
+ "../api:optional",
]
public_deps = [
":rtc_base_approved",
@@ -855,7 +854,6 @@ if (rtc_include_tests) {
"mod_ops_unittest.cc",
"moving_max_counter_unittest.cc",
"onetimeevent_unittest.cc",
- "optional_unittest.cc",
"pathutils_unittest.cc",
"platform_thread_unittest.cc",
"random_unittest.cc",
@@ -1047,6 +1045,7 @@ if (rtc_include_tests) {
deps = [
":rtc_base_tests_main",
":rtc_base_tests_utils",
+ "../api:optional",
"../test:test_support",
]
public_deps = [
« no previous file with comments | « webrtc/pc/webrtcsession.h ('k') | webrtc/rtc_base/moving_max_counter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698