summaryrefslogtreecommitdiff
path: root/libjingle/xmllite
diff options
context:
space:
mode:
authorhenrike@webrtc.org <henrike@webrtc.org>2014-09-10 17:28:19 +0000
committerhenrike@webrtc.org <henrike@webrtc.org>2014-09-10 17:28:19 +0000
commit51b64e47f52e2a927aa067c530af39a84d779c3f (patch)
treed742a874f5db565b94dd0cd8548ced5638f6539c /libjingle/xmllite
parent6b3710c09d485b9f9971fbb5f52643030f890912 (diff)
downloadwebrtc-51b64e47f52e2a927aa067c530af39a84d779c3f.tar.gz
Put base tests in webrtc_tests.gyp
BUG=N/A R=andrew@webrtc.org, pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/14249004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@7140 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'libjingle/xmllite')
-rw-r--r--libjingle/xmllite/xmllite.gyp2
-rw-r--r--libjingle/xmllite/xmllite_tests.gyp2
2 files changed, 2 insertions, 2 deletions
diff --git a/libjingle/xmllite/xmllite.gyp b/libjingle/xmllite/xmllite.gyp
index c4483232..e1bef960 100644
--- a/libjingle/xmllite/xmllite.gyp
+++ b/libjingle/xmllite/xmllite.gyp
@@ -13,7 +13,7 @@
'target_name': 'rtc_xmllite',
'type': 'static_library',
'dependencies': [
- '<(webrtc_root)/base/base.gyp:webrtc_base',
+ '<(webrtc_root)/base/base.gyp:rtc_base',
'<(DEPTH)/third_party/expat/expat.gyp:expat',
],
'export_dependent_settings': [
diff --git a/libjingle/xmllite/xmllite_tests.gyp b/libjingle/xmllite/xmllite_tests.gyp
index a9173bc9..b71a9b6b 100644
--- a/libjingle/xmllite/xmllite_tests.gyp
+++ b/libjingle/xmllite/xmllite_tests.gyp
@@ -14,7 +14,7 @@
'type': 'executable',
'dependencies': [
'<(DEPTH)/testing/gtest.gyp:gtest',
- '<(webrtc_root)/base/base_tests.gyp:webrtc_base_tests_utils',
+ '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
'xmllite.gyp:rtc_xmllite',
],
'cflags_cc!': [