aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/libsdl/sdl.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libsdl/sdl.gypi')
-rw-r--r--third_party/libsdl/sdl.gypi50
1 files changed, 0 insertions, 50 deletions
diff --git a/third_party/libsdl/sdl.gypi b/third_party/libsdl/sdl.gypi
deleted file mode 100644
index 4b3009b0d9..0000000000
--- a/third_party/libsdl/sdl.gypi
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 2015 Google Inc.
-#
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'targets': [
- {
- 'target_name': 'sdl',
- 'product_name': 'sdl',
- 'type': 'static_library',
- 'include_dirs': [
- '<(base_dir)/<(skia_os)',
- '<(src_dir)/include',
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '<(src_dir)/include',
- '<(src_dir)/src',
- ]
- },
- 'cflags': [
- '-g',
- '-w',
- ],
- 'conditions': [
- ['skia_os == "linux"', {
- 'includes': [
- 'linux/sdl_linux.gypi',
- ]
- }],
- ['skia_os == "android"', {
- 'includes': [
- 'android/sdl_android.gypi',
- ]
- }],
- ['skia_os == "mac"', {
- 'includes': [
- 'mac/sdl_mac.gypi',
- ]
- }],
- ['skia_os == "win"', {
- 'includes': [
- 'win/sdl_win.gypi',
- ]
- }],
- ],
- },
- ],
-}