Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: webrtc/libjingle/xmllite/BUILD.gn

Issue 2617443003: Remove webrtc/libjingle/{xmllite,xmpp} (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/libjingle/OWNERS ('k') | webrtc/libjingle/xmllite/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/libjingle/xmllite/BUILD.gn
diff --git a/webrtc/libjingle/xmllite/BUILD.gn b/webrtc/libjingle/xmllite/BUILD.gn
deleted file mode 100644
index 496d452bd82d426a091fe1aa7f682c6010a9d131..0000000000000000000000000000000000000000
--- a/webrtc/libjingle/xmllite/BUILD.gn
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright (c) 2016 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.
-
-import("../../build/webrtc.gni")
-
-group("xmllite") {
- public_deps = [
- ":rtc_xmllite",
- ]
-}
-
-rtc_static_library("rtc_xmllite") {
- sources = [
- "qname.cc",
- "qname.h",
- "xmlbuilder.cc",
- "xmlbuilder.h",
- "xmlconstants.cc",
- "xmlconstants.h",
- "xmlelement.cc",
- "xmlelement.h",
- "xmlnsstack.cc",
- "xmlnsstack.h",
- "xmlparser.cc",
- "xmlparser.h",
- "xmlprinter.cc",
- "xmlprinter.h",
- ]
-
- deps = [
- "../../base:rtc_base",
- ]
-
- if (rtc_build_expat) {
- deps += [ "//third_party/expat" ]
- public_deps = [
- "//third_party/expat",
- ]
- }
-
- if (!build_with_chromium && is_clang) {
- # Suppress warnings from Chrome's Clang plugins.
- # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
- suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
- }
-}
« no previous file with comments | « webrtc/libjingle/OWNERS ('k') | webrtc/libjingle/xmllite/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698