BUILD.gn 471 B

12345678910111213141516171819
  1. # Copyright 2015 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. static_library("version_ui") {
  5. sources = [
  6. "version_handler_helper.cc",
  7. "version_handler_helper.h",
  8. "version_ui_constants.cc",
  9. "version_ui_constants.h",
  10. ]
  11. deps = [
  12. "//base",
  13. "//build:chromeos_buildflags",
  14. "//components/variations",
  15. "//components/variations/net",
  16. ]
  17. }