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

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 548323003: Non-plafrom-specific part of an OwnerSettingsService is moved to components/ownership/*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index 04acba1fbbb391604d51693eb85a2d8d877504c8..cba6057279d3a15a587e68e224d61411f6e0af0f 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -783,10 +783,10 @@
'browser/chromeos/options/wifi_config_view.h',
'browser/chromeos/options/wimax_config_view.cc',
'browser/chromeos/options/wimax_config_view.h',
- 'browser/chromeos/ownership/owner_settings_service.cc',
- 'browser/chromeos/ownership/owner_settings_service.h',
- 'browser/chromeos/ownership/owner_settings_service_factory.cc',
- 'browser/chromeos/ownership/owner_settings_service_factory.h',
+ 'browser/chromeos/ownership/owner_settings_service_chromeos.cc',
+ 'browser/chromeos/ownership/owner_settings_service_chromeos.h',
Nikita (slow) 2014/09/10 18:05:12 For other similar components another way to rename
ygorshenin1 2014/09/11 14:06:20 Acknowledged.
+ 'browser/chromeos/ownership/owner_settings_service_chromeos_factory.cc',
+ 'browser/chromeos/ownership/owner_settings_service_chromeos_factory.h',
'browser/chromeos/platform_keys/platform_keys.cc',
'browser/chromeos/platform_keys/platform_keys.h',
'browser/chromeos/platform_keys/platform_keys_nss.cc',

Powered by Google App Engine
This is Rietveld 408576698