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

Side by Side Diff: base/BUILD.gn

Issue 2454073003: Allow backgrounding processes on Mac (Closed)
Patch Set: Address review comments Created 4 years, 1 month 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/process/process.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) 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 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 "process/process_iterator.cc", 643 "process/process_iterator.cc",
644 "process/process_iterator.h", 644 "process/process_iterator.h",
645 645
646 #"process/process_iterator_freebsd.cc", # Unused in Chromium build. 646 #"process/process_iterator_freebsd.cc", # Unused in Chromium build.
647 "process/process_iterator_linux.cc", 647 "process/process_iterator_linux.cc",
648 "process/process_iterator_mac.cc", 648 "process/process_iterator_mac.cc",
649 649
650 #"process/process_iterator_openbsd.cc", # Unused in Chromium build. 650 #"process/process_iterator_openbsd.cc", # Unused in Chromium build.
651 "process/process_iterator_win.cc", 651 "process/process_iterator_win.cc",
652 "process/process_linux.cc", 652 "process/process_linux.cc",
653 "process/process_mac.cc",
653 "process/process_metrics.cc", 654 "process/process_metrics.cc",
654 "process/process_metrics.h", 655 "process/process_metrics.h",
655 656
656 #"process/process_metrics_freebsd.cc", # Unused in Chromium build. 657 #"process/process_metrics_freebsd.cc", # Unused in Chromium build.
657 "process/process_metrics_ios.cc", 658 "process/process_metrics_ios.cc",
658 "process/process_metrics_linux.cc", 659 "process/process_metrics_linux.cc",
659 "process/process_metrics_mac.cc", 660 "process/process_metrics_mac.cc",
660 661
661 #"process/process_metrics_openbsd.cc", # Unused in Chromium build. 662 #"process/process_metrics_openbsd.cc", # Unused in Chromium build.
662 "process/process_metrics_posix.cc", 663 "process/process_metrics_posix.cc",
(...skipping 1790 matching lines...) Expand 10 before | Expand all | Expand 10 after
2453 testonly = true 2454 testonly = true
2454 deps = [ 2455 deps = [
2455 ":base_java", 2456 ":base_java",
2456 ] 2457 ]
2457 java_files = [ 2458 java_files = [
2458 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", 2459 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java",
2459 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", 2460 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java",
2460 ] 2461 ]
2461 } 2462 }
2462 } 2463 }
OLDNEW
« no previous file with comments | « no previous file | base/process/process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698