| Index: components/viz/base/BUILD.gn
|
| diff --git a/components/viz/base/BUILD.gn b/components/viz/base/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..55f1b2297c64e230966e934c735bef4980be77f8
|
| --- /dev/null
|
| +++ b/components/viz/base/BUILD.gn
|
| @@ -0,0 +1,14 @@
|
| +# Copyright 2017 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.
|
| +
|
| +component("base") {
|
| + output_name = "viz_base"
|
| + sources = [
|
| + "base_export.h",
|
| + "switches.cc",
|
| + "switches.h",
|
| + ]
|
| +
|
| + defines = [ "VIZ_BASE_IMPLEMENTATION" ]
|
| +}
|
|
|