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

Side by Side Diff: tools/gyp/v8.gyp

Issue 1118823003: Extract Signature from src/compiler/machine-type.h to src/signature.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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 unified diff | Download patch
« no previous file with comments | « src/signature.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 845 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 '../../src/sampler.cc', 856 '../../src/sampler.cc',
857 '../../src/sampler.h', 857 '../../src/sampler.h',
858 '../../src/scanner-character-streams.cc', 858 '../../src/scanner-character-streams.cc',
859 '../../src/scanner-character-streams.h', 859 '../../src/scanner-character-streams.h',
860 '../../src/scanner.cc', 860 '../../src/scanner.cc',
861 '../../src/scanner.h', 861 '../../src/scanner.h',
862 '../../src/scopeinfo.cc', 862 '../../src/scopeinfo.cc',
863 '../../src/scopeinfo.h', 863 '../../src/scopeinfo.h',
864 '../../src/scopes.cc', 864 '../../src/scopes.cc',
865 '../../src/scopes.h', 865 '../../src/scopes.h',
866 '../../src/signature.h',
866 '../../src/small-pointer-list.h', 867 '../../src/small-pointer-list.h',
867 '../../src/smart-pointers.h', 868 '../../src/smart-pointers.h',
868 '../../src/snapshot/natives.h', 869 '../../src/snapshot/natives.h',
869 '../../src/snapshot/serialize.cc', 870 '../../src/snapshot/serialize.cc',
870 '../../src/snapshot/serialize.h', 871 '../../src/snapshot/serialize.h',
871 '../../src/snapshot/snapshot.h', 872 '../../src/snapshot/snapshot.h',
872 '../../src/snapshot/snapshot-common.cc', 873 '../../src/snapshot/snapshot-common.cc',
873 '../../src/snapshot/snapshot-source-sink.cc', 874 '../../src/snapshot/snapshot-source-sink.cc',
874 '../../src/snapshot/snapshot-source-sink.h', 875 '../../src/snapshot/snapshot-source-sink.h',
875 '../../src/string-builder.cc', 876 '../../src/string-builder.cc',
(...skipping 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
1841 }], 1842 }],
1842 ['want_separate_host_toolset==1', { 1843 ['want_separate_host_toolset==1', {
1843 'toolsets': ['host'], 1844 'toolsets': ['host'],
1844 }, { 1845 }, {
1845 'toolsets': ['target'], 1846 'toolsets': ['target'],
1846 }], 1847 }],
1847 ], 1848 ],
1848 }, 1849 },
1849 ], 1850 ],
1850 } 1851 }
OLDNEW
« no previous file with comments | « src/signature.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698