1# Copyright 2019 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.
4
5import("//third_party/closure_compiler/compile_js.gni")
6
7js_library("chrome_platform_analytics") {
8  sources = []
9
10  externs_list = [ "chrome_platform_analytics.js" ]
11}
12
13js_library("w3c_fileapi") {
14  sources = []
15
16  externs_list = [ "w3c_fileapi.js" ]
17}
18