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

Side by Side Diff: base/BUILD.gn

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 | « no previous file | base/base.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
748 "synchronization/waitable_event_win.cc", 748 "synchronization/waitable_event_win.cc",
749 "sys_byteorder.h", 749 "sys_byteorder.h",
750 "sys_info.cc", 750 "sys_info.cc",
751 "sys_info.h", 751 "sys_info.h",
752 "sys_info_android.cc", 752 "sys_info_android.cc",
753 "sys_info_chromeos.cc", 753 "sys_info_chromeos.cc",
754 754
755 #"sys_info_freebsd.cc", # Unused in Chromium build. 755 #"sys_info_freebsd.cc", # Unused in Chromium build.
756 "sys_info_ios.mm", 756 "sys_info_ios.mm",
757 "sys_info_linux.cc", 757 "sys_info_linux.cc",
758 "sys_info_mac.cc", 758 "sys_info_mac.mm",
759 759
760 #"sys_info_openbsd.cc", # Unused in Chromium build. 760 #"sys_info_openbsd.cc", # Unused in Chromium build.
761 "sys_info_posix.cc", 761 "sys_info_posix.cc",
762 "sys_info_win.cc", 762 "sys_info_win.cc",
763 "system_monitor/system_monitor.cc", 763 "system_monitor/system_monitor.cc",
764 "system_monitor/system_monitor.h", 764 "system_monitor/system_monitor.h",
765 "task/cancelable_task_tracker.cc", 765 "task/cancelable_task_tracker.cc",
766 "task/cancelable_task_tracker.h", 766 "task/cancelable_task_tracker.h",
767 "task_runner.cc", 767 "task_runner.cc",
768 "task_runner.h", 768 "task_runner.h",
(...skipping 1552 matching lines...) Expand 10 before | Expand all | Expand 10 after
2321 2321
2322 # GYP: //base.gyp:base_java_unittest_support 2322 # GYP: //base.gyp:base_java_unittest_support
2323 android_library("base_java_unittest_support") { 2323 android_library("base_java_unittest_support") {
2324 deps = [ 2324 deps = [
2325 ":base_java", 2325 ":base_java",
2326 ] 2326 ]
2327 java_files = 2327 java_files =
2328 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2328 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2329 } 2329 }
2330 } 2330 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698