OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'conditions': [ | 6 'conditions': [ |
7 [ 'os_posix == 1 and OS != "mac" and OS != "ios"', { | 7 [ 'os_posix == 1 and OS != "mac" and OS != "ios"', { |
8 'conditions': [ | 8 'conditions': [ |
9 ['sysroot!=""', { | 9 ['sysroot!=""', { |
10 'variables': { | 10 'variables': { |
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 'direct_dependent_settings': { | 185 'direct_dependent_settings': { |
186 'include_dirs': [ | 186 'include_dirs': [ |
187 'ssl', | 187 'ssl', |
188 ], | 188 ], |
189 }, | 189 }, |
190 }], | 190 }], |
191 ], | 191 ], |
192 'configurations': { | 192 'configurations': { |
193 'Debug_Base': { | 193 'Debug_Base': { |
194 'defines': [ | 194 'defines': [ |
195 'DEBUG', | 195 #'DEBUG', |
196 ], | 196 ], |
197 }, | 197 }, |
198 }, | 198 }, |
199 }, | 199 }, |
200 ], | 200 ], |
201 } | 201 } |
OLD | NEW |