Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: third_party/mt19937ar/BUILD.gn

Issue 365793002: Add lots of GN targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libphonenumber/libphonenumber.gyp ('k') | third_party/protobuf/proto_library.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « third_party/libphonenumber/libphonenumber.gyp ('k') | third_party/protobuf/proto_library.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698