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

Unified Diff: services/user/user.gyp

Issue 1879233002: Move components\profile_service to services\user (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move3
Patch Set: . Created 4 years, 8 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 | « services/user/public/interfaces/user_service.mojom ('k') | services/user/user_id_map.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/user/user.gyp
diff --git a/components/profile_service/profile_service.gyp b/services/user/user.gyp
similarity index 70%
rename from components/profile_service/profile_service.gyp
rename to services/user/user.gyp
index be182f2f3e443ef533671c5570e887c385ebae0e..00e1163f0cb3f8cf6cc7e177419f0df5d649ae6d 100644
--- a/components/profile_service/profile_service.gyp
+++ b/services/user/user.gyp
@@ -11,23 +11,23 @@
},
'targets': [
{
- # GN version: //components/profile_serivce:lib
- 'target_name': 'profile_service_lib',
+ # GN version: //services/user:lib
+ 'target_name': 'user_service_lib',
'type': 'static_library',
'include_dirs': [
'../..',
],
'sources': [
- 'profile_app.cc',
- 'profile_app.h',
- 'profile_service_impl.cc',
- 'profile_service_impl.h',
'user_id_map.cc',
'user_id_map.h',
+ 'user_service.cc',
+ 'user_service.h',
+ 'user_shell_client.cc',
+ 'user_shell_client.h',
],
'dependencies': [
- 'profile_app_manifest',
- 'profile_service_bindings',
+ 'user_app_manifest',
+ 'user_service_bindings',
'../../base/base.gyp:base',
'../../components/filesystem/filesystem.gyp:filesystem_lib',
'../../components/leveldb/leveldb.gyp:leveldb_lib',
@@ -39,23 +39,23 @@
'../../url/url.gyp:url_lib',
],
'export_dependent_settings': [
- 'profile_service_bindings',
+ 'user_service_bindings',
],
},
{
- # GN version: //components/profile_service/public/interfaces
- 'target_name': 'profile_service_bindings',
+ # GN version: //services/user/public/interfaces
+ 'target_name': 'user_service_bindings',
'type': 'static_library',
'dependencies': [
- 'profile_service_bindings_mojom',
+ 'user_service_bindings_mojom',
],
},
{
- 'target_name': 'profile_service_bindings_mojom',
+ 'target_name': 'user_service_bindings_mojom',
'type': 'none',
'variables': {
'mojom_files': [
- 'public/interfaces/profile.mojom',
+ 'public/interfaces/user_service.mojom',
],
},
'dependencies': [
@@ -67,7 +67,7 @@
],
},
{
- 'target_name': 'profile_service_public_lib',
+ 'target_name': 'user_service_public_lib',
'type': 'static_library',
'sources': [
'public/cpp/constants.cc',
@@ -78,13 +78,13 @@
],
},
{
- # GN version: //components/profile_service:manifest
- 'target_name': 'profile_app_manifest',
+ # GN version: //services/user:manifest
+ 'target_name': 'user_app_manifest',
'type': 'none',
'variables': {
'application_type': 'mojo',
- 'application_name': 'profile',
- 'source_manifest': '<(DEPTH)/components/profile_service/manifest.json',
+ 'application_name': 'user',
+ 'source_manifest': '<(DEPTH)/services/user/manifest.json',
},
'includes': [
'../../mojo/public/mojo_application_manifest.gypi',
« no previous file with comments | « services/user/public/interfaces/user_service.mojom ('k') | services/user/user_id_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698