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

Side by Side Diff: components/rappor/BUILD.gn

Issue 2173443003: Convert some component source sets to static library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac Created 4 years, 5 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 unified diff | Download patch
« no previous file with comments | « components/proximity_auth/logging/BUILD.gn ('k') | components/rlz/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # GYP version: components/rappor.gypi:rappor 5 # GYP version: components/rappor.gypi:rappor
6 source_set("rappor") { 6 static_library("rappor") {
7 sources = [ 7 sources = [
8 "bloom_filter.cc", 8 "bloom_filter.cc",
9 "bloom_filter.h", 9 "bloom_filter.h",
10 "byte_vector_utils.cc", 10 "byte_vector_utils.cc",
11 "byte_vector_utils.h", 11 "byte_vector_utils.h",
12 "log_uploader.cc", 12 "log_uploader.cc",
13 "log_uploader.h", 13 "log_uploader.h",
14 "log_uploader_interface.h", 14 "log_uploader_interface.h",
15 "rappor_metric.cc", 15 "rappor_metric.cc",
16 "rappor_metric.h", 16 "rappor_metric.h",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 ":test_support", 86 ":test_support",
87 "//base", 87 "//base",
88 "//base/test:test_support", 88 "//base/test:test_support",
89 "//components/metrics", 89 "//components/metrics",
90 "//components/prefs:test_support", 90 "//components/prefs:test_support",
91 "//net:test_support", 91 "//net:test_support",
92 "//testing/gtest", 92 "//testing/gtest",
93 "//url", 93 "//url",
94 ] 94 ]
95 } 95 }
OLDNEW
« no previous file with comments | « components/proximity_auth/logging/BUILD.gn ('k') | components/rlz/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698