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

Side by Side 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, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/libsdl/linux/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # 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 }
OLDNEW
« 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