| OLD | NEW |
| 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 Loading... |
| 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: |
| OLD | NEW |