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

Side by Side Diff: base/base.gypi

Issue 11345019: Make Chrome Trace work with Android ATrace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't append arguments to name Created 8 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/debug/trace_event.h » ('j') | base/debug/trace_event.h » ('J')
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 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'debug/leak_tracker.h', 107 'debug/leak_tracker.h',
108 'debug/profiler.cc', 108 'debug/profiler.cc',
109 'debug/profiler.h', 109 'debug/profiler.h',
110 'debug/stack_trace.cc', 110 'debug/stack_trace.cc',
111 'debug/stack_trace.h', 111 'debug/stack_trace.h',
112 'debug/stack_trace_android.cc', 112 'debug/stack_trace_android.cc',
113 'debug/stack_trace_posix.cc', 113 'debug/stack_trace_posix.cc',
114 'debug/stack_trace_win.cc', 114 'debug/stack_trace_win.cc',
115 'debug/trace_event.cc', 115 'debug/trace_event.cc',
116 'debug/trace_event.h', 116 'debug/trace_event.h',
117 'debug/trace_event_android.cc',
117 'debug/trace_event_impl.cc', 118 'debug/trace_event_impl.cc',
118 'debug/trace_event_impl.h', 119 'debug/trace_event_impl.h',
119 'debug/trace_event_win.cc', 120 'debug/trace_event_win.cc',
120 'eintr_wrapper.h', 121 'eintr_wrapper.h',
121 'environment.cc', 122 'environment.cc',
122 'environment.h', 123 'environment.h',
123 'file_descriptor_posix.h', 124 'file_descriptor_posix.h',
124 'file_path.cc', 125 'file_path.cc',
125 'file_path.h', 126 'file_path.h',
126 'file_util.cc', 127 'file_util.cc',
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 # Remove all unnecessary files for build_nexe.py to avoid exceeding 711 # Remove all unnecessary files for build_nexe.py to avoid exceeding
711 # command-line-string limitation when building NaCl on Windows. 712 # command-line-string limitation when building NaCl on Windows.
712 ['OS == "win" and >(nacl_untrusted_build)==1', { 713 ['OS == "win" and >(nacl_untrusted_build)==1', {
713 'sources/': [ ['exclude', '\\.h$'] ], 714 'sources/': [ ['exclude', '\\.h$'] ],
714 }], 715 }],
715 ], 716 ],
716 }], 717 }],
717 ], 718 ],
718 }, 719 },
719 } 720 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/trace_event.h » ('j') | base/debug/trace_event.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698