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

Side by Side Diff: base/base.gypi

Issue 9213013: Split up trace_event.h into trace_event_impl.h and add webkitplatform support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed webkit changes Created 8 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/debug/trace_event.h » ('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 # 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'debug/debugger_win.cc', 77 'debug/debugger_win.cc',
78 'debug/leak_annotations.h', 78 'debug/leak_annotations.h',
79 'debug/leak_tracker.h', 79 'debug/leak_tracker.h',
80 'debug/profiler.cc', 80 'debug/profiler.cc',
81 'debug/profiler.h', 81 'debug/profiler.h',
82 'debug/stack_trace.cc', 82 'debug/stack_trace.cc',
83 'debug/stack_trace.h', 83 'debug/stack_trace.h',
84 'debug/stack_trace_android.cc', 84 'debug/stack_trace_android.cc',
85 'debug/stack_trace_posix.cc', 85 'debug/stack_trace_posix.cc',
86 'debug/stack_trace_win.cc', 86 'debug/stack_trace_win.cc',
87 'debug/trace_event_win.cc',
88 'debug/trace_event.cc', 87 'debug/trace_event.cc',
89 'debug/trace_event.h', 88 'debug/trace_event.h',
89 'debug/trace_event_impl.cc',
90 'debug/trace_event_impl.h',
91 'debug/trace_event_win.cc',
90 'dir_reader_fallback.h', 92 'dir_reader_fallback.h',
91 'dir_reader_linux.h', 93 'dir_reader_linux.h',
92 'dir_reader_posix.h', 94 'dir_reader_posix.h',
93 'eintr_wrapper.h', 95 'eintr_wrapper.h',
94 'environment.cc', 96 'environment.cc',
95 'environment.h', 97 'environment.h',
96 'file_descriptor_posix.h', 98 'file_descriptor_posix.h',
97 'file_path.cc', 99 'file_path.cc',
98 'file_path.h', 100 'file_path.h',
99 'file_util.cc', 101 'file_util.cc',
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 'third_party/xdg_mime/xdgmimemagic.c', 886 'third_party/xdg_mime/xdgmimemagic.c',
885 'third_party/xdg_mime/xdgmimemagic.h', 887 'third_party/xdg_mime/xdgmimemagic.h',
886 'third_party/xdg_mime/xdgmimeparent.c', 888 'third_party/xdg_mime/xdgmimeparent.c',
887 'third_party/xdg_mime/xdgmimeparent.h', 889 'third_party/xdg_mime/xdgmimeparent.h',
888 ], 890 ],
889 }, 891 },
890 ], 892 ],
891 }], 893 }],
892 ], 894 ],
893 } 895 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/trace_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698