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:
Chris Peterson 2013-11-30 00:17:00 -08:00
parent c64415e7a0
commit c659dd2d00
3 changed files with 10 additions and 6 deletions

View File

@ -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',
]

View File

@ -8,7 +8,7 @@ EXPORTS += [
'SkANP.h',
]
SOURCES += [
UNIFIED_SOURCES += [
'ANPCanvas.cpp',
'ANPPaint.cpp',
'ANPPath.cpp',

View File

@ -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',