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

Side by Side Diff: gyp/lua.gyp

Issue 1774503004: Update android_make to support both --gcc and --clang options. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: better way to handle codec.gyp Created 4 years, 9 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 unified diff | Download patch
« no previous file with comments | « gyp/freetype.gyp ('k') | platform_tools/android/bin/android_setup.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright 2013 Google Inc. 2 # Copyright 2013 Google Inc.
3 # 3 #
4 # Use of this source code is governed by a BSD-style license that can be 4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file. 5 # found in the LICENSE file.
6 # 6 #
7 7
8 { 8 {
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "getlocaledecpoint()='.'", 60 "getlocaledecpoint()='.'",
61 ], 61 ],
62 'conditions': [ 62 'conditions': [
63 ['skia_os != "win"', 63 ['skia_os != "win"',
64 { 64 {
65 'defines': [ 65 'defines': [
66 'LUA_USE_POSIX', # Fix warning re dangerous tmpnam. 66 'LUA_USE_POSIX', # Fix warning re dangerous tmpnam.
67 ], 67 ],
68 } 68 }
69 ], 69 ],
70 [ 'skia_clang_build == 1', {
71 'cflags':[
72 '-Wno-error',
73 ],
74 }],
70 ], 75 ],
71 }, 76 },
72 ], 77 ],
73 } 78 }
OLDNEW
« no previous file with comments | « gyp/freetype.gyp ('k') | platform_tools/android/bin/android_setup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698