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

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

Issue 2465953002: Move Field Trial Utils from chrome/common/variations to components/variations/field_trial_util (Closed)
Patch Set: Moved to components/variations/field_trial_util and chrome switches Created 4 years, 1 month 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 | « chrome/test/BUILD.gn ('k') | components/variations/field_trial_config/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 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 static_library("variations") { 9 static_library("variations") {
10 sources = [ 10 sources = [
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 if (is_android || is_ios) { 112 if (is_android || is_ios) {
113 sources += [ "variations_request_scheduler_mobile_unittest.cc" ] 113 sources += [ "variations_request_scheduler_mobile_unittest.cc" ]
114 } 114 }
115 115
116 deps = [ 116 deps = [
117 ":variations", 117 ":variations",
118 "net", 118 "net",
119 "proto", 119 "proto",
120 "//base/test:test_support", 120 "//base/test:test_support",
121 "//components/prefs:test_support", 121 "//components/prefs:test_support",
122 "//components/variations/field_trial_config:unit_tests",
122 "//testing/gtest", 123 "//testing/gtest",
123 "//third_party/zlib:compression_utils", 124 "//third_party/zlib:compression_utils",
124 ] 125 ]
125 } 126 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/variations/field_trial_config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698