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

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

Issue 1581083009: Move SourcePosition into separate header file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Include what you use. Created 4 years, 11 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/x87/assembler-x87.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 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 '../../src/simulator.h', 1026 '../../src/simulator.h',
1027 '../../src/small-pointer-list.h', 1027 '../../src/small-pointer-list.h',
1028 '../../src/snapshot/natives.h', 1028 '../../src/snapshot/natives.h',
1029 '../../src/snapshot/natives-common.cc', 1029 '../../src/snapshot/natives-common.cc',
1030 '../../src/snapshot/serialize.cc', 1030 '../../src/snapshot/serialize.cc',
1031 '../../src/snapshot/serialize.h', 1031 '../../src/snapshot/serialize.h',
1032 '../../src/snapshot/snapshot.h', 1032 '../../src/snapshot/snapshot.h',
1033 '../../src/snapshot/snapshot-common.cc', 1033 '../../src/snapshot/snapshot-common.cc',
1034 '../../src/snapshot/snapshot-source-sink.cc', 1034 '../../src/snapshot/snapshot-source-sink.cc',
1035 '../../src/snapshot/snapshot-source-sink.h', 1035 '../../src/snapshot/snapshot-source-sink.h',
1036 '../../src/source-position.h',
1036 '../../src/splay-tree.h', 1037 '../../src/splay-tree.h',
1037 '../../src/splay-tree-inl.h', 1038 '../../src/splay-tree-inl.h',
1038 '../../src/startup-data-util.cc', 1039 '../../src/startup-data-util.cc',
1039 '../../src/startup-data-util.h', 1040 '../../src/startup-data-util.h',
1040 '../../src/string-builder.cc', 1041 '../../src/string-builder.cc',
1041 '../../src/string-builder.h', 1042 '../../src/string-builder.h',
1042 '../../src/string-search.h', 1043 '../../src/string-search.h',
1043 '../../src/string-stream.cc', 1044 '../../src/string-stream.cc',
1044 '../../src/string-stream.h', 1045 '../../src/string-stream.h',
1045 '../../src/strtod.cc', 1046 '../../src/strtod.cc',
(...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after
2126 }], 2127 }],
2127 ['want_separate_host_toolset==1', { 2128 ['want_separate_host_toolset==1', {
2128 'toolsets': ['host'], 2129 'toolsets': ['host'],
2129 }, { 2130 }, {
2130 'toolsets': ['target'], 2131 'toolsets': ['target'],
2131 }], 2132 }],
2132 ], 2133 ],
2133 }, 2134 },
2134 ], 2135 ],
2135 } 2136 }
OLDNEW
« no previous file with comments | « src/x87/assembler-x87.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698