blob: b58bfe4c8deeb737c2adc7a8dd93a40c12c7770f [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("base_edk") {
sources = [
"platform_task_runner_impl.cc",
"platform_task_runner_impl.h",
]
deps = [
"//base",
]
mojo_edk_public_deps = [ "mojo/edk/system" ]
}