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

Side by Side Diff: components/BUILD.gn

Issue 2782803002: Move tracked prefs into services/preferences/tracked. (Closed)
Patch Set: rebase Created 3 years, 8 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
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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//rlz/features/features.gni") 9 import("//rlz/features/features.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 "//components/test:test_support", 147 "//components/test:test_support",
148 "//components/translate/core/browser:unit_tests", 148 "//components/translate/core/browser:unit_tests",
149 "//components/translate/core/common:unit_tests", 149 "//components/translate/core/common:unit_tests",
150 "//components/translate/core/language_detection:unit_tests", 150 "//components/translate/core/language_detection:unit_tests",
151 "//components/ukm:unit_tests", 151 "//components/ukm:unit_tests",
152 "//components/undo:unit_tests", 152 "//components/undo:unit_tests",
153 "//components/update_client:unit_tests", 153 "//components/update_client:unit_tests",
154 "//components/upload_list:unit_tests", 154 "//components/upload_list:unit_tests",
155 "//components/url_formatter:unit_tests", 155 "//components/url_formatter:unit_tests",
156 "//components/url_matcher:unit_tests", 156 "//components/url_matcher:unit_tests",
157 "//components/user_prefs/tracked:unit_tests",
158 "//components/variations:unit_tests", 157 "//components/variations:unit_tests",
159 "//components/variations/service:unit_tests", 158 "//components/variations/service:unit_tests",
160 "//components/web_resource:unit_tests", 159 "//components/web_resource:unit_tests",
161 "//components/webdata/common:unit_tests", 160 "//components/webdata/common:unit_tests",
162 ] 161 ]
163 162
164 if (enable_nacl) { 163 if (enable_nacl) {
165 deps += [ "//components/nacl/browser:unit_tests" ] 164 deps += [ "//components/nacl/browser:unit_tests" ]
166 } 165 }
167 166
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 "//testing/perf", 506 "//testing/perf",
508 "//url", 507 "//url",
509 ] 508 ]
510 509
511 if (!is_ios) { 510 if (!is_ios) {
512 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ] 511 sources += [ "discardable_memory/common/discardable_shared_memory_heap_per ftest.cc" ]
513 deps += [ "//components/discardable_memory/common" ] 512 deps += [ "//components/discardable_memory/common" ]
514 } 513 }
515 } 514 }
516 } 515 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698