Skip to content

Commit

Permalink
Clean up the posix source files in rlz/
Browse files Browse the repository at this point in the history
This is a preliminary change to remove the posix source exclusion
filter in a future commit.

Bug: 835405
Change-Id: I6f9ca7dda2679bf7b4b1bf896ab734b35e5a3f3b
Reviewed-on: https://chromium-review.googlesource.com/1022330
Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#552473}
  • Loading branch information
Steelskin authored and Commit Bot committed Apr 20, 2018
1 parent edcd46e commit c15a51a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions rlz/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ if (!is_android) {
"lib/financial_ping.h",
"lib/machine_id.cc",
"lib/machine_id.h",
"lib/recursive_cross_process_lock_posix.cc",
"lib/recursive_cross_process_lock_posix.h",
"lib/rlz_lib.cc",
"lib/rlz_lib.h",
"lib/rlz_lib_clear.cc",
Expand Down Expand Up @@ -85,6 +83,12 @@ if (!is_android) {
"//url",
]

if (is_posix) {
sources += [
"lib/recursive_cross_process_lock_posix.cc",
"lib/recursive_cross_process_lock_posix.h",
]
}
if (is_chromeos) {
deps += [ "//chromeos" ]
}
Expand Down

0 comments on commit c15a51a

Please sign in to comment.