| 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 deps/third_party/nss/nss.gyp. | 9 # This file is a modified copy of Chromium's deps/third_party/nss/nss.gyp. |
| 10 # Revision 232552 (this should agree with "nss_rev" in DEPS). | 10 # Revision 232552 (this should agree with "nss_rev" in DEPS). |
| (...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 'HAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1', | 349 'HAVE_VISIBILITY_HIDDEN_ATTRIBUTE=1', |
| 350 'HAVE_VISIBILITY_PRAGMA=1', | 350 'HAVE_VISIBILITY_PRAGMA=1', |
| 351 'XP_UNIX=1', | 351 'XP_UNIX=1', |
| 352 '_GNU_SOURCE=1', | 352 '_GNU_SOURCE=1', |
| 353 'HAVE_FCNTL_FILE_LOCKING=1', | 353 'HAVE_FCNTL_FILE_LOCKING=1', |
| 354 'LINUX=1', | 354 'LINUX=1', |
| 355 'i386=1', | 355 'i386=1', |
| 356 'HAVE_LCHOWN=1', | 356 'HAVE_LCHOWN=1', |
| 357 'HAVE_STRERROR=1', | 357 'HAVE_STRERROR=1', |
| 358 'HAVE_DLADDR=1', | 358 'HAVE_DLADDR=1', |
| 359 'HAVE_SETPRIORITY=1', |
| 360 'HAVE_SYSCALL=1', |
| 359 '_REENTRANT=1', | 361 '_REENTRANT=1', |
| 360 'FORCE_PR_LOG', | 362 'FORCE_PR_LOG', |
| 361 '_PR_PTHREADS', | 363 '_PR_PTHREADS', |
| 362 '_NSPR_BUILD_', | 364 '_NSPR_BUILD_', |
| 363 ], | 365 ], |
| 364 'sources/': [ | 366 'sources/': [ |
| 365 ['exclude', 'nspr/pr/src/md/windows/'], | 367 ['exclude', 'nspr/pr/src/md/windows/'], |
| 366 ['exclude', 'nspr/pr/src/threads/combined/'], | 368 ['exclude', 'nspr/pr/src/threads/combined/'], |
| 367 ], | 369 ], |
| 368 'sources!': [ | 370 'sources!': [ |
| (...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1333 '-Wno-logical-op-parentheses', | 1335 '-Wno-logical-op-parentheses', |
| 1334 '-Wno-switch', | 1336 '-Wno-switch', |
| 1335 '-Wno-tautological-compare', | 1337 '-Wno-tautological-compare', |
| 1336 ], | 1338 ], |
| 1337 }], | 1339 }], |
| 1338 ], | 1340 ], |
| 1339 }, | 1341 }, |
| 1340 ], | 1342 ], |
| 1341 }]], | 1343 }]], |
| 1342 } | 1344 } |
| OLD | NEW |