summaryrefslogtreecommitdiffstats
path: root/mojo/apps/js/BUILD.gn
blob: 16332d93ee493a54241d355bae68bdc2f2659b79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# GYP version: part of mojo/mojo_apps.gypi:mojo_js_lib
source_set("js") {
  deps = [
    "//base",
    "//gin",
    "//mojo/apps/js/bindings",
    "//mojo/apps/js/bindings/gl",
    "//mojo/bindings/js",
  ]
  sources = [
    "mojo_runner_delegate.cc",
    "mojo_runner_delegate.h",
  ]
}