Skip to content

Commit

Permalink
Bug 944962 - Building other-licenses/android, skia-npapi, and snappy …
Browse files Browse the repository at this point in the history
…in unified mode. r=ehsan

--HG--
extra : rebase_source : c521e5acf73f5544f02f3b8ea852b43bfe308f8e
  • Loading branch information
cpeterso committed Nov 30, 2013
1 parent c64415e commit c659dd2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions other-licenses/android/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]

Expand Down
2 changes: 1 addition & 1 deletion other-licenses/skia-npapi/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EXPORTS += [
'SkANP.h',
]

SOURCES += [
UNIFIED_SOURCES += [
'ANPCanvas.cpp',
'ANPPaint.cpp',
'ANPPath.cpp',
Expand Down
2 changes: 1 addition & 1 deletion other-licenses/snappy/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c659dd2

Please sign in to comment.