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

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: Fixes to *.gypi and *.gn files. 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
« no previous file with comments | « chrome/browser/ui/webui/flags_ui.cc ('k') | components/ownership.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index e5c29c0e4b50e08f3b5483157636d8e752790fcf..9f55b2b7252cc3fbebf9e790d71134d45d7a4e74 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -782,10 +782,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',
+ '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',
« no previous file with comments | « chrome/browser/ui/webui/flags_ui.cc ('k') | components/ownership.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698