summaryrefslogtreecommitdiff
path: root/libjingle
diff options
context:
space:
mode:
Diffstat (limited to 'libjingle')
-rw-r--r--libjingle/xmllite/OWNERS9
-rw-r--r--libjingle/xmllite/xmllite.gyp2
-rw-r--r--libjingle/xmllite/xmllite_tests.gyp2
3 files changed, 2 insertions, 11 deletions
diff --git a/libjingle/xmllite/OWNERS b/libjingle/xmllite/OWNERS
index 47ccde74..1a24a6a8 100644
--- a/libjingle/xmllite/OWNERS
+++ b/libjingle/xmllite/OWNERS
@@ -1,12 +1,3 @@
-/*
- * Copyright The WebRTC Project Authors. All rights reserved.
- *
- * Use of this source code is governed by a BSD-style license
- * that can be found in the LICENSE file in the root of the source
- * tree. An additional intellectual property rights grant can be found
- * in the file PATENTS. All contributing project authors may
- * be found in the AUTHORS file in the root of the source tree.
- */
henrika@webrtc.org
henrike@webrtc.org
henrikg@webrtc.org
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!': [