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

Side by Side Diff: third_party/sfntly/sfntly.gyp

Issue 11823040: disable c4267 in sfntly for building on win x64 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'include_dirs': [ 128 'include_dirs': [
129 'cpp/src', '../..', 129 'cpp/src', '../..',
130 ], 130 ],
131 # This macro must be define to suppress the use of exception 131 # This macro must be define to suppress the use of exception
132 'defines': [ 132 'defines': [
133 'SFNTLY_NO_EXCEPTION', 133 'SFNTLY_NO_EXCEPTION',
134 ], 134 ],
135 'dependencies' : [ 135 'dependencies' : [
136 '../icu/icu.gyp:icuuc', 136 '../icu/icu.gyp:icuuc',
137 ], 137 ],
138 # TODO(jschuh): http://crbug.com/167187
139 'msvs_disabled_warnings': [ 4267 ],
138 }, 140 },
139 ] 141 ]
140 } 142 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698