| # Copyright 2017 The Fuchsia Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| source_set("far") { |
| sources = [ |
| "alignment.h", |
| "archive_entry.cc", |
| "archive_entry.h", |
| "archive_reader.cc", |
| "archive_reader.h", |
| "archive_writer.cc", |
| "archive_writer.h", |
| "far.cc", |
| "far.h", |
| "file_operations.cc", |
| "file_operations.h", |
| "format.h", |
| "manifest.cc", |
| "manifest.h", |
| ] |
| |
| deps = [ |
| "//src/lib/files", |
| "//src/lib/fxl", |
| ] |
| configs += [ |
| # TODO(fxbug.dev/58162): delete the below and fix compiler warnings |
| "//build/config:Wno-conversion", |
| ] |
| } |