1e6986e1e8d4a57987f47c215490cb080a65ee29aSvet Ganov# Copyright 2014 PDFium Authors. All rights reserved.
2e6986e1e8d4a57987f47c215490cb080a65ee29aSvet Ganov# Use of this source code is governed by a BSD-style license that can be
3e6986e1e8d4a57987f47c215490cb080a65ee29aSvet Ganov# found in the LICENSE file.
4e6986e1e8d4a57987f47c215490cb080a65ee29aSvet Ganov
5e6986e1e8d4a57987f47c215490cb080a65ee29aSvet Ganovimport os
6e6986e1e8d4a57987f47c215490cb080a65ee29aSvet Ganov
7e6986e1e8d4a57987f47c215490cb080a65ee29aSvet Ganovpath = os.path.abspath(os.path.split(__file__)[0])
8e6986e1e8d4a57987f47c215490cb080a65ee29aSvet Ganovexecfile(os.path.join(path, 'gyp_pdfium'))
9