Skip to content

Commit

Permalink
Create a copy of talk/sound under webrtc/sound.
Browse files Browse the repository at this point in the history
BUG=3379
R=andrew@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/22379004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6986 4adac7df-926f-26a2-2b94-8c16560cd09d
  • Loading branch information
henrike@webrtc.org committed Aug 26, 2014
1 parent 7087857 commit 66a3582
Show file tree
Hide file tree
Showing 35 changed files with 4,097 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webrtc/base/base.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
'type': 'static_library',
'defines': [
'FEATURE_ENABLE_SSL',
'GTEST_RELATIVE_PATH',
'LOGGING=1',
'USE_WEBRTC_DEV_BRANCH',
],
Expand Down Expand Up @@ -332,7 +331,6 @@
],
'defines': [
'FEATURE_ENABLE_SSL',
'GTEST_RELATIVE_PATH',
],
},
'include_dirs': [
Expand Down
8 changes: 8 additions & 0 deletions webrtc/base/base_tests.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,18 @@
'testutils.h',
'win32toolhelp.h',
],
'defines': [
'GTEST_RELATIVE_PATH',
],
'dependencies': [
'base.gyp:webrtc_base',
'<(DEPTH)/testing/gtest.gyp:gtest',
],
'direct_dependent_settings': {
'defines': [
'GTEST_RELATIVE_PATH',
],
},
'export_dependent_settings': [
'<(DEPTH)/testing/gtest.gyp:gtest',
],
Expand Down
1 change: 1 addition & 0 deletions webrtc/build/merge_libs.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
'variables': {
'merge_libs_dependencies': [
'../webrtc.gyp:webrtc',
'../sound/sound.gyp:rtc_sound',
],
},
'targets': [
Expand Down
Loading

0 comments on commit 66a3582

Please sign in to comment.