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

Side by Side Diff: third_party/libsdl/sdl.gypi

Issue 1438003004: bring up SDL on windows (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: disable sdl 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 | « src/views/sdl/SkOSWindow_SDL.cpp ('k') | third_party/libsdl/win/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'sdl', 9 'target_name': 'sdl',
10 'product_name': 'sdl', 10 'product_name': 'sdl',
(...skipping 21 matching lines...) Expand all
32 ['skia_os == "android"', { 32 ['skia_os == "android"', {
33 'includes': [ 33 'includes': [
34 'android/sdl_android.gypi', 34 'android/sdl_android.gypi',
35 ] 35 ]
36 }], 36 }],
37 ['skia_os == "mac"', { 37 ['skia_os == "mac"', {
38 'includes': [ 38 'includes': [
39 'mac/sdl_mac.gypi', 39 'mac/sdl_mac.gypi',
40 ] 40 ]
41 }], 41 }],
42 ['skia_os == "win"', {
43 'includes': [
44 'win/sdl_win.gypi',
45 ]
46 }],
42 ], 47 ],
43 }, 48 },
44 ], 49 ],
45 } 50 }
OLDNEW
« no previous file with comments | « src/views/sdl/SkOSWindow_SDL.cpp ('k') | third_party/libsdl/win/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698