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

Side by Side Diff: src/v8.gyp

Issue 2307163002: [Tracing] Expose trace serialization as part of tracing interface (Closed)
Patch Set: Created 4 years, 3 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/libplatform/tracing/trace-writer.cc ('k') | test/cctest/libplatform/test-tracing.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 2027 matching lines...) Expand 10 before | Expand all | Expand 10 after
2038 '../include/libplatform/libplatform.h', 2038 '../include/libplatform/libplatform.h',
2039 '../include/libplatform/v8-tracing.h', 2039 '../include/libplatform/v8-tracing.h',
2040 'libplatform/default-platform.cc', 2040 'libplatform/default-platform.cc',
2041 'libplatform/default-platform.h', 2041 'libplatform/default-platform.h',
2042 'libplatform/task-queue.cc', 2042 'libplatform/task-queue.cc',
2043 'libplatform/task-queue.h', 2043 'libplatform/task-queue.h',
2044 'libplatform/tracing/trace-buffer.cc', 2044 'libplatform/tracing/trace-buffer.cc',
2045 'libplatform/tracing/trace-buffer.h', 2045 'libplatform/tracing/trace-buffer.h',
2046 'libplatform/tracing/trace-config.cc', 2046 'libplatform/tracing/trace-config.cc',
2047 'libplatform/tracing/trace-object.cc', 2047 'libplatform/tracing/trace-object.cc',
2048 'libplatform/tracing/trace-serializer.cc',
2048 'libplatform/tracing/trace-writer.cc', 2049 'libplatform/tracing/trace-writer.cc',
2049 'libplatform/tracing/trace-writer.h', 2050 'libplatform/tracing/trace-writer.h',
2050 'libplatform/tracing/tracing-controller.cc', 2051 'libplatform/tracing/tracing-controller.cc',
2051 'libplatform/worker-thread.cc', 2052 'libplatform/worker-thread.cc',
2052 'libplatform/worker-thread.h', 2053 'libplatform/worker-thread.h',
2053 ], 2054 ],
2054 'conditions': [ 2055 'conditions': [
2055 ['want_separate_host_toolset==1', { 2056 ['want_separate_host_toolset==1', {
2056 'toolsets': ['host', 'target'], 2057 'toolsets': ['host', 'target'],
2057 }, { 2058 }, {
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
2415 'conditions': [ 2416 'conditions': [
2416 ['want_separate_host_toolset_mkpeephole==1', { 2417 ['want_separate_host_toolset_mkpeephole==1', {
2417 'toolsets': ['host'], 2418 'toolsets': ['host'],
2418 }, { 2419 }, {
2419 'toolsets': ['target'], 2420 'toolsets': ['target'],
2420 }], 2421 }],
2421 ], 2422 ],
2422 }, 2423 },
2423 ], 2424 ],
2424 } 2425 }
OLDNEW
« no previous file with comments | « src/libplatform/tracing/trace-writer.cc ('k') | test/cctest/libplatform/test-tracing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698