Bug 1303533 - Don't traverse accessible/ipc/win/typelib during Artifact builds. r=mshal draft
authorChris Manchester <cmanchester@mozilla.com>
Tue, 01 Nov 2016 22:45:35 -0700
changeset 432399 4d197e629b942d749e9d47fc0bf186d666140f9e
parent 432230 3e73fd638e687a4d7f46613586e5156b8e2af846
child 535637 e683245d8a71f22d3835d9f768728658679ffbc6
push id34297
push userbmo:cmanchester@mozilla.com
push dateTue, 01 Nov 2016 22:48:06 +0000
reviewersmshal
bugs1303533
milestone52.0a1
Bug 1303533 - Don't traverse accessible/ipc/win/typelib during Artifact builds. r=mshal MozReview-Commit-ID: Clxfj8h8ZRT
accessible/ipc/win/moz.build
--- a/accessible/ipc/win/moz.build
+++ b/accessible/ipc/win/moz.build
@@ -1,15 +1,16 @@
 # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
 # vim: set filetype=python:
 # This Source Code Form is subject to the terms of the Mozilla Public
 # 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 += ['typelib']
+if CONFIG['COMPILE_ENVIRONMENT']:
+    DIRS += ['typelib']
 
 # With --disable-accessibility, we need to compile PDocAccessible.ipdl (which
 # also depends on COMPtrTypes.h), but not the C++.
 IPDL_SOURCES += ['PDocAccessible.ipdl']
 EXPORTS.mozilla.a11y += ['COMPtrTypes.h']
 
 if CONFIG['ACCESSIBILITY']:
     EXPORTS.mozilla.a11y += [