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

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

Issue 2419793005: [Sync] Fix test support targets + duplicate namespaces. (Closed)
Patch Set: Fix ChromeOS. Created 4 years, 2 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/syncable_prefs/BUILD.gn ('k') | extensions/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 source_set("wifi_sync") { 5 source_set("wifi_sync") {
6 sources = [ 6 sources = [
7 "network_state_helper_chromeos.cc", 7 "network_state_helper_chromeos.cc",
8 "network_state_helper_chromeos.h", 8 "network_state_helper_chromeos.h",
9 "wifi_config_delegate.h", 9 "wifi_config_delegate.h",
10 "wifi_config_delegate_chromeos.cc", 10 "wifi_config_delegate_chromeos.cc",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "wifi_credential_unittest.cc", 44 "wifi_credential_unittest.cc",
45 "wifi_security_class_chromeos_unittest.cc", 45 "wifi_security_class_chromeos_unittest.cc",
46 "wifi_security_class_unittest.cc", 46 "wifi_security_class_unittest.cc",
47 ] 47 ]
48 48
49 deps = [ 49 deps = [
50 ":wifi_sync", 50 ":wifi_sync",
51 "//base", 51 "//base",
52 "//chromeos", 52 "//chromeos",
53 "//components/onc", 53 "//components/onc",
54 "//components/sync:test_support_sync_model", 54 "//components/sync",
55 "//components/sync:test_support_model",
55 "//testing/gmock", 56 "//testing/gmock",
56 "//testing/gtest", 57 "//testing/gtest",
57 ] 58 ]
58 } 59 }
OLDNEW
« no previous file with comments | « components/syncable_prefs/BUILD.gn ('k') | extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698