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

Side by Side Diff: test/cctest/cctest.gyp

Issue 2183943002: Revert of [Tracing] V8 Tracing Controller (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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 | « src/v8.gyp ('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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'heap/heap-utils.h', 95 'heap/heap-utils.h',
96 'heap/test-alloc.cc', 96 'heap/test-alloc.cc',
97 'heap/test-array-buffer-tracker.cc', 97 'heap/test-array-buffer-tracker.cc',
98 'heap/test-compaction.cc', 98 'heap/test-compaction.cc',
99 'heap/test-heap.cc', 99 'heap/test-heap.cc',
100 'heap/test-incremental-marking.cc', 100 'heap/test-incremental-marking.cc',
101 'heap/test-lab.cc', 101 'heap/test-lab.cc',
102 'heap/test-mark-compact.cc', 102 'heap/test-mark-compact.cc',
103 'heap/test-page-promotion.cc', 103 'heap/test-page-promotion.cc',
104 'heap/test-spaces.cc', 104 'heap/test-spaces.cc',
105 'libplatform/test-tracing.cc',
106 'libsampler/test-sampler.cc', 105 'libsampler/test-sampler.cc',
107 'print-extension.cc', 106 'print-extension.cc',
108 'profiler-extension.cc', 107 'profiler-extension.cc',
109 'test-access-checks.cc', 108 'test-access-checks.cc',
110 'test-accessors.cc', 109 'test-accessors.cc',
111 'test-api.cc', 110 'test-api.cc',
112 'test-api.h', 111 'test-api.h',
113 'test-api-accessors.cc', 112 'test-api-accessors.cc',
114 'test-api-interceptors.cc', 113 'test-api-interceptors.cc',
115 'test-api-fast-accessor-builder.cc', 114 'test-api-fast-accessor-builder.cc',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 '../../gypfiles/isolate.gypi', 484 '../../gypfiles/isolate.gypi',
486 ], 485 ],
487 'sources': [ 486 'sources': [
488 'cctest.isolate', 487 'cctest.isolate',
489 ], 488 ],
490 }, 489 },
491 ], 490 ],
492 }], 491 }],
493 ], 492 ],
494 } 493 }
OLDNEW
« no previous file with comments | « src/v8.gyp ('k') | test/cctest/libplatform/test-tracing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698