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

Unified Diff: components/profile_service/profile_service.gyp

Issue 1871223003: Use ShellClientFactory interface to load mojo:profile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « components/profile_service/manifest.json ('k') | components/profile_service/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/profile_service/profile_service.gyp
diff --git a/components/profile_service/profile_service.gyp b/components/profile_service/profile_service.gyp
index da787ac81235f0a47a3bfcde49128412a1270fbd..be182f2f3e443ef533671c5570e887c385ebae0e 100644
--- a/components/profile_service/profile_service.gyp
+++ b/components/profile_service/profile_service.gyp
@@ -26,6 +26,7 @@
'user_id_map.h',
],
'dependencies': [
+ 'profile_app_manifest',
'profile_service_bindings',
'../../base/base.gyp:base',
'../../components/filesystem/filesystem.gyp:filesystem_lib',
@@ -64,6 +65,31 @@
'includes': [
'../../mojo/mojom_bindings_generator_explicit.gypi',
],
- }
+ },
+ {
+ 'target_name': 'profile_service_public_lib',
+ 'type': 'static_library',
+ 'sources': [
+ 'public/cpp/constants.cc',
+ 'public/cpp/constants.h',
+ ],
+ 'include_dirs': [
+ '../..',
+ ],
+ },
+ {
+ # GN version: //components/profile_service:manifest
+ 'target_name': 'profile_app_manifest',
+ 'type': 'none',
+ 'variables': {
+ 'application_type': 'mojo',
+ 'application_name': 'profile',
+ 'source_manifest': '<(DEPTH)/components/profile_service/manifest.json',
+ },
+ 'includes': [
+ '../../mojo/public/mojo_application_manifest.gypi',
+ ],
+ 'hard_dependency': 1,
+ },
],
}
« no previous file with comments | « components/profile_service/manifest.json ('k') | components/profile_service/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698