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

Side by Side Diff: base/base.gypi

Issue 1160373004: Move safe_strerror to posix directory and the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 6 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
« no previous file with comments | « base/BUILD.gn ('k') | base/debug/debugger_posix.cc » ('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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'path_service.cc', 429 'path_service.cc',
430 'path_service.h', 430 'path_service.h',
431 'pending_task.cc', 431 'pending_task.cc',
432 'pending_task.h', 432 'pending_task.h',
433 'pickle.cc', 433 'pickle.cc',
434 'pickle.h', 434 'pickle.h',
435 'port.h', 435 'port.h',
436 'posix/eintr_wrapper.h', 436 'posix/eintr_wrapper.h',
437 'posix/global_descriptors.cc', 437 'posix/global_descriptors.cc',
438 'posix/global_descriptors.h', 438 'posix/global_descriptors.h',
439 'posix/safe_strerror.cc',
440 'posix/safe_strerror.h',
439 'posix/unix_domain_socket_linux.cc', 441 'posix/unix_domain_socket_linux.cc',
440 'posix/unix_domain_socket_linux.h', 442 'posix/unix_domain_socket_linux.h',
441 'power_monitor/power_monitor.cc', 443 'power_monitor/power_monitor.cc',
442 'power_monitor/power_monitor.h', 444 'power_monitor/power_monitor.h',
443 'power_monitor/power_monitor_device_source.cc', 445 'power_monitor/power_monitor_device_source.cc',
444 'power_monitor/power_monitor_device_source.h', 446 'power_monitor/power_monitor_device_source.h',
445 'power_monitor/power_monitor_device_source_android.cc', 447 'power_monitor/power_monitor_device_source_android.cc',
446 'power_monitor/power_monitor_device_source_android.h', 448 'power_monitor/power_monitor_device_source_android.h',
447 'power_monitor/power_monitor_device_source_chromeos.cc', 449 'power_monitor/power_monitor_device_source_chromeos.cc',
448 'power_monitor/power_monitor_device_source_ios.mm', 450 'power_monitor/power_monitor_device_source_ios.mm',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 'profiler/stack_sampling_profiler_win.cc', 517 'profiler/stack_sampling_profiler_win.cc',
516 'profiler/tracked_time.cc', 518 'profiler/tracked_time.cc',
517 'profiler/tracked_time.h', 519 'profiler/tracked_time.h',
518 'rand_util.cc', 520 'rand_util.cc',
519 'rand_util.h', 521 'rand_util.h',
520 'rand_util_nacl.cc', 522 'rand_util_nacl.cc',
521 'rand_util_posix.cc', 523 'rand_util_posix.cc',
522 'rand_util_win.cc', 524 'rand_util_win.cc',
523 'run_loop.cc', 525 'run_loop.cc',
524 'run_loop.h', 526 'run_loop.h',
525 'safe_strerror_posix.cc',
526 'safe_strerror_posix.h',
527 'scoped_generic.h', 527 'scoped_generic.h',
528 'scoped_native_library.cc', 528 'scoped_native_library.cc',
529 'scoped_native_library.h', 529 'scoped_native_library.h',
530 'scoped_observer.h', 530 'scoped_observer.h',
531 'sequence_checker.h', 531 'sequence_checker.h',
532 'sequence_checker_impl.cc', 532 'sequence_checker_impl.cc',
533 'sequence_checker_impl.h', 533 'sequence_checker_impl.h',
534 'sequenced_task_runner.cc', 534 'sequenced_task_runner.cc',
535 'sequenced_task_runner.h', 535 'sequenced_task_runner.h',
536 'sequenced_task_runner_helpers.h', 536 'sequenced_task_runner_helpers.h',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 'i18n/time_formatting.h', 1029 'i18n/time_formatting.h',
1030 'i18n/timezone.cc', 1030 'i18n/timezone.cc',
1031 'i18n/timezone.h', 1031 'i18n/timezone.h',
1032 'i18n/utf8_validator_tables.cc', 1032 'i18n/utf8_validator_tables.cc',
1033 'i18n/utf8_validator_tables.h', 1033 'i18n/utf8_validator_tables.h',
1034 ], 1034 ],
1035 }] 1035 }]
1036 ], 1036 ],
1037 }, 1037 },
1038 } 1038 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/debug/debugger_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698