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

Side by Side Diff: components/tracing.gyp

Issue 2134683002: tracing v2: Add base class for zero-copy protobuf (ProtoZero) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@proto_utils
Patch Set: rebase 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 25 matching lines...) Expand all
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/proto_utils.h', 45 'tracing/core/proto_utils.h',
46 'tracing/core/proto_zero_message.cc',
47 'tracing/core/proto_zero_message.h',
46 'tracing/core/scattered_stream_writer.cc', 48 'tracing/core/scattered_stream_writer.cc',
47 'tracing/core/scattered_stream_writer.h', 49 'tracing/core/scattered_stream_writer.h',
48 'tracing/core/trace_ring_buffer.cc', 50 'tracing/core/trace_ring_buffer.cc',
49 'tracing/core/trace_ring_buffer.h', 51 'tracing/core/trace_ring_buffer.h',
50 'tracing/tracing_export.h', 52 'tracing/tracing_export.h',
51 ], 53 ],
52 'target_conditions': [ 54 'target_conditions': [
53 ['>(nacl_untrusted_build)==1', { 55 ['>(nacl_untrusted_build)==1', {
54 'sources!': [ 56 'sources!': [
55 'tracing/common/process_metrics_memory_dump_provider.cc', 57 'tracing/common/process_metrics_memory_dump_provider.cc',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'sources': [ 90 'sources': [
89 'tracing/test/example_messages.proto', 91 'tracing/test/example_messages.proto',
90 ], 92 ],
91 'dependencies': [ 93 'dependencies': [
92 'proto_zero_plugin#host', 94 'proto_zero_plugin#host',
93 ], 95 ],
94 'includes': ['../build/protoc.gypi'], 96 'includes': ['../build/protoc.gypi'],
95 }, 97 },
96 ], 98 ],
97 } 99 }
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