Chromium Code Reviews| 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 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 5 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 6 # for details. All rights reserved. Use of this source code is governed by a | 6 # for details. All rights reserved. Use of this source code is governed by a |
| 7 # BSD-style license that can be found in the LICENSE file. | 7 # BSD-style license that can be found in the LICENSE file. |
| 8 | 8 |
| 9 # This file is a modified copy of Chromium's src/net/third_party/nss/ssl.gyp. | 9 # This file is a modified copy of Chromium's src/net/third_party/nss/ssl.gyp. |
| 10 # Revision 169195 (this should agree with "nss_rev" in DEPS). | 10 # Revision 169195 (this should agree with "nss_rev" in DEPS). |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 152 # Dart: Conditions sections for ssl/bodge removed. | 152 # Dart: Conditions sections for ssl/bodge removed. |
| 153 # [ 'os_posix == 1 and OS != "mac" and OS != "ios", { | 153 # [ 'os_posix == 1 and OS != "mac" and OS != "ios", { |
| 154 # ... | 154 # ... |
| 155 # ], | 155 # ], |
| 156 # [ 'OS == "mac" or OS == "ios" or OS == "win"', { | 156 # [ 'OS == "mac" or OS == "ios" or OS == "win"', { |
| 157 # ... | 157 # ... |
| 158 # ], | 158 # ], |
| 159 ], | 159 ], |
| 160 'configurations': { | 160 'configurations': { |
| 161 'Debug_Base': { | 161 'Debug_Base': { |
| 162 'inherit_from': ['Dart_Base'], | |
|
Bill Hesse
2013/04/29 11:17:54
Please comment this as a modification from the bas
kustermann
2013/04/30 10:37:22
I added comment at the top of the file.
We'll see
| |
| 162 'defines': [ | 163 'defines': [ |
| 163 'DEBUG', | 164 'DEBUG', |
| 164 ], | 165 ], |
| 165 }, | 166 }, |
| 166 }, | 167 }, |
| 167 }, | 168 }, |
| 168 ], | 169 ], |
| 169 }]], | 170 }]], |
| 170 } | 171 } |
| OLD | NEW |