summaryrefslogtreecommitdiffstats
path: root/net/third_party
diff options
context:
space:
mode:
authorsatorux <satorux@chromium.org>2015-02-15 17:39:34 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-16 01:40:17 +0000
commiteef164ef753ccb97ae45d6c86e12a3f2c3318d1d (patch)
treee585443a90b80309f772692d8303907de11aed1e /net/third_party
parent2cafdd4b20176e66da2b8ec87e87546ab6a3e36d (diff)
downloadchromium_src-eef164ef753ccb97ae45d6c86e12a3f2c3318d1d.zip
chromium_src-eef164ef753ccb97ae45d6c86e12a3f2c3318d1d.tar.gz
chromium_src-eef164ef753ccb97ae45d6c86e12a3f2c3318d1d.tar.bz2
Re-sort GYP files with the latest version of tools/source_list.py
In crrev.com/316164, a bug was fixed to handle comments in a source list correctly. In this patch, a bug was fixed to handle comments at the end of a source list. Along the way, sort some GYP files in sub directories under base and net, which I forgot to sort previously. BUG=456014 TEST=everything should build as before Review URL: https://codereview.chromium.org/924743002 Cr-Commit-Position: refs/heads/master@{#316418}
Diffstat (limited to 'net/third_party')
-rw-r--r--net/third_party/nss/ssl.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/third_party/nss/ssl.gyp b/net/third_party/nss/ssl.gyp
index 64d8551..1d2bab8 100644
--- a/net/third_party/nss/ssl.gyp
+++ b/net/third_party/nss/ssl.gyp
@@ -25,7 +25,9 @@
'type': '<(component)',
'product_name': 'crssl', # Don't conflict with OpenSSL's libssl
'sources': [
+ 'ssl/SSLerrs.h',
'ssl/authcert.c',
+ 'ssl/bodge/secitem_array.c',
'ssl/cmpcert.c',
'ssl/derive.c',
'ssl/dtlscon.c',
@@ -45,7 +47,6 @@
'ssl/sslenum.c',
'ssl/sslerr.c',
'ssl/sslerr.h',
- 'ssl/SSLerrs.h',
'ssl/sslerrstrs.c',
'ssl/sslgathr.c',
'ssl/sslimpl.h',
@@ -67,7 +68,6 @@
'ssl/unix_err.h',
'ssl/win32err.c',
'ssl/win32err.h',
- 'ssl/bodge/secitem_array.c',
],
'sources!': [
'ssl/os2_err.c',