| 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 25 matching lines...) Expand all  Loading... | 
|  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', | 
|  56           ], |  58           ], | 
|  57         }], |  59         }], | 
|  58       ] |  60       ] | 
|  59     }, |  61     }, | 
|  60   ], |  62   ], | 
|  61 } |  63 } | 
| OLD | NEW |