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

Unified Diff: components/sync_wifi/BUILD.gn

Issue 2463463004: [Sync] Rename wifi_sync to sync_wifi. (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/BUILD.gn ('k') | components/sync_wifi/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_wifi/BUILD.gn
diff --git a/components/wifi_sync/BUILD.gn b/components/sync_wifi/BUILD.gn
similarity index 97%
rename from components/wifi_sync/BUILD.gn
rename to components/sync_wifi/BUILD.gn
index 42816fb1ffa551cc9a423d7cb453a0b5a8d029d7..1aa63a44619010ad4385d67eb21abee0c914528a 100644
--- a/components/wifi_sync/BUILD.gn
+++ b/components/sync_wifi/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("wifi_sync") {
+source_set("sync_wifi") {
sources = [
"network_state_helper_chromeos.cc",
"network_state_helper_chromeos.h",
@@ -47,7 +47,7 @@ source_set("unit_tests") {
]
deps = [
- ":wifi_sync",
+ ":sync_wifi",
"//base",
"//chromeos",
"//components/onc",
« no previous file with comments | « components/BUILD.gn ('k') | components/sync_wifi/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698