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

Side by Side Diff: gyp/lua.gyp

Issue 14689008: use define to work-around localeconf() missingness in android (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 7 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 | gyp/tools.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 # 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 { 9 {
10 'targets': [ 10 'targets': [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 '../third_party/lua/src/linit.c', 50 '../third_party/lua/src/linit.c',
51 ], 51 ],
52 'include_dirs': [ 52 'include_dirs': [
53 '../third_party/lua/src/', 53 '../third_party/lua/src/',
54 ], 54 ],
55 'all_dependent_settings': { 55 'all_dependent_settings': {
56 'include_dirs': [ 56 'include_dirs': [
57 '../third_party/lua/src/', 57 '../third_party/lua/src/',
58 ], 58 ],
59 }, 59 },
60 'defines': [
61 "getlocaledecpoint()='.'"
62 ],
60 }, 63 },
61 ], 64 ],
62 } 65 }
63 66
64 # Local Variables: 67 # Local Variables:
65 # tab-width:2 68 # tab-width:2
66 # indent-tabs-mode:nil 69 # indent-tabs-mode:nil
67 # End: 70 # End:
68 # vim: set expandtab tabstop=2 shiftwidth=2: 71 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698