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

Side by Side Diff: components/tracing.gyp

Issue 2047273002: tracing v2: Add ScatteredStreamWriter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tv_ups1
Patch Set: Typo Created 4 years, 5 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 | « components/components_tests.gyp ('k') | components/tracing/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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 # This file is intentionally a gyp file rather than a gypi for dependencies 6 # This file is intentionally a gyp file rather than a gypi for dependencies
7 # reasons. The other gypi files include content.gyp and content_common depends 7 # reasons. The other gypi files include content.gyp and content_common depends
8 # on this, thus if you try to rename this to gypi and include it in 8 # on this, thus if you try to rename this to gypi and include it in
9 # components.gyp, you will get a circular dependency error. 9 # components.gyp, you will get a circular dependency error.
10 { 10 {
(...skipping 24 matching lines...) Expand all
35 'tracing/common/graphics_memory_dump_provider_android.cc', 35 'tracing/common/graphics_memory_dump_provider_android.cc',
36 'tracing/common/graphics_memory_dump_provider_android.h', 36 'tracing/common/graphics_memory_dump_provider_android.h',
37 'tracing/common/process_metrics_memory_dump_provider.cc', 37 'tracing/common/process_metrics_memory_dump_provider.cc',
38 'tracing/common/process_metrics_memory_dump_provider.h', 38 'tracing/common/process_metrics_memory_dump_provider.h',
39 'tracing/common/trace_to_console.cc', 39 'tracing/common/trace_to_console.cc',
40 'tracing/common/trace_to_console.h', 40 'tracing/common/trace_to_console.h',
41 'tracing/common/tracing_messages.cc', 41 'tracing/common/tracing_messages.cc',
42 'tracing/common/tracing_messages.h', 42 'tracing/common/tracing_messages.h',
43 'tracing/common/tracing_switches.cc', 43 'tracing/common/tracing_switches.cc',
44 'tracing/common/tracing_switches.h', 44 'tracing/common/tracing_switches.h',
45 'tracing/core/scattered_stream_writer.cc',
46 'tracing/core/scattered_stream_writer.h',
45 'tracing/core/trace_ring_buffer.cc', 47 'tracing/core/trace_ring_buffer.cc',
46 'tracing/core/trace_ring_buffer.h', 48 'tracing/core/trace_ring_buffer.h',
47 'tracing/tracing_export.h', 49 'tracing/tracing_export.h',
48 ], 50 ],
49 'target_conditions': [ 51 'target_conditions': [
50 ['>(nacl_untrusted_build)==1', { 52 ['>(nacl_untrusted_build)==1', {
51 'sources!': [ 53 'sources!': [
52 'tracing/common/process_metrics_memory_dump_provider.cc', 54 'tracing/common/process_metrics_memory_dump_provider.cc',
53 ], 55 ],
54 }], 56 }],
55 ] 57 ]
56 }, 58 },
57 ], 59 ],
58 } 60 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/tracing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698