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

Unified Diff: net/base/swr_histogram_domains/BUILD.gn

Issue 1303973009: [DO NOT COMMIT] Re-use the dafsa code for s-w-r histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply changes by tyoshino. Created 5 years, 2 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
Index: net/base/swr_histogram_domains/BUILD.gn
diff --git a/net/base/swr_histogram_domains/BUILD.gn b/net/base/swr_histogram_domains/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..b926fface300d7c729fb04486c1162d6cc9597c6
--- /dev/null
+++ b/net/base/swr_histogram_domains/BUILD.gn
@@ -0,0 +1,18 @@
+# Copyright (c) 2014 The Chromium Authors. All rights reserved.
tyoshino (SeeGerritForStatus) 2015/10/30 06:29:59 let's use 2015 as the contents are very different
Adam Rice 2015/11/02 13:53:54 Done.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+action_foreach("swr_histogram_domains") {
+ script = "//net/tools/dafsa/make_dafsa.py"
+ sources = [
+ "swr_histogram_domains.gperf",
+ ]
+ outputs = [
+ "${target_gen_dir}/{{source_name_part}}-inc.cc",
+ ]
+ args = [
+ "{{source}}",
+ rebase_path("${target_gen_dir}/{{source_name_part}}-inc.cc",
+ root_build_dir),
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698