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

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

Issue 1293113004: Introduce (Chrome)VariationsServiceClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Self-review Created 5 years, 4 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/variations.gypi ('k') | components/variations/variations_service_client.h » ('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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 } 7 }
8 8
9 source_set("variations") { 9 source_set("variations") {
10 sources = [ 10 sources = [
(...skipping 22 matching lines...) Expand all
33 "study_filtering.cc", 33 "study_filtering.cc",
34 "study_filtering.h", 34 "study_filtering.h",
35 "variations_associated_data.cc", 35 "variations_associated_data.cc",
36 "variations_associated_data.h", 36 "variations_associated_data.h",
37 "variations_experiment_util.cc", 37 "variations_experiment_util.cc",
38 "variations_experiment_util.h", 38 "variations_experiment_util.h",
39 "variations_seed_processor.cc", 39 "variations_seed_processor.cc",
40 "variations_seed_processor.h", 40 "variations_seed_processor.h",
41 "variations_seed_simulator.cc", 41 "variations_seed_simulator.cc",
42 "variations_seed_simulator.h", 42 "variations_seed_simulator.h",
43 "variations_service_client.h",
43 "variations_url_constants.cc", 44 "variations_url_constants.cc",
44 "variations_url_constants.h", 45 "variations_url_constants.h",
45 ] 46 ]
46 47
47 deps = [ 48 deps = [
48 "proto", 49 "proto",
49 "//base", 50 "//base",
50 "//base:prefs", 51 "//base:prefs",
51 "//third_party/mt19937ar", 52 "//third_party/mt19937ar",
52 ] 53 ]
(...skipping 30 matching lines...) Expand all
83 84
84 deps = [ 85 deps = [
85 ":variations", 86 ":variations",
86 "net", 87 "net",
87 "proto", 88 "proto",
88 "//base:prefs_test_support", 89 "//base:prefs_test_support",
89 "//base/test:test_support", 90 "//base/test:test_support",
90 "//testing/gtest", 91 "//testing/gtest",
91 ] 92 ]
92 } 93 }
OLDNEW
« no previous file with comments | « components/variations.gypi ('k') | components/variations/variations_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698