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

Unified Diff: tools/gn/secondary/third_party/expat/BUILD.gn

Issue 264463002: GN build improvements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « third_party/zlib/BUILD.gn ('k') | tools/gn/secondary/third_party/libevent/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/third_party/expat/BUILD.gn
diff --git a/tools/gn/secondary/third_party/expat/BUILD.gn b/tools/gn/secondary/third_party/expat/BUILD.gn
deleted file mode 100644
index 814c336befe77909abf3ad6c68da8422432ea5f3..0000000000000000000000000000000000000000
--- a/tools/gn/secondary/third_party/expat/BUILD.gn
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright (c) 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-if (is_linux) {
- config("expat_config") {
- libs = [ "expat" ]
- }
-
- group("expat") {
- direct_dependent_configs = [ ":expat_config" ]
- }
-
- # TODO(brettw) Android needs direct dependent includes of
- # <android_src>/external/expat/lib
-} else {
- config("expat_config") {
- include_dirs = [ "files/lib" ]
- defines = [ "XML_STATIC" ]
- }
-
- static_library("expat") {
- sources = [
- "files/lib/expat.h",
- "files/lib/xmlparse.c",
- "files/lib/xmlrole.c",
- "files/lib/xmltok.c",
- ]
-
- defines = [ "_LIB" ]
- if (is_win) {
- defines += [ "COMPILED_FROM_DSP" ]
- } else {
- defines += [ "HAVE_EXPAT_CONFIG_H" ]
- }
- }
-}
« no previous file with comments | « third_party/zlib/BUILD.gn ('k') | tools/gn/secondary/third_party/libevent/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698