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/all.gyp | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 build/all.gyp (limited to 'build/all.gyp') diff --git a/build/all.gyp b/build/all.gyp deleted file mode 100644 index 47097e39b4..0000000000 --- a/build/all.gyp +++ /dev/null @@ -1,17 +0,0 @@ -# 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. - -{ - 'targets': [ - { - 'target_name': 'All', - 'type': 'none', - 'dependencies': [ - '../pdfium.gyp:*', - '../samples/samples.gyp:*', - '../testing/libfuzzer/fuzzers.gyp:*', - ], - } - ] -} -- cgit v1.2.3