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

Unified Diff: webrtc/voice_engine/BUILD.gn

Issue 2974863003: Use relative paths in GN files. (Closed)
Patch Set: Created 3 years, 5 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/video/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/BUILD.gn
diff --git a/webrtc/voice_engine/BUILD.gn b/webrtc/voice_engine/BUILD.gn
index e16b1762a78e3cd370030e0f086de2899e967eaf..e98a89b223ef1ed7482f8178cad8df4ac0cfc810 100644
--- a/webrtc/voice_engine/BUILD.gn
+++ b/webrtc/voice_engine/BUILD.gn
@@ -184,23 +184,23 @@ if (rtc_include_tests) {
":voice_engine",
"../base:rtc_base_approved",
"../base:rtc_base_tests_utils",
+ "../common_audio",
"../modules:module_api",
+ "../modules/audio_coding",
+ "../modules/audio_conference_mixer",
+ "../modules/audio_device",
+ "../modules/audio_processing",
+ "../modules/media_file",
+ "../modules/rtp_rtcp",
+ "../modules/utility",
+ "../modules/video_capture:video_capture",
+ "../system_wrappers",
"../test:test_common",
+ "../test:test_main",
+ "../test:video_test_common",
"//testing/gmock",
"//testing/gtest",
"//third_party/gflags",
- "//webrtc/common_audio",
- "//webrtc/modules/audio_coding",
- "//webrtc/modules/audio_conference_mixer",
- "//webrtc/modules/audio_device",
- "//webrtc/modules/audio_processing",
- "//webrtc/modules/media_file",
- "//webrtc/modules/rtp_rtcp",
- "//webrtc/modules/utility",
- "//webrtc/modules/video_capture:video_capture",
- "//webrtc/system_wrappers",
- "//webrtc/test:test_main",
- "//webrtc/test:video_test_common",
]
if (is_android) {
@@ -221,8 +221,8 @@ if (rtc_include_tests) {
]
data = [
- "//resources/utility/encapsulated_pcm16b_8khz.wav",
- "//resources/utility/encapsulated_pcmu_8khz.wav",
+ "../../resources/utility/encapsulated_pcm16b_8khz.wav",
+ "../../resources/utility/encapsulated_pcmu_8khz.wav",
]
if (is_win) {
@@ -248,20 +248,20 @@ if (rtc_include_tests) {
":voice_engine",
"..:webrtc_common",
"../base:rtc_base_approved",
+ "../logging:rtc_event_log_api",
"../modules:module_api",
"../modules/audio_device:audio_device",
"../modules/audio_processing:audio_processing",
"../modules/rtp_rtcp:rtp_rtcp",
+ "../modules/video_capture",
+ "../system_wrappers",
+ "../system_wrappers/:system_wrappers_default",
+ "../test/:test_common",
+ "../test/:test_support",
+ "../test/:video_test_common",
"//testing/gmock",
"//testing/gtest",
"//third_party/gflags",
- "//webrtc/logging:rtc_event_log_api",
- "//webrtc/modules/video_capture",
- "//webrtc/system_wrappers",
- "//webrtc/system_wrappers/:system_wrappers_default",
- "//webrtc/test/:test_common",
- "//webrtc/test/:test_support",
- "//webrtc/test/:video_test_common",
]
sources = [
« no previous file with comments | « webrtc/video/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698