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

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

Issue 1161393007: OLD type Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix Created 5 years, 6 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 | « test/mjsunit/harmony/asm.js ('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 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 '../../src/transitions.cc', 902 '../../src/transitions.cc',
903 '../../src/transitions.h', 903 '../../src/transitions.h',
904 '../../src/type-feedback-vector-inl.h', 904 '../../src/type-feedback-vector-inl.h',
905 '../../src/type-feedback-vector.cc', 905 '../../src/type-feedback-vector.cc',
906 '../../src/type-feedback-vector.h', 906 '../../src/type-feedback-vector.h',
907 '../../src/type-info.cc', 907 '../../src/type-info.cc',
908 '../../src/type-info.h', 908 '../../src/type-info.h',
909 '../../src/types-inl.h', 909 '../../src/types-inl.h',
910 '../../src/types.cc', 910 '../../src/types.cc',
911 '../../src/types.h', 911 '../../src/types.h',
912 #'../../src/typing-asm.cc',
913 '../../src/typing-asm.h',
912 '../../src/typing.cc', 914 '../../src/typing.cc',
913 '../../src/typing.h', 915 '../../src/typing.h',
914 '../../src/unbound-queue-inl.h', 916 '../../src/unbound-queue-inl.h',
915 '../../src/unbound-queue.h', 917 '../../src/unbound-queue.h',
916 '../../src/unicode-inl.h', 918 '../../src/unicode-inl.h',
917 '../../src/unicode.cc', 919 '../../src/unicode.cc',
918 '../../src/unicode.h', 920 '../../src/unicode.h',
919 '../../src/unicode-decoder.cc', 921 '../../src/unicode-decoder.cc',
920 '../../src/unicode-decoder.h', 922 '../../src/unicode-decoder.h',
921 '../../src/unique.h', 923 '../../src/unique.h',
(...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after
1886 }], 1888 }],
1887 ['want_separate_host_toolset==1', { 1889 ['want_separate_host_toolset==1', {
1888 'toolsets': ['host'], 1890 'toolsets': ['host'],
1889 }, { 1891 }, {
1890 'toolsets': ['target'], 1892 'toolsets': ['target'],
1891 }], 1893 }],
1892 ], 1894 ],
1893 }, 1895 },
1894 ], 1896 ],
1895 } 1897 }
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/asm.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698