Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f
[chromium-blink-merge.git] / components / resource_provider / public / cpp / BUILD.gn
blobc89c9822b58261a5d65fe92e510ae2b72a29559b
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//build/module_args/mojo.gni")
6 import("//third_party/mojo/src/mojo/public/mojo_sdk.gni")
8 source_set("cpp") {
9   sources = [
10     "resource_loader.cc",
11     "resource_loader.h",
12   ]
14   deps = [
15     "../interfaces",
16     "//base",
17     "//mojo/application/public/cpp",
18     "//mojo/application/public/interfaces",
19     "//mojo/common",
20     "//mojo/platform_handle",
21     "//third_party/mojo/src/mojo/public/cpp/bindings",
22     "//third_party/mojo/src/mojo/public/cpp/system",
23   ]