summaryrefslogtreecommitdiff
path: root/build/all.gyp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-19 11:04:01 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-19 11:04:02 -0700
commitc37b04e80aafc8437d458ced2366f825749ae2d7 (patch)
tree695828739b07bd9ede2dcfe5b84f6bfb148278de /build/all.gyp
parenta28ae388f3859c52630deb6ef3d0ea468e5177e3 (diff)
downloadpdfium-c37b04e80aafc8437d458ced2366f825749ae2d7.tar.xz
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
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp17
1 files changed, 0 insertions, 17 deletions
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:*',
- ],
- }
- ]
-}