blob: 7e0e13da5d8de4583c6e2f8f6b6a99a3f328247c [file] [log] [blame]
joshualittcc92b4a2015-10-29 07:09:53 -07001# Copyright 2015 Google Inc.
2#
3# Use of this source code is governed by a BSD-style license that can be
4# found in the LICENSE file.
5# A simple gyp file to generate SDL for internal purposes
6{
7 'variables': {
8 'base_dir%': '../third_party/libsdl',
9 'src_dir%': '../third_party/externals/sdl',
10 'skia_warnings_as_errors': 0,
11 },
12 'includes': [
13 '../third_party/libsdl/sdl.gypi',
14 ],
15}