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

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

Issue 1262683006: Componentize variations_url_constants.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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_url_constants.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 18 matching lines...) Expand all
29 "proto/study.proto", 29 "proto/study.proto",
30 "proto/variations_seed.proto", 30 "proto/variations_seed.proto",
31 "study_filtering.cc", 31 "study_filtering.cc",
32 "study_filtering.h", 32 "study_filtering.h",
33 "variations_associated_data.cc", 33 "variations_associated_data.cc",
34 "variations_associated_data.h", 34 "variations_associated_data.h",
35 "variations_seed_processor.cc", 35 "variations_seed_processor.cc",
36 "variations_seed_processor.h", 36 "variations_seed_processor.h",
37 "variations_seed_simulator.cc", 37 "variations_seed_simulator.cc",
38 "variations_seed_simulator.h", 38 "variations_seed_simulator.h",
39 "variations_url_constants.cc",
40 "variations_url_constants.h",
39 ] 41 ]
40 42
41 deps = [ 43 deps = [
42 "proto", 44 "proto",
43 "//base", 45 "//base",
44 "//base:prefs", 46 "//base:prefs",
45 "//third_party/mt19937ar", 47 "//third_party/mt19937ar",
46 ] 48 ]
47 49
48 if (is_android) { 50 if (is_android) {
(...skipping 27 matching lines...) Expand all
76 78
77 deps = [ 79 deps = [
78 ":variations", 80 ":variations",
79 "net", 81 "net",
80 "proto", 82 "proto",
81 "//base:prefs_test_support", 83 "//base:prefs_test_support",
82 "//base/test:test_support", 84 "//base/test:test_support",
83 "//testing/gtest", 85 "//testing/gtest",
84 ] 86 ]
85 } 87 }
OLDNEW
« no previous file with comments | « components/variations.gypi ('k') | components/variations/variations_url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698