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

Side by Side Diff: base/base.gyp

Issue 6862002: Merge gpu_trace_event back into base/debug/trace_event (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge to r83717 Created 9 years, 7 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/base.gypi » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'base.gypi', 10 'base.gypi',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'at_exit_unittest.cc', 108 'at_exit_unittest.cc',
109 'atomicops_unittest.cc', 109 'atomicops_unittest.cc',
110 'base64_unittest.cc', 110 'base64_unittest.cc',
111 'bind_unittest.cc', 111 'bind_unittest.cc',
112 'bits_unittest.cc', 112 'bits_unittest.cc',
113 'callback_unittest.cc', 113 'callback_unittest.cc',
114 'command_line_unittest.cc', 114 'command_line_unittest.cc',
115 'cpu_unittest.cc', 115 'cpu_unittest.cc',
116 'debug/leak_tracker_unittest.cc', 116 'debug/leak_tracker_unittest.cc',
117 'debug/stack_trace_unittest.cc', 117 'debug/stack_trace_unittest.cc',
118 'debug/trace_event_unittest.cc',
118 'debug/trace_event_win_unittest.cc', 119 'debug/trace_event_win_unittest.cc',
119 'dir_reader_posix_unittest.cc', 120 'dir_reader_posix_unittest.cc',
120 'environment_unittest.cc', 121 'environment_unittest.cc',
121 'file_descriptor_shuffle_unittest.cc', 122 'file_descriptor_shuffle_unittest.cc',
122 'file_path_unittest.cc', 123 'file_path_unittest.cc',
123 'file_util_unittest.cc', 124 'file_util_unittest.cc',
124 'file_version_info_unittest.cc', 125 'file_version_info_unittest.cc',
125 'gmock_unittest.cc', 126 'gmock_unittest.cc',
126 'id_map_unittest.cc', 127 'id_map_unittest.cc',
127 'i18n/break_iterator_unittest.cc', 128 'i18n/break_iterator_unittest.cc',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 ], 375 ],
375 }], 376 }],
376 ], 377 ],
377 } 378 }
378 379
379 # Local Variables: 380 # Local Variables:
380 # tab-width:2 381 # tab-width:2
381 # indent-tabs-mode:nil 382 # indent-tabs-mode:nil
382 # End: 383 # End:
383 # vim: set expandtab tabstop=2 shiftwidth=2: 384 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/debug/trace_event.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698