| Index: client/dom/scripts/systemnative.py
|
| diff --git a/client/dom/scripts/systemnative.py b/client/dom/scripts/systemnative.py
|
| index d74a916606b16e91cb8d210031aa6a2db6bb3e15..a9582b0f6c1e00f6c9de5656cf32bc6a66870fff 100644
|
| --- a/client/dom/scripts/systemnative.py
|
| +++ b/client/dom/scripts/systemnative.py
|
| @@ -121,14 +121,14 @@ class NativeImplementationSystem(System):
|
| 'dom_public.darttemplate',
|
| os.path.join(self._output_dir, 'dom_public.dart'),
|
| self._dom_public_files,
|
| - AUXILIARY_DIR=auxiliary_dir);
|
| + AUXILIARY_DIR=MassagePath(auxiliary_dir));
|
|
|
| # Generate dom_impl.dart.
|
| self._GenerateLibFile(
|
| 'dom_impl.darttemplate',
|
| os.path.join(self._output_dir, 'dom_impl.dart'),
|
| self._dom_impl_files,
|
| - AUXILIARY_DIR=auxiliary_dir);
|
| + AUXILIARY_DIR=MassagePath(auxiliary_dir));
|
|
|
| # Generate DartDerivedSourcesXX.cpp.
|
| partitions = 20 # FIXME: this should be configurable.
|
|
|