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

Side by Side Diff: gyp/freetype.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/common_conditions.gypi ('k') | gyp/lua.gyp » ('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 # Target for building freetype. 5 # Target for building freetype.
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'freetype', 9 'target_name': 'freetype',
10 'type': 'none', 10 'type': 'none',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'cflags': [ 95 'cflags': [
96 '-W', 96 '-W',
97 '-Wall', 97 '-Wall',
98 '-fPIC', 98 '-fPIC',
99 '-DPIC', 99 '-DPIC',
100 '-DDARWIN_NO_CARBON', 100 '-DDARWIN_NO_CARBON',
101 '-DFT2_BUILD_LIBRARY', 101 '-DFT2_BUILD_LIBRARY',
102 '-O2', 102 '-O2',
103 ], 103 ],
104 }], 104 }],
105 [ 'skia_clang_build == 1', {
106 'cflags':[
107 '-Wno-error',
108 ],
109 }],
105 ], 110 ],
106 }, 111 },
107 ], 112 ],
108 } 113 }
OLDNEW
« no previous file with comments | « gyp/common_conditions.gypi ('k') | gyp/lua.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698