Commit 1d9d679c authored by tasak@google.com's avatar tasak@google.com

Componentization: enable linking core and modules separately.

BUG=358074

Review URL: https://codereview.chromium.org/1212853002

git-svn-id: svn://svn.chromium.org/blink/trunk@197973 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 5fce1e98
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
'enable_oilpan%': 0, 'enable_oilpan%': 0,
'blink_gc_profiling%': 0, 'blink_gc_profiling%': 0,
'blink_logging_always_on%': 0, 'blink_logging_always_on%': 0,
'link_core_modules_separately%': 0, 'link_core_modules_separately%': 1,
}, },
'conditions': [ 'conditions': [
['use_concatenated_impulse_responses==1', { ['use_concatenated_impulse_responses==1', {
......
...@@ -33,7 +33,7 @@ bool PositionWithAffinityTemplate<PositionType>::operator==(const PositionWithAf ...@@ -33,7 +33,7 @@ bool PositionWithAffinityTemplate<PositionType>::operator==(const PositionWithAf
return m_affinity == other.m_affinity && m_position == other.m_position; return m_affinity == other.m_affinity && m_position == other.m_position;
} }
template class CORE_EXTERN_TEMPLATE_EXPORT PositionWithAffinityTemplate<Position>; template class CORE_TEMPLATE_EXPORT PositionWithAffinityTemplate<Position>;
template class CORE_EXTERN_TEMPLATE_EXPORT PositionWithAffinityTemplate<PositionInComposedTree>; template class CORE_TEMPLATE_EXPORT PositionWithAffinityTemplate<PositionInComposedTree>;
} // namespace blink } // namespace blink
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment