From c37b04e80aafc8437d458ced2366f825749ae2d7 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Tue, 19 Apr 2016 11:04:01 -0700 Subject: Move build/ to build_gyp/. This CL moves the build/ files to build_gyp/ in anticipation of pulling in Chromiums build/ directory. The gyp_pdfium files have been duplicated into both places. Once the bots are updated we'll remove the build/ versions. BUG=pdfium:106 Review URL: https://codereview.chromium.org/1900913003 --- build_gyp/gyp_pdfium.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 build_gyp/gyp_pdfium.py (limited to 'build_gyp/gyp_pdfium.py') diff --git a/build_gyp/gyp_pdfium.py b/build_gyp/gyp_pdfium.py new file mode 100644 index 0000000000..6831702b54 --- /dev/null +++ b/build_gyp/gyp_pdfium.py @@ -0,0 +1,8 @@ +# Copyright 2014 PDFium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +import os + +path = os.path.abspath(os.path.split(__file__)[0]) +execfile(os.path.join(path, 'gyp_pdfium')) -- cgit v1.2.3