| Index: third_party/mt19937ar/BUILD.gn
|
| diff --git a/content/public/plugin/BUILD.gn b/third_party/mt19937ar/BUILD.gn
|
| similarity index 72%
|
| copy from content/public/plugin/BUILD.gn
|
| copy to third_party/mt19937ar/BUILD.gn
|
| index 059aea60ebde90b69dc745b093d184dd8a793019..35c2d9b312fc573e820bc44949a123909b5695c0 100644
|
| --- a/content/public/plugin/BUILD.gn
|
| +++ b/third_party/mt19937ar/BUILD.gn
|
| @@ -2,8 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -source_set("plugin") {
|
| +static_library("mt19937ar") {
|
| sources = [
|
| - "content_plugin_client.h",
|
| + "mt19937ar.cc",
|
| + "mt19937ar.h",
|
| ]
|
| }
|
|
|