OLD | NEW |
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 Loading... |
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/trace_ring_buffer.cc', |
| 46 'tracing/core/trace_ring_buffer.h', |
45 'tracing/tracing_export.h', | 47 'tracing/tracing_export.h', |
46 ], | 48 ], |
47 'target_conditions': [ | 49 'target_conditions': [ |
48 ['>(nacl_untrusted_build)==1', { | 50 ['>(nacl_untrusted_build)==1', { |
49 'sources!': [ | 51 'sources!': [ |
50 'tracing/common/process_metrics_memory_dump_provider.cc', | 52 'tracing/common/process_metrics_memory_dump_provider.cc', |
51 ], | 53 ], |
52 }], | 54 }], |
53 ] | 55 ] |
54 }, | 56 }, |
55 ], | 57 ], |
56 } | 58 } |
OLD | NEW |