[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / ppapi_plugin / BUILD.gn
blobb27ae34230d400092165a560cfeb7bf90a0d07b8
1 # Copyright 2014 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("ppapi_plugin") {
6   sources = [
7     "broker_process_dispatcher.cc",
8     "broker_process_dispatcher.h",
9     "plugin_process_dispatcher.cc",
10     "plugin_process_dispatcher.h",
11     "ppapi_broker_main.cc",
12     "ppapi_plugin_main.cc",
13     "ppapi_thread.cc",
14     "ppapi_thread.h",
15     "ppapi_webkitplatformsupport_impl.cc",
16     "ppapi_webkitplatformsupport_impl.h",
17   ]
19   configs += [ "//content:content_implementation" ]
21   deps = [
22     "//base",
23     "//content:export",
24     "//mojo/public/interfaces/service_provider",
25     "//ppapi:ppapi_ipc",
26     "//skia",
27     "//third_party/icu",
28     "//third_party/WebKit/public:blink",
29     "//ui/base",
30     "//ui/gfx",
31     "//ui/gfx/geometry",
32   ]