Roll src/third_party/WebKit 605a979:06cb9e9 (svn 202556:202558)
[chromium-blink-merge.git] / components / font_service / public / cpp / BUILD.gn
blob52359b719921bb0fe5f5fc633971d0ec728cc90f
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     "font_loader.cc",
8     "font_loader.h",
9     "font_service_thread.cc",
10     "font_service_thread.h",
11     "mapped_font_file.cc",
12     "mapped_font_file.h",
13   ]
15   deps = [
16     "../interfaces",
17     "//base",
18     "//mojo/application/public/cpp",
19     "//mojo/application/public/interfaces",
20     "//mojo/common",
21     "//mojo/message_pump",
22     "//mojo/platform_handle",
23     "//skia",
24     "//third_party/mojo/src/mojo/public/cpp/bindings",
25     "//third_party/mojo/src/mojo/public/cpp/system",
26   ]