summaryrefslogtreecommitdiff
path: root/chromium/content/browser/resources/BUILD.gn
blob: 30b024ee15bdf8b925b5d276ae4dd2b0e363b150 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright 2018 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

group("resources") {
  public_deps = [
    "indexed_db:resources",
    "quota:resources",
  ]
}