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

Side by Side Diff: base/base.gypi

Issue 1842213002: Mac: Avoid deprecated use of ::Gestalt() in base/sys_info_mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20160329-Mac-DeploymentTarget
Patch Set: clearer Created 4 years, 8 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/mac/sdk_forward_declarations.h » ('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 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 'synchronization/waitable_event_win.cc', 619 'synchronization/waitable_event_win.cc',
620 'sys_byteorder.h', 620 'sys_byteorder.h',
621 'sys_info.cc', 621 'sys_info.cc',
622 'sys_info.h', 622 'sys_info.h',
623 'sys_info_android.cc', 623 'sys_info_android.cc',
624 'sys_info_chromeos.cc', 624 'sys_info_chromeos.cc',
625 'sys_info_freebsd.cc', 625 'sys_info_freebsd.cc',
626 'sys_info_internal.h', 626 'sys_info_internal.h',
627 'sys_info_ios.mm', 627 'sys_info_ios.mm',
628 'sys_info_linux.cc', 628 'sys_info_linux.cc',
629 'sys_info_mac.cc', 629 'sys_info_mac.mm',
630 'sys_info_openbsd.cc', 630 'sys_info_openbsd.cc',
631 'sys_info_posix.cc', 631 'sys_info_posix.cc',
632 'sys_info_win.cc', 632 'sys_info_win.cc',
633 'system_monitor/system_monitor.cc', 633 'system_monitor/system_monitor.cc',
634 'system_monitor/system_monitor.h', 634 'system_monitor/system_monitor.h',
635 'task/cancelable_task_tracker.cc', 635 'task/cancelable_task_tracker.cc',
636 'task/cancelable_task_tracker.h', 636 'task/cancelable_task_tracker.h',
637 'task_runner.cc', 637 'task_runner.cc',
638 'task_runner.h', 638 'task_runner.h',
639 'task_runner_util.h', 639 'task_runner_util.h',
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 'i18n/time_formatting.h', 1078 'i18n/time_formatting.h',
1079 'i18n/timezone.cc', 1079 'i18n/timezone.cc',
1080 'i18n/timezone.h', 1080 'i18n/timezone.h',
1081 'i18n/utf8_validator_tables.cc', 1081 'i18n/utf8_validator_tables.cc',
1082 'i18n/utf8_validator_tables.h', 1082 'i18n/utf8_validator_tables.h',
1083 ], 1083 ],
1084 }] 1084 }]
1085 ], 1085 ],
1086 }, 1086 },
1087 } 1087 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/mac/sdk_forward_declarations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698