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

Side by Side Diff: third_party/libteken/BUILD.gn

Issue 1127823002: Add libteken (from FreeBSD) to third_party. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: removed unused stuff Created 5 years, 7 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/libteken/COPYRIGHT » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//mojo/tools/embed/rules.gni")
6
7 source_set("libteken") {
8 sources = [
9 "teken/teken.c",
10 "teken/teken.h",
11 "teken/teken_scs.h",
12 "teken/teken_state.h",
13 "teken/teken_subr.h",
14 "teken/teken_subr_compat.h",
15 "teken/teken_wcwidth.h",
16 ]
17
18 defines = [ "__unused=__attribute__((unused))" ]
19 }
20
21 embed_file("libteken_license_text") {
22 source = "COPYRIGHT"
23 namespace = "licenses"
24 variable = "kLibtekenLicenseText"
25 }
OLDNEW
« no previous file with comments | « no previous file | third_party/libteken/COPYRIGHT » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698