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

Side by Side Diff: base/base.gyp

Issue 11761030: Create the crash key registration system and register some Mac-specific keys. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 7 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/crash_logging.h » ('j') | base/debug/crash_logging.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 '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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 'build_time_unittest.cc', 423 'build_time_unittest.cc',
424 'callback_unittest.cc', 424 'callback_unittest.cc',
425 'callback_unittest.nc', 425 'callback_unittest.nc',
426 'cancelable_callback_unittest.cc', 426 'cancelable_callback_unittest.cc',
427 'command_line_unittest.cc', 427 'command_line_unittest.cc',
428 'containers/linked_list_unittest.cc', 428 'containers/linked_list_unittest.cc',
429 'containers/mru_cache_unittest.cc', 429 'containers/mru_cache_unittest.cc',
430 'containers/small_map_unittest.cc', 430 'containers/small_map_unittest.cc',
431 'containers/stack_container_unittest.cc', 431 'containers/stack_container_unittest.cc',
432 'cpu_unittest.cc', 432 'cpu_unittest.cc',
433 'debug/crash_logging_unittest.cc',
433 'debug/leak_tracker_unittest.cc', 434 'debug/leak_tracker_unittest.cc',
434 'debug/stack_trace_unittest.cc', 435 'debug/stack_trace_unittest.cc',
435 'debug/trace_event_unittest.cc', 436 'debug/trace_event_unittest.cc',
436 'debug/trace_event_unittest.h', 437 'debug/trace_event_unittest.h',
437 'debug/trace_event_win_unittest.cc', 438 'debug/trace_event_win_unittest.cc',
438 'environment_unittest.cc', 439 'environment_unittest.cc',
439 'file_path_unittest.cc', 440 'file_path_unittest.cc',
440 'file_util_proxy_unittest.cc', 441 'file_util_proxy_unittest.cc',
441 'file_util_unittest.cc', 442 'file_util_unittest.cc',
442 'file_version_info_unittest.cc', 443 'file_version_info_unittest.cc',
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 'base_unittests.isolate', 1114 'base_unittests.isolate',
1114 ], 1115 ],
1115 'sources': [ 1116 'sources': [
1116 'base_unittests.isolate', 1117 'base_unittests.isolate',
1117 ], 1118 ],
1118 }, 1119 },
1119 ], 1120 ],
1120 }], 1121 }],
1121 ], 1122 ],
1122 } 1123 }
OLDNEW
« no previous file with comments | « no previous file | base/debug/crash_logging.h » ('j') | base/debug/crash_logging.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698