mojo: Fix map of booleans for python bindings.
[chromium-blink-merge.git] / mojo / spy / BUILD.gn
blobc89b5a15c5190cbacdf892b3d5414ea73229a236
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 import("//mojo/public/tools/bindings/mojom.gni")
7 source_set("spy") {
8   deps = [
9     ":spy_bindings",
10     "//base",
11     "//net:http_server",
12     "//url",
13     "//mojo/application_manager",
14   ]
16   sources = [
17     "common.h",
18     "spy.cc",
19     "spy.h",
20     "spy_server_impl.h",
21     "spy_server_impl.cc",
22     "websocket_server.cc",
23     "websocket_server.h",
24   ]
27 mojom("spy_bindings") {
28   sources = [
29     "public/spy.mojom",
30   ]