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

Side by Side Diff: base/BUILD.gn

Issue 2909513003: fuchsia: Implement CurrentProcessInfo
Patch Set: Created 3 years, 7 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/process/process_info_fuchsia.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) 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 1228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1239 "process/process_handle_posix.cc", 1239 "process/process_handle_posix.cc",
1240 "process/process_posix.cc", 1240 "process/process_posix.cc",
1241 ] 1241 ]
1242 1242
1243 sources += [ 1243 sources += [
1244 "base_paths_fuchsia.cc", 1244 "base_paths_fuchsia.cc",
1245 "debug/stack_trace_fuchsia.cc", 1245 "debug/stack_trace_fuchsia.cc",
1246 "process/launch_fuchsia.cc", 1246 "process/launch_fuchsia.cc",
1247 "process/process_fuchsia.cc", 1247 "process/process_fuchsia.cc",
1248 "process/process_handle_fuchsia.cc", 1248 "process/process_handle_fuchsia.cc",
1249 "process/process_info_fuchsia.cc",
1249 "sys_info_fuchsia.cc", 1250 "sys_info_fuchsia.cc",
1250 "threading/platform_thread_fuchsia.cc", 1251 "threading/platform_thread_fuchsia.cc",
1251 ] 1252 ]
1252 1253
1253 libs = [ "launchpad" ] 1254 libs = [ "launchpad" ]
1254 } 1255 }
1255 1256
1256 # NaCl. 1257 # NaCl.
1257 if (is_nacl) { 1258 if (is_nacl) {
1258 # We reset sources_assignment_filter in order to explicitly include 1259 # We reset sources_assignment_filter in order to explicitly include
(...skipping 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after
2773 } 2774 }
2774 2775
2775 fuzzer_test("base_json_correctness_fuzzer") { 2776 fuzzer_test("base_json_correctness_fuzzer") {
2776 sources = [ 2777 sources = [
2777 "json/correctness_fuzzer.cc", 2778 "json/correctness_fuzzer.cc",
2778 ] 2779 ]
2779 deps = [ 2780 deps = [
2780 ":base", 2781 ":base",
2781 ] 2782 ]
2782 } 2783 }
OLDNEW
« no previous file with comments | « no previous file | base/process/process_info_fuchsia.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698