| OLD | NEW |
| 1 # Copyright 2011 The Android Open Source Project | 1 # Copyright 2011 The Android Open Source Project |
| 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 # | 5 # |
| 6 # This file is automatically included by gyp_skia when building any target. | 6 # This file is automatically included by gyp_skia when building any target. |
| 7 | 7 |
| 8 { | 8 { |
| 9 'includes': [ | 9 'includes': [ |
| 10 'common_variables.gypi', | 10 'common_variables.gypi', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 }, | 103 }, |
| 104 'Release_Developer': { | 104 'Release_Developer': { |
| 105 'inherit_from': ['Release'], | 105 'inherit_from': ['Release'], |
| 106 'defines': [ | 106 'defines': [ |
| 107 'SK_DEVELOPER=1', | 107 'SK_DEVELOPER=1', |
| 108 ], | 108 ], |
| 109 }, | 109 }, |
| 110 }, | 110 }, |
| 111 }, # end 'target_defaults' | 111 }, # end 'target_defaults' |
| 112 } | 112 } |
| 113 # Local Variables: | |
| 114 # tab-width:2 | |
| 115 # indent-tabs-mode:nil | |
| 116 # End: | |
| 117 # vim: set expandtab tabstop=2 shiftwidth=2: | |
| OLD | NEW |