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

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

Issue 988893003: Implement tracing interface for v8 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove v8-tracing in favor of v8-platform, make passing Isolate* explicit, still WIP Created 5 years, 2 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
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 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 '../../src/string-stream.cc', 973 '../../src/string-stream.cc',
974 '../../src/string-stream.h', 974 '../../src/string-stream.h',
975 '../../src/strings-storage.cc', 975 '../../src/strings-storage.cc',
976 '../../src/strings-storage.h', 976 '../../src/strings-storage.h',
977 '../../src/strtod.cc', 977 '../../src/strtod.cc',
978 '../../src/strtod.h', 978 '../../src/strtod.h',
979 '../../src/ic/stub-cache.cc', 979 '../../src/ic/stub-cache.cc',
980 '../../src/ic/stub-cache.h', 980 '../../src/ic/stub-cache.h',
981 '../../src/token.cc', 981 '../../src/token.cc',
982 '../../src/token.h', 982 '../../src/token.h',
983 '../../src/tracing/trace-event.h',
983 '../../src/transitions-inl.h', 984 '../../src/transitions-inl.h',
984 '../../src/transitions.cc', 985 '../../src/transitions.cc',
985 '../../src/transitions.h', 986 '../../src/transitions.h',
986 '../../src/type-feedback-vector-inl.h', 987 '../../src/type-feedback-vector-inl.h',
987 '../../src/type-feedback-vector.cc', 988 '../../src/type-feedback-vector.cc',
988 '../../src/type-feedback-vector.h', 989 '../../src/type-feedback-vector.h',
989 '../../src/type-info.cc', 990 '../../src/type-info.cc',
990 '../../src/type-info.h', 991 '../../src/type-info.h',
991 '../../src/types-inl.h', 992 '../../src/types-inl.h',
992 '../../src/types.cc', 993 '../../src/types.cc',
(...skipping 1091 matching lines...) Expand 10 before | Expand all | Expand 10 after
2084 }], 2085 }],
2085 ['want_separate_host_toolset==1', { 2086 ['want_separate_host_toolset==1', {
2086 'toolsets': ['host'], 2087 'toolsets': ['host'],
2087 }, { 2088 }, {
2088 'toolsets': ['target'], 2089 'toolsets': ['target'],
2089 }], 2090 }],
2090 ], 2091 ],
2091 }, 2092 },
2092 ], 2093 ],
2093 } 2094 }
OLDNEW
« test/cctest/test-trace-event.cc ('K') | « test/cctest/test-trace-event.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698