summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-26 20:38:45 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-26 20:38:45 +0000
commitbce6e4be0debf38250ca05093ac423ffc45d3024 (patch)
tree22b75bb3975c0a7a66b62f13d2aa1769e4abe2a0 /third_party
parent1ae0eddfb57cbf1f863c4f0929cfac6cb3a171b2 (diff)
downloadchromium_src-bce6e4be0debf38250ca05093ac423ffc45d3024.zip
chromium_src-bce6e4be0debf38250ca05093ac423ffc45d3024.tar.gz
chromium_src-bce6e4be0debf38250ca05093ac423ffc45d3024.tar.bz2
Removing ppapi_egl target
This target is making the Mesa upgrade (7 -> 9) difficult. It turns out that this code isn't used in the first place BUG=238755 R=binji@chromium.org, dmichael@chromium.org, dpranke@chromium.org, kbr@chromium.org Review URL: https://codereview.chromium.org/16927004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208776 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/mesa/mesa.gypi61
1 files changed, 0 insertions, 61 deletions
diff --git a/third_party/mesa/mesa.gypi b/third_party/mesa/mesa.gypi
deleted file mode 100644
index bbf7166..0000000
--- a/third_party/mesa/mesa.gypi
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright (c) 2010 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'variables': {
- #
- # Mesa EGL implementation has a pluggable architecture. The core consists
- # of an API dispatcher which routes all eglFooBar() API calls to a
- # pluggable driver. mesa_egl_sources contains the API dispatcher source
- # files. These sources when compiled with driver sources will produce
- # EGL library.
- #
- # Note that we cannot compile the API dispatcher into a static library
- # because they need to include EGL headers which might be driver specific.
- #
- 'mesa_egl_sources': [
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglapi.c',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglapi.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglarray.c',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglarray.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglcompiler.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglconfig.c',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglconfig.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglcontext.c',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglcontext.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglcurrent.c',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglcurrent.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/egldefines.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/egldisplay.c',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/egldisplay.h',
- #
- # Do not include egldriver.c which dynamically loads a driver at
- # runtime. We will statically bake our driver with the API dispatcher.
- #
- # '<(DEPTH)/third_party/mesa/src/src/egl/main/egldriver.c',
- #
- '<(DEPTH)/third_party/mesa/src/src/egl/main/egldriver.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglglobals.c',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglglobals.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglimage.c',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglimage.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/egllog.c',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/egllog.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglmisc.c',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglmisc.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglmode.c',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglmode.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglmutex.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglscreen.c',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglscreen.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglstring.c',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglstring.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglsurface.c',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglsurface.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglsync.c',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/eglsync.h',
- '<(DEPTH)/third_party/mesa/src/src/egl/main/egltypedefs.h',
- ],
- },
-}