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

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

Issue 1292053002: Rework startup-data-util. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Same as Patch Set 3, but revert the "Test for all platforms" bits. Created 5 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 unified diff | Download patch
« no previous file with comments | « test/unittests/unittests.gyp ('k') | tools/parser-shell.cc » ('j') | 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 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
930 '../../src/small-pointer-list.h', 930 '../../src/small-pointer-list.h',
931 '../../src/snapshot/natives.h', 931 '../../src/snapshot/natives.h',
932 '../../src/snapshot/serialize.cc', 932 '../../src/snapshot/serialize.cc',
933 '../../src/snapshot/serialize.h', 933 '../../src/snapshot/serialize.h',
934 '../../src/snapshot/snapshot.h', 934 '../../src/snapshot/snapshot.h',
935 '../../src/snapshot/snapshot-common.cc', 935 '../../src/snapshot/snapshot-common.cc',
936 '../../src/snapshot/snapshot-source-sink.cc', 936 '../../src/snapshot/snapshot-source-sink.cc',
937 '../../src/snapshot/snapshot-source-sink.h', 937 '../../src/snapshot/snapshot-source-sink.h',
938 '../../src/splay-tree.h', 938 '../../src/splay-tree.h',
939 '../../src/splay-tree-inl.h', 939 '../../src/splay-tree-inl.h',
940 '../../src/startup-data-util.cc',
941 '../../src/startup-data-util.h',
940 '../../src/string-builder.cc', 942 '../../src/string-builder.cc',
941 '../../src/string-builder.h', 943 '../../src/string-builder.h',
942 '../../src/string-search.cc', 944 '../../src/string-search.cc',
943 '../../src/string-search.h', 945 '../../src/string-search.h',
944 '../../src/string-stream.cc', 946 '../../src/string-stream.cc',
945 '../../src/string-stream.h', 947 '../../src/string-stream.h',
946 '../../src/strings-storage.cc', 948 '../../src/strings-storage.cc',
947 '../../src/strings-storage.h', 949 '../../src/strings-storage.h',
948 '../../src/strtod.cc', 950 '../../src/strtod.cc',
949 '../../src/strtod.h', 951 '../../src/strtod.h',
(...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 }], 1981 }],
1980 ['want_separate_host_toolset==1', { 1982 ['want_separate_host_toolset==1', {
1981 'toolsets': ['host'], 1983 'toolsets': ['host'],
1982 }, { 1984 }, {
1983 'toolsets': ['target'], 1985 'toolsets': ['target'],
1984 }], 1986 }],
1985 ], 1987 ],
1986 }, 1988 },
1987 ], 1989 ],
1988 } 1990 }
OLDNEW
« no previous file with comments | « test/unittests/unittests.gyp ('k') | tools/parser-shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698