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

Side by Side Diff: src/v8.gyp

Issue 2399463004: [tracing] Add support for TracedValue JSON serializer. (Closed)
Patch Set: addressing nits Created 4 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
« no previous file with comments | « src/tracing/traced-value.cc ('k') | test/cctest/BUILD.gn » ('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 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1203 'string-builder.h', 1203 'string-builder.h',
1204 'string-search.h', 1204 'string-search.h',
1205 'string-stream.cc', 1205 'string-stream.cc',
1206 'string-stream.h', 1206 'string-stream.h',
1207 'strtod.cc', 1207 'strtod.cc',
1208 'strtod.h', 1208 'strtod.h',
1209 'ic/stub-cache.cc', 1209 'ic/stub-cache.cc',
1210 'ic/stub-cache.h', 1210 'ic/stub-cache.h',
1211 'tracing/trace-event.cc', 1211 'tracing/trace-event.cc',
1212 'tracing/trace-event.h', 1212 'tracing/trace-event.h',
1213 'tracing/traced-value.cc',
1214 'tracing/traced-value.h',
1213 'transitions-inl.h', 1215 'transitions-inl.h',
1214 'transitions.cc', 1216 'transitions.cc',
1215 'transitions.h', 1217 'transitions.h',
1216 'type-feedback-vector-inl.h', 1218 'type-feedback-vector-inl.h',
1217 'type-feedback-vector.cc', 1219 'type-feedback-vector.cc',
1218 'type-feedback-vector.h', 1220 'type-feedback-vector.h',
1219 'type-hints.cc', 1221 'type-hints.cc',
1220 'type-hints.h', 1222 'type-hints.h',
1221 'type-info.cc', 1223 'type-info.cc',
1222 'type-info.h', 1224 'type-info.h',
(...skipping 1216 matching lines...) Expand 10 before | Expand all | Expand 10 after
2439 'conditions': [ 2441 'conditions': [
2440 ['want_separate_host_toolset_mkpeephole==1', { 2442 ['want_separate_host_toolset_mkpeephole==1', {
2441 'toolsets': ['host'], 2443 'toolsets': ['host'],
2442 }, { 2444 }, {
2443 'toolsets': ['target'], 2445 'toolsets': ['target'],
2444 }], 2446 }],
2445 ], 2447 ],
2446 }, 2448 },
2447 ], 2449 ],
2448 } 2450 }
OLDNEW
« no previous file with comments | « src/tracing/traced-value.cc ('k') | test/cctest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698