# 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" ] | |
} |