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

Side by Side Diff: base/base.gyp

Issue 1776673002: base: Add blame context (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bring back the base. Created 4 years, 9 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 # 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 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'command_line_unittest.cc', 390 'command_line_unittest.cc',
391 'containers/adapters_unittest.cc', 391 'containers/adapters_unittest.cc',
392 'containers/hash_tables_unittest.cc', 392 'containers/hash_tables_unittest.cc',
393 'containers/linked_list_unittest.cc', 393 'containers/linked_list_unittest.cc',
394 'containers/mru_cache_unittest.cc', 394 'containers/mru_cache_unittest.cc',
395 'containers/scoped_ptr_hash_map_unittest.cc', 395 'containers/scoped_ptr_hash_map_unittest.cc',
396 'containers/small_map_unittest.cc', 396 'containers/small_map_unittest.cc',
397 'containers/stack_container_unittest.cc', 397 'containers/stack_container_unittest.cc',
398 'cpu_unittest.cc', 398 'cpu_unittest.cc',
399 'debug/crash_logging_unittest.cc', 399 'debug/crash_logging_unittest.cc',
400 'debug/blame_context_unittest.cc',
400 'debug/debugger_unittest.cc', 401 'debug/debugger_unittest.cc',
401 'debug/leak_tracker_unittest.cc', 402 'debug/leak_tracker_unittest.cc',
402 'debug/proc_maps_linux_unittest.cc', 403 'debug/proc_maps_linux_unittest.cc',
403 'debug/stack_trace_unittest.cc', 404 'debug/stack_trace_unittest.cc',
404 'debug/task_annotator_unittest.cc', 405 'debug/task_annotator_unittest.cc',
405 'deferred_sequenced_task_runner_unittest.cc', 406 'deferred_sequenced_task_runner_unittest.cc',
406 'environment_unittest.cc', 407 'environment_unittest.cc',
407 'feature_list_unittest.cc', 408 'feature_list_unittest.cc',
408 'file_version_info_unittest.cc', 409 'file_version_info_unittest.cc',
409 'files/dir_reader_posix_unittest.cc', 410 'files/dir_reader_posix_unittest.cc',
(...skipping 1274 matching lines...) Expand 10 before | Expand all | Expand 10 after
1684 '../build/isolate.gypi', 1685 '../build/isolate.gypi',
1685 ], 1686 ],
1686 'sources': [ 1687 'sources': [
1687 'base_unittests.isolate', 1688 'base_unittests.isolate',
1688 ], 1689 ],
1689 }, 1690 },
1690 ], 1691 ],
1691 }], 1692 }],
1692 ], 1693 ],
1693 } 1694 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/base.gypi » ('j') | base/debug/blame_context.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698