| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,15 +1,9 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'conditions': [ | |
| 3 | - ['target_arch=="ppc" and OS=="aix"', { | ||
| 4 | - 'includes': ['config/archs/aix-gcc/asm/openssl-cl.gypi'], | ||
| 5 | - }, 'target_arch=="ppc" and OS=="linux"', { | ||
| 6 | - 'includes': ['config/archs/linux-ppc/asm/openssl-cl.gypi'], | ||
| 7 | - }, 'target_arch=="ppc64" and OS=="aix"', { | ||
| 3 | + ['target_arch=="ppc64" and OS=="aix"', { | ||
| 8 | 4 | 'includes': ['config/archs/aix64-gcc-as/asm/openssl-cl.gypi'], | |
| 9 | 5 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 10 | 6 | 'includes': ['config/archs/linux-ppc64le/asm/openssl-cl.gypi'], | |
| 11 | - }, 'target_arch=="ppc64" and OS=="linux"', { | ||
| 12 | - 'includes': ['config/archs/linux-ppc64/asm/openssl-cl.gypi'], | ||
| 13 | 7 | }, 'target_arch=="s390x" and OS=="linux"', { | |
| 14 | 8 | 'includes': ['config/archs/linux64-s390x/asm/openssl-cl.gypi'], | |
| 15 | 9 | }, 'target_arch=="arm" and OS=="linux"', { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,15 +1,9 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'conditions': [ | |
| 3 | - ['target_arch=="ppc" and OS=="aix"', { | ||
| 4 | - 'includes': ['config/archs/aix-gcc/asm_avx2/openssl-cl.gypi'], | ||
| 5 | - }, 'target_arch=="ppc" and OS=="linux"', { | ||
| 6 | - 'includes': ['config/archs/linux-ppc/asm_avx2/openssl-cl.gypi'], | ||
| 7 | - }, 'target_arch=="ppc64" and OS=="aix"', { | ||
| 3 | + ['target_arch=="ppc64" and OS=="aix"', { | ||
| 8 | 4 | 'includes': ['config/archs/aix64-gcc-as/asm_avx2/openssl-cl.gypi'], | |
| 9 | 5 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 10 | 6 | 'includes': ['config/archs/linux-ppc64le/asm_avx2/openssl-cl.gypi'], | |
| 11 | - }, 'target_arch=="ppc64" and OS=="linux"', { | ||
| 12 | - 'includes': ['config/archs/linux-ppc64/asm_avx2/openssl-cl.gypi'], | ||
| 13 | 7 | }, 'target_arch=="s390x" and OS=="linux"', { | |
| 14 | 8 | 'includes': ['config/archs/linux64-s390x/asm_avx2/openssl-cl.gypi'], | |
| 15 | 9 | }, 'target_arch=="arm" and OS=="linux"', { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,15 +1,9 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'conditions': [ | |
| 3 | - ['target_arch=="ppc" and OS=="aix"', { | ||
| 4 | - 'includes': ['config/archs/aix-gcc/no-asm/openssl-cl.gypi'], | ||
| 5 | - }, 'target_arch=="ppc" and OS=="linux"', { | ||
| 6 | - 'includes': ['config/archs/linux-ppc/no-asm/openssl-cl.gypi'], | ||
| 7 | - }, 'target_arch=="ppc64" and OS=="aix"', { | ||
| 3 | + ['target_arch=="ppc64" and OS=="aix"', { | ||
| 8 | 4 | 'includes': ['config/archs/aix64-gcc-as/no-asm/openssl-cl.gypi'], | |
| 9 | 5 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 10 | 6 | 'includes': ['config/archs/linux-ppc64le/no-asm/openssl-cl.gypi'], | |
| 11 | - }, 'target_arch=="ppc64" and OS=="linux"', { | ||
| 12 | - 'includes': ['config/archs/linux-ppc64/no-asm/openssl-cl.gypi'], | ||
| 13 | 7 | }, 'target_arch=="s390x" and OS=="linux"', { | |
| 14 | 8 | 'includes': ['config/archs/linux64-s390x/no-asm/openssl-cl.gypi'], | |
| 15 | 9 | }, 'target_arch=="arm" and OS in ("linux", "android")', { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,15 +1,9 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'conditions': [ | |
| 3 | - ['target_arch=="ppc" and OS=="aix"', { | ||
| 4 | - 'includes': ['config/archs/aix-gcc/asm/openssl-fips.gypi'], | ||
| 5 | - }, 'target_arch=="ppc" and OS=="linux"', { | ||
| 6 | - 'includes': ['config/archs/linux-ppc/asm/openssl-fips.gypi'], | ||
| 7 | - }, 'target_arch=="ppc64" and OS=="aix"', { | ||
| 3 | + ['target_arch=="ppc64" and OS=="aix"', { | ||
| 8 | 4 | 'includes': ['config/archs/aix64-gcc-as/asm/openssl-fips.gypi'], | |
| 9 | 5 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 10 | 6 | 'includes': ['config/archs/linux-ppc64le/asm/openssl-fips.gypi'], | |
| 11 | - }, 'target_arch=="ppc64" and OS=="linux"', { | ||
| 12 | - 'includes': ['config/archs/linux-ppc64/asm/openssl-fips.gypi'], | ||
| 13 | 7 | }, 'target_arch=="s390x" and OS=="linux"', { | |
| 14 | 8 | 'includes': ['config/archs/linux64-s390x/asm/openssl-fips.gypi'], | |
| 15 | 9 | }, 'target_arch=="arm" and OS=="linux"', { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,15 +1,9 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'conditions': [ | |
| 3 | - ['target_arch=="ppc" and OS=="aix"', { | ||
| 4 | - 'includes': ['config/archs/aix-gcc/asm_avx2/openssl-fips.gypi'], | ||
| 5 | - }, 'target_arch=="ppc" and OS=="linux"', { | ||
| 6 | - 'includes': ['config/archs/linux-ppc/asm_avx2/openssl-fips.gypi'], | ||
| 7 | - }, 'target_arch=="ppc64" and OS=="aix"', { | ||
| 3 | + ['target_arch=="ppc64" and OS=="aix"', { | ||
| 8 | 4 | 'includes': ['config/archs/aix64-gcc-as/asm_avx2/openssl-fips.gypi'], | |
| 9 | 5 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 10 | 6 | 'includes': ['config/archs/linux-ppc64le/asm_avx2/openssl-fips.gypi'], | |
| 11 | - }, 'target_arch=="ppc64" and OS=="linux"', { | ||
| 12 | - 'includes': ['config/archs/linux-ppc64/asm_avx2/openssl-fips.gypi'], | ||
| 13 | 7 | }, 'target_arch=="s390x" and OS=="linux"', { | |
| 14 | 8 | 'includes': ['config/archs/linux64-s390x/asm_avx2/openssl-fips.gypi'], | |
| 15 | 9 | }, 'target_arch=="arm" and OS=="linux"', { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,16 +1,10 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'defines': ['OPENSSL_NO_ASM'], | |
| 3 | 3 | 'conditions': [ | |
| 4 | - ['target_arch=="ppc" and OS=="aix"', { | ||
| 5 | - 'includes': ['config/archs/aix-gcc/no-asm/openssl-fips.gypi'], | ||
| 6 | - }, 'target_arch=="ppc" and OS=="linux"', { | ||
| 7 | - 'includes': ['config/archs/linux-ppc/no-asm/openssl-fips.gypi'], | ||
| 8 | - }, 'target_arch=="ppc64" and OS=="aix"', { | ||
| 4 | + ['target_arch=="ppc64" and OS=="aix"', { | ||
| 9 | 5 | 'includes': ['config/archs/aix64-gcc-as/no-asm/openssl-fips.gypi'], | |
| 10 | 6 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 11 | 7 | 'includes': ['config/archs/linux-ppc64le/no-asm/openssl-fips.gypi'], | |
| 12 | - }, 'target_arch=="ppc64" and OS=="linux"', { | ||
| 13 | - 'includes': ['config/archs/linux-ppc64/no-asm/openssl-fips.gypi'], | ||
| 14 | 8 | }, 'target_arch=="s390x" and OS=="linux"', { | |
| 15 | 9 | 'includes': ['config/archs/linux64-s390x/no-asm/openssl-fips.gypi'], | |
| 16 | 10 | }, 'target_arch=="arm" and OS in ("linux", "android")', { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,15 +1,9 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'conditions': [ | |
| 3 | - ['target_arch=="ppc" and OS=="aix"', { | ||
| 4 | - 'includes': ['config/archs/aix-gcc/asm/openssl.gypi'], | ||
| 5 | - }, 'target_arch=="ppc" and OS=="linux"', { | ||
| 6 | - 'includes': ['config/archs/linux-ppc/asm/openssl.gypi'], | ||
| 7 | - }, 'target_arch=="ppc64" and OS=="aix"', { | ||
| 3 | + ['target_arch=="ppc64" and OS=="aix"', { | ||
| 8 | 4 | 'includes': ['config/archs/aix64-gcc-as/asm/openssl.gypi'], | |
| 9 | 5 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 10 | 6 | 'includes': ['config/archs/linux-ppc64le/asm/openssl.gypi'], | |
| 11 | - }, 'target_arch=="ppc64" and OS=="linux"', { | ||
| 12 | - 'includes': ['config/archs/linux-ppc64/asm/openssl.gypi'], | ||
| 13 | 7 | }, 'target_arch=="s390x" and OS=="linux"', { | |
| 14 | 8 | 'includes': ['config/archs/linux64-s390x/asm/openssl.gypi'], | |
| 15 | 9 | }, 'target_arch=="arm" and OS=="linux"', { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,15 +1,9 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'conditions': [ | |
| 3 | - ['target_arch=="ppc" and OS=="aix"', { | ||
| 4 | - 'includes': ['config/archs/aix-gcc/asm_avx2/openssl.gypi'], | ||
| 5 | - }, 'target_arch=="ppc" and OS=="linux"', { | ||
| 6 | - 'includes': ['config/archs/linux-ppc/asm_avx2/openssl.gypi'], | ||
| 7 | - }, 'target_arch=="ppc64" and OS=="aix"', { | ||
| 3 | + ['target_arch=="ppc64" and OS=="aix"', { | ||
| 8 | 4 | 'includes': ['config/archs/aix64-gcc-as/asm_avx2/openssl.gypi'], | |
| 9 | 5 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 10 | 6 | 'includes': ['config/archs/linux-ppc64le/asm_avx2/openssl.gypi'], | |
| 11 | - }, 'target_arch=="ppc64" and OS=="linux"', { | ||
| 12 | - 'includes': ['config/archs/linux-ppc64/asm_avx2/openssl.gypi'], | ||
| 13 | 7 | }, 'target_arch=="s390x" and OS=="linux"', { | |
| 14 | 8 | 'includes': ['config/archs/linux64-s390x/asm_avx2/openssl.gypi'], | |
| 15 | 9 | }, 'target_arch=="arm" and OS=="linux"', { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,16 +1,10 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'defines': ['OPENSSL_NO_ASM'], | |
| 3 | 3 | 'conditions': [ | |
| 4 | - ['target_arch=="ppc" and OS=="aix"', { | ||
| 5 | - 'includes': ['config/archs/aix-gcc/no-asm/openssl.gypi'], | ||
| 6 | - }, 'target_arch=="ppc" and OS=="linux"', { | ||
| 7 | - 'includes': ['config/archs/linux-ppc/no-asm/openssl.gypi'], | ||
| 8 | - }, 'target_arch=="ppc64" and OS=="aix"', { | ||
| 4 | + ['target_arch=="ppc64" and OS=="aix"', { | ||
| 9 | 5 | 'includes': ['config/archs/aix64-gcc-as/no-asm/openssl.gypi'], | |
| 10 | 6 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 11 | 7 | 'includes': ['config/archs/linux-ppc64le/no-asm/openssl.gypi'], | |
| 12 | - }, 'target_arch=="ppc64" and OS=="linux"', { | ||
| 13 | - 'includes': ['config/archs/linux-ppc64/no-asm/openssl.gypi'], | ||
| 14 | 8 | }, 'target_arch=="s390x" and OS=="linux"', { | |
| 15 | 9 | 'includes': ['config/archs/linux64-s390x/no-asm/openssl.gypi'], | |
| 16 | 10 | }, 'target_arch=="arm" and OS in ("linux", "android")', { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments