mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 944962 - Building other-licenses/android, skia-npapi, and snappy in unified mode. r=ehsan
--HG-- extra : rebase_source : c521e5acf73f5544f02f3b8ea852b43bfe308f8e
This commit is contained in:
parent
c64415e7a0
commit
c659dd2d00
@ -4,22 +4,26 @@
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'ev_streams.c',
|
||||
'ev_timers.c',
|
||||
'getaddrinfo.c',
|
||||
'ns_name.c',
|
||||
'ns_netint.c',
|
||||
'ns_parse.c',
|
||||
'ns_print.c',
|
||||
'ns_samedomain.c',
|
||||
'ns_ttl.c',
|
||||
'res_comp.c',
|
||||
'res_data.c',
|
||||
'res_debug.c',
|
||||
'res_init.c',
|
||||
'res_mkquery.c',
|
||||
'res_send.c',
|
||||
]
|
||||
|
||||
# These files can't be unified because of conflicting global variable names.
|
||||
SOURCES += [
|
||||
'ns_print.c',
|
||||
'res_debug.c',
|
||||
'res_mkquery.c',
|
||||
'res_state.c',
|
||||
]
|
||||
|
||||
|
@ -8,7 +8,7 @@ EXPORTS += [
|
||||
'SkANP.h',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'ANPCanvas.cpp',
|
||||
'ANPPaint.cpp',
|
||||
'ANPPath.cpp',
|
||||
|
@ -10,7 +10,7 @@ EXPORTS.snappy += [
|
||||
'src/snappy.h',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'src/snappy-c.cc',
|
||||
'src/snappy-sinksource.cc',
|
||||
'src/snappy-stubs-internal.cc',
|
||||
|
Loading…
Reference in New Issue
Block a user