Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: nss.gyp

Issue 482353002: nss.gyp: Remove two files from sources that were removed in all conditionals. (Closed) Base URL: http://src.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | nss/lib/freebl/intel-aes-x64-masm.asm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss.gyp
===================================================================
--- nss.gyp (revision 287121)
+++ nss.gyp (working copy)
@@ -582,11 +582,9 @@
'nss/lib/freebl/ecl/ec_naf.c',
'nss/lib/freebl/gcm.c',
'nss/lib/freebl/gcm.h',
- 'nss/lib/freebl/intel-aes-x64-masm.asm',
'nss/lib/freebl/intel-aes-x86-masm.asm',
'nss/lib/freebl/intel-aes.h',
'nss/lib/freebl/intel-gcm-wrap.c',
- 'nss/lib/freebl/intel-gcm-x64-masm.asm',
'nss/lib/freebl/intel-gcm-x86-masm.asm',
'nss/lib/freebl/intel-gcm.h',
'nss/lib/freebl/hmacct.c',
@@ -1110,8 +1108,6 @@
}],
['target_arch=="ia32"', {
'sources!': [
- 'nss/lib/freebl/intel-aes-x64-masm.asm',
- 'nss/lib/freebl/intel-gcm-x64-masm.asm',
'nss/lib/freebl/mpi/mpi_amd64.c',
],
}],
@@ -1205,10 +1201,8 @@
'WIN64',
],
'sources!': [
- 'nss/lib/freebl/intel-aes-x64-masm.asm',
'nss/lib/freebl/intel-aes-x86-masm.asm',
'nss/lib/freebl/intel-gcm-wrap.c',
- 'nss/lib/freebl/intel-gcm-x64-masm.asm',
'nss/lib/freebl/intel-gcm-x86-masm.asm',
'nss/lib/freebl/mpi/mpi_amd64.c',
'nss/lib/freebl/mpi/mpi_x86_asm.c',
@@ -1217,10 +1211,8 @@
],
}, { # else: OS!="win"
'sources!': [
- 'nss/lib/freebl/intel-aes-x64-masm.asm',
'nss/lib/freebl/intel-aes-x86-masm.asm',
'nss/lib/freebl/intel-gcm-wrap.c',
- 'nss/lib/freebl/intel-gcm-x64-masm.asm',
'nss/lib/freebl/intel-gcm-x86-masm.asm',
# mpi_x86_asm.c contains MSVC inline assembly code.
'nss/lib/freebl/mpi/mpi_x86_asm.c',
« no previous file with comments | « no previous file | nss/lib/freebl/intel-aes-x64-masm.asm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698