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

Side by Side Diff: base/allocator/allocator.gyp

Issue 6523009: Remove obsolete dependencies that create needless recompiling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 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 | chrome/chrome_tests.gypi » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'jemalloc_dir': '../../third_party/jemalloc/chromium', 7 'jemalloc_dir': '../../third_party/jemalloc/chromium',
8 'tcmalloc_dir': '../../third_party/tcmalloc/chromium', 8 'tcmalloc_dir': '../../third_party/tcmalloc/chromium',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 '<(tcmalloc_dir)/src/profiler.cc', 126 '<(tcmalloc_dir)/src/profiler.cc',
127 '<(tcmalloc_dir)/src/raw_printer.cc', 127 '<(tcmalloc_dir)/src/raw_printer.cc',
128 '<(tcmalloc_dir)/src/raw_printer.h', 128 '<(tcmalloc_dir)/src/raw_printer.h',
129 '<(tcmalloc_dir)/src/sampler.cc', 129 '<(tcmalloc_dir)/src/sampler.cc',
130 '<(tcmalloc_dir)/src/sampler.h', 130 '<(tcmalloc_dir)/src/sampler.h',
131 '<(tcmalloc_dir)/src/span.cc', 131 '<(tcmalloc_dir)/src/span.cc',
132 '<(tcmalloc_dir)/src/span.h', 132 '<(tcmalloc_dir)/src/span.h',
133 '<(tcmalloc_dir)/src/stack_trace_table.cc', 133 '<(tcmalloc_dir)/src/stack_trace_table.cc',
134 '<(tcmalloc_dir)/src/stack_trace_table.h', 134 '<(tcmalloc_dir)/src/stack_trace_table.h',
135 '<(tcmalloc_dir)/src/stacktrace.cc', 135 '<(tcmalloc_dir)/src/stacktrace.cc',
136 '<(tcmalloc_dir)/src/stacktrace.h',
137 '<(tcmalloc_dir)/src/stacktrace_config.h', 136 '<(tcmalloc_dir)/src/stacktrace_config.h',
138 '<(tcmalloc_dir)/src/stacktrace_generic-inl.h', 137 '<(tcmalloc_dir)/src/stacktrace_generic-inl.h',
139 '<(tcmalloc_dir)/src/stacktrace_libunwind-inl.h', 138 '<(tcmalloc_dir)/src/stacktrace_libunwind-inl.h',
140 '<(tcmalloc_dir)/src/stacktrace_powerpc-inl.h', 139 '<(tcmalloc_dir)/src/stacktrace_powerpc-inl.h',
141 '<(tcmalloc_dir)/src/stacktrace_win32-inl.h', 140 '<(tcmalloc_dir)/src/stacktrace_win32-inl.h',
142 '<(tcmalloc_dir)/src/stacktrace_with_context.cc', 141 '<(tcmalloc_dir)/src/stacktrace_with_context.cc',
143 '<(tcmalloc_dir)/src/stacktrace_x86-inl.h', 142 '<(tcmalloc_dir)/src/stacktrace_x86-inl.h',
144 '<(tcmalloc_dir)/src/stacktrace_x86_64-inl.h', 143 '<(tcmalloc_dir)/src/stacktrace_x86_64-inl.h',
145 '<(tcmalloc_dir)/src/static_vars.cc', 144 '<(tcmalloc_dir)/src/static_vars.cc',
146 '<(tcmalloc_dir)/src/static_vars.h', 145 '<(tcmalloc_dir)/src/static_vars.h',
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 ], 423 ],
425 }], 424 }],
426 ], 425 ],
427 } 426 }
428 427
429 # Local Variables: 428 # Local Variables:
430 # tab-width:2 429 # tab-width:2
431 # indent-tabs-mode:nil 430 # indent-tabs-mode:nil
432 # End: 431 # End:
433 # vim: set expandtab tabstop=2 shiftwidth=2: 432 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698