| Index: tools/win/chromeexts/BUILD.gn
|
| diff --git a/tools/win/chromeexts/BUILD.gn b/tools/win/chromeexts/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1b344ea0286d0a7195fdf873be422c50cbe2dcbd
|
| --- /dev/null
|
| +++ b/tools/win/chromeexts/BUILD.gn
|
| @@ -0,0 +1,10 @@
|
| +# 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.
|
| +
|
| +shared_library("chromeexts") {
|
| + sources = [
|
| + "chromeexts.cc",
|
| + "chromeexts.def",
|
| + ]
|
| +}
|
|
|