BUILD.gn 400 B

1234567891011121314
  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.
  4. # Utility sources against which generated API modules should be linked.
  5. source_set("generated_api_util") {
  6. sources = [
  7. "manifest_parse_util.cc",
  8. "manifest_parse_util.h",
  9. "util.cc",
  10. "util.h",
  11. ]
  12. deps = [ "//base" ]
  13. }