blob: 455a6c67d56e33c9705f6ef5e8fa01df4feaa4f5 [file] [log] [blame]
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("../mojo_edk.gni")
mojo_edk_source_set("util") {
sources = [
"scoped_file.h",
]
defines = [
"MOJO_SYSTEM_IMPL_IMPLEMENTATION",
"MOJO_SYSTEM_IMPLEMENTATION",
]
mojo_edk_configs = [ "mojo/edk/system:system_config" ]
deps = [
"//base",
]
}