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

Side by Side Diff: components/tracing.gyp

Issue 1383733002: [tracing] Add graphics memory dump provider for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 2 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
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 12 matching lines...) Expand all
23 '..', 23 '..',
24 ], 24 ],
25 'defines': [ 25 'defines': [
26 'TRACING_IMPLEMENTATION=1', 26 'TRACING_IMPLEMENTATION=1',
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'tracing/child_memory_dump_manager_delegate_impl.cc', 29 'tracing/child_memory_dump_manager_delegate_impl.cc',
30 'tracing/child_memory_dump_manager_delegate_impl.h', 30 'tracing/child_memory_dump_manager_delegate_impl.h',
31 'tracing/child_trace_message_filter.cc', 31 'tracing/child_trace_message_filter.cc',
32 'tracing/child_trace_message_filter.h', 32 'tracing/child_trace_message_filter.h',
33 'tracing/graphics_memory_dump_provider_android.cc',
34 'tracing/graphics_memory_dump_provider_android.h',
33 'tracing/trace_config_file.cc', 35 'tracing/trace_config_file.cc',
34 'tracing/trace_config_file.h', 36 'tracing/trace_config_file.h',
35 'tracing/tracing_export.h', 37 'tracing/tracing_export.h',
36 'tracing/tracing_messages.cc', 38 'tracing/tracing_messages.cc',
37 'tracing/tracing_messages.h', 39 'tracing/tracing_messages.h',
38 'tracing/tracing_switches.cc', 40 'tracing/tracing_switches.cc',
39 'tracing/tracing_switches.h', 41 'tracing/tracing_switches.h',
40 ], 42 ],
41 }, 43 },
42 ], 44 ],
43 } 45 }
OLDNEW
« no previous file with comments | « no previous file | components/tracing/BUILD.gn » ('j') | components/tracing/graphics_memory_dump_provider_android.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698