| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 == "linux"', { | 7 [ 'OS == "linux"', { |
| 8 'conditions': [ | 8 'conditions': [ |
| 9 ['sysroot!=""', { | 9 ['sysroot!=""', { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 '../../../third_party/zlib/zlib.gyp:zlib', | 119 '../../../third_party/zlib/zlib.gyp:zlib', |
| 120 '../../../third_party/nss/nss.gyp:nss', | 120 '../../../third_party/nss/nss.gyp:nss', |
| 121 ], | 121 ], |
| 122 'direct_dependent_settings': { | 122 'direct_dependent_settings': { |
| 123 'include_dirs': [ | 123 'include_dirs': [ |
| 124 'ssl', | 124 'ssl', |
| 125 ], | 125 ], |
| 126 }, | 126 }, |
| 127 }], | 127 }], |
| 128 ], | 128 ], |
| 129 'configurations': { |
| 130 'Debug_Base': { |
| 131 'defines': [ |
| 132 'DEBUG', |
| 133 ], |
| 134 }, |
| 135 }, |
| 129 }, | 136 }, |
| 130 ], | 137 ], |
| 131 } | 138 } |
| 132 | 139 |
| 133 # Local Variables: | 140 # Local Variables: |
| 134 # tab-width:2 | 141 # tab-width:2 |
| 135 # indent-tabs-mode:nil | 142 # indent-tabs-mode:nil |
| 136 # End: | 143 # End: |
| 137 # vim: set expandtab tabstop=2 shiftwidth=2: | 144 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |