Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: gyp/sdl.gyp

Issue 1411033003: Initial gyp files for SDL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: feedback inc Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/libsdl/linux/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/sdl.gyp
diff --git a/gyp/sdl.gyp b/gyp/sdl.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..7e0e13da5d8de4583c6e2f8f6b6a99a3f328247c
--- /dev/null
+++ b/gyp/sdl.gyp
@@ -0,0 +1,15 @@
+# Copyright 2015 Google Inc.
+#
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+# A simple gyp file to generate SDL for internal purposes
+{
+ 'variables': {
+ 'base_dir%': '../third_party/libsdl',
+ 'src_dir%': '../third_party/externals/sdl',
+ 'skia_warnings_as_errors': 0,
+ },
+ 'includes': [
+ '../third_party/libsdl/sdl.gypi',
+ ],
+}
« no previous file with comments | « no previous file | third_party/libsdl/linux/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698