Rename GetIconID to GetIconId
[chromium-blink-merge.git] / components / resource_provider / public / cpp / BUILD.gn
blobad13d1fe55aa7ba7b1e83fe755cc10a9491d2866
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 source_set("cpp") {
6   sources = [
7     "resource_loader.cc",
8     "resource_loader.h",
9   ]
11   deps = [
12     "../interfaces",
13     "//base",
14     "//mojo/application/public/cpp",
15     "//mojo/application/public/interfaces",
16     "//mojo/common",
17     "//mojo/platform_handle",
18     "//third_party/mojo/src/mojo/public/cpp/bindings",
19     "//third_party/mojo/src/mojo/public/cpp/system",
20   ]