Add Robolectric dependencies to setup_link directories.

See https://codereview.chromium.org/2183923005

BUG=522043

Review-Url: https://codereview.webrtc.org/2190893002
Cr-Commit-Position: refs/heads/master@{#13546}
This commit is contained in:
ehmaldonado
2016-07-28 01:20:22 -07:00
committed by Commit bot
parent d356843706
commit 9f73f7addc

View File

@ -86,20 +86,29 @@ target_os = get_target_os_list()
if 'android' in target_os:
DIRECTORIES += [
'base',
'third_party/accessibility_test_framework',
'third_party/android_platform',
'third_party/android_tools',
'third_party/apache_velocity',
'third_party/appurify-python',
'third_party/ashmem',
'third_party/bouncycastle',
'third_party/catapult',
'third_party/guava',
'third_party/hamcrest',
'third_party/icu',
'third_party/icu4j',
'third_party/ijar',
'third_party/intellij',
'third_party/jsr-305',
'third_party/junit',
'third_party/libxml',
'third_party/mockito',
'third_party/modp_b64',
'third_party/ow2_asm',
'third_party/requests',
'third_party/robolectric',
'third_party/sqlite4java',
'third_party/tcmalloc',
'tools/android',
'tools/grit',