From 58e0381c16674b80c095cf2b8d13fc8b659a30ac Mon Sep 17 00:00:00 2001 From: Gavin Sharp Date: Fri, 26 Jul 2013 16:05:05 -0700 Subject: [PATCH] Remove some unnecessary preprocessing, no bug --HG-- extra : rebase_source : 211b3d075040fa0ffdf64782c804f7a55f039149 --- testing/marionette/components/moz.build | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/testing/marionette/components/moz.build b/testing/marionette/components/moz.build index b21f659ad799..ced6b577a355 100644 --- a/testing/marionette/components/moz.build +++ b/testing/marionette/components/moz.build @@ -4,7 +4,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/. -EXTRA_PP_COMPONENTS += [ - 'MarionetteComponents.manifest', - 'marionettecomponent.js', +EXTRA_COMPONENTS += [ + 'MarionetteComponents.manifest' +] + +EXTRA_PP_COMPONENTS += [ + 'marionettecomponent.js' ]