diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-11-22 12:36:37 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-11-22 12:36:37 -0500 |
commit | 05af2700bc5b3a9d23ebac1f51f706b82e35a2ca (patch) | |
tree | e52074dee3cacf844469ae2b18bedb6ad63f87f8 /system/moz.build | |
parent | 7572f6fb227f67f5f820019fe8afa899aa700862 (diff) | |
download | aura-central-05af2700bc5b3a9d23ebac1f51f706b82e35a2ca.tar.gz |
Issue %3005 - Move toolkit/xre to system/runtime
Diffstat (limited to 'system/moz.build')
-rw-r--r-- | system/moz.build | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/system/moz.build b/system/moz.build index e6dece83b..a27ff9438 100644 --- a/system/moz.build +++ b/system/moz.build @@ -3,5 +3,10 @@ # 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/. -DIRS += ['docshell'] +DIRS += [ + 'docshell' +] + +DIRS += ['runtime'] + FINAL_TARGET_PP_FILES += ['goanna.js']
\ No newline at end of file |