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

Side by Side Diff: components/BUILD.gn

Issue 2463463004: [Sync] Rename wifi_sync to sync_wifi. (Closed)
Patch Set: 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
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 258
259 if (enable_rlz_support) { 259 if (enable_rlz_support) {
260 deps += [ "//components/rlz:unit_tests" ] 260 deps += [ "//components/rlz:unit_tests" ]
261 } 261 }
262 262
263 if (is_chromeos) { 263 if (is_chromeos) {
264 deps += [ 264 deps += [
265 "//components/arc:unit_tests", 265 "//components/arc:unit_tests",
266 "//components/ownership:unit_tests", 266 "//components/ownership:unit_tests",
267 "//components/pairing:unit_tests", 267 "//components/pairing:unit_tests",
268 "//components/sync_wifi:unit_tests",
268 "//components/timers:unit_tests", 269 "//components/timers:unit_tests",
269 "//components/user_manager:unit_tests", 270 "//components/user_manager:unit_tests",
270 "//components/wifi_sync:unit_tests",
271 ] 271 ]
272 } 272 }
273 273
274 if (enable_configuration_policy) { 274 if (enable_configuration_policy) {
275 deps += [ 275 deps += [
276 "//components/policy/core/browser:unit_tests", 276 "//components/policy/core/browser:unit_tests",
277 "//components/policy/core/common:unit_tests", 277 "//components/policy/core/common:unit_tests",
278 ] 278 ]
279 } 279 }
280 280
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 471
472 deps = [ 472 deps = [
473 "//base", 473 "//base",
474 "//components/test:test_support", 474 "//components/test:test_support",
475 "//components/visitedlink/browser", 475 "//components/visitedlink/browser",
476 "//testing/perf", 476 "//testing/perf",
477 "//url", 477 "//url",
478 ] 478 ]
479 } 479 }
480 } 480 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/test/integration/wifi_credentials_helper_chromeos.cc ('k') | components/sync_wifi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698