The "initialize audio/video" parameters are no longer needed, but at the same time were required to be true, causing a lot of confusion. This CL removes them, but leaves the old method signature around, marked "deprecated". BUG=webrtc:3416 TBR=solenberg@webrtc.org Review-Url: https://codereview.webrtc.org/2800353002 Cr-Commit-Position: refs/heads/master@{#17626}
7 lines
228 B
Python
7 lines
228 B
Python
include_rules = [
|
|
# Allow include of Chrome base/android to allow inclusion of headers needed
|
|
# for accessing the JVM and Application context in gtest.
|
|
"+base/android",
|
|
"+webrtc/modules/utility/include/jvm_android.h",
|
|
]
|