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

Unified Diff: components/profile_service/profile_service.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 | « components/profile_service/profile_app.cc ('k') | components/profile_service/profile_service_impl.h » ('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
deleted file mode 100644
index be182f2f3e443ef533671c5570e887c385ebae0e..0000000000000000000000000000000000000000
--- a/components/profile_service/profile_service.gyp
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'variables': {
- # This turns on e.g. the filename-based detection of which
- # platforms to include source files on (e.g. files ending in
- # _mac.h or _mac.cc are only compiled on MacOSX).
- 'chromium_code': 1,
- },
- 'targets': [
- {
- # GN version: //components/profile_serivce:lib
- 'target_name': 'profile_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',
- ],
- 'dependencies': [
- 'profile_app_manifest',
- 'profile_service_bindings',
- '../../base/base.gyp:base',
- '../../components/filesystem/filesystem.gyp:filesystem_lib',
- '../../components/leveldb/leveldb.gyp:leveldb_lib',
- '../../services/shell/shell.gyp:shell_public',
- '../../services/tracing/tracing.gyp:tracing_lib',
- '../../mojo/mojo_edk.gyp:mojo_system_impl',
- '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
- '../../mojo/mojo_platform_handle.gyp:platform_handle',
- '../../url/url.gyp:url_lib',
- ],
- 'export_dependent_settings': [
- 'profile_service_bindings',
- ],
- },
- {
- # GN version: //components/profile_service/public/interfaces
- 'target_name': 'profile_service_bindings',
- 'type': 'static_library',
- 'dependencies': [
- 'profile_service_bindings_mojom',
- ],
- },
- {
- 'target_name': 'profile_service_bindings_mojom',
- 'type': 'none',
- 'variables': {
- 'mojom_files': [
- 'public/interfaces/profile.mojom',
- ],
- },
- 'dependencies': [
- '../../components/filesystem/filesystem.gyp:filesystem_bindings_mojom',
- '../../components/leveldb/leveldb.gyp:leveldb_bindings_mojom',
- ],
- '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/profile_app.cc ('k') | components/profile_service/profile_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698