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

Unified Diff: components/user_manager.gypi

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 4 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/url_matcher.gypi ('k') | components/user_prefs.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager.gypi
diff --git a/components/user_manager.gypi b/components/user_manager.gypi
deleted file mode 100644
index 9cb57d213fab2b4d273b5df952340e739c46d41d..0000000000000000000000000000000000000000
--- a/components/user_manager.gypi
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 2014 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': {
- # Cross-platform user_manager sources.
- 'user_manager_shared_sources': [
- 'user_manager/empty_user_info.cc',
- 'user_manager/empty_user_info.h',
- 'user_manager/user_info.cc',
- 'user_manager/user_info.h',
- 'user_manager/user_info_impl.cc',
- 'user_manager/user_info_impl.h',
- 'user_manager/user_manager_export.h',
- ],
- # Chrome OS user_manager sources.
- 'user_manager_chromeos_sources': [
- 'user_manager/known_user.cc',
- 'user_manager/known_user.h',
- 'user_manager/remove_user_delegate.h',
- 'user_manager/user.cc',
- 'user_manager/user.h',
- 'user_manager/user_image/user_image.cc',
- 'user_manager/user_image/user_image.h',
- 'user_manager/user_manager.cc',
- 'user_manager/user_manager.h',
- 'user_manager/user_manager_base.cc',
- 'user_manager/user_manager_base.h',
- 'user_manager/user_type.h',
- ],
- },
- 'targets': [{
- 'target_name': 'user_manager',
- 'type': '<(component)',
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/components/components.gyp:signin_core_account_id',
- '<(DEPTH)/skia/skia.gyp:skia',
- '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
- ],
- 'defines': [
- 'USER_MANAGER_IMPLEMENTATION',
- ],
- 'include_dirs': [
- '<(DEPTH)',
- '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
- '<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
- ],
- 'sources': [ '<@(user_manager_shared_sources)' ],
- 'conditions': [
- ['chromeos == 1', {
- 'dependencies': [
- '<(DEPTH)/components/components.gyp:session_manager_component',
- '<(DEPTH)/components/prefs/prefs.gyp:prefs',
- '<(DEPTH)/google_apis/google_apis.gyp:google_apis',
- '<(DEPTH)/url/url.gyp:url_lib',
- ],
- 'sources': [ '<@(user_manager_chromeos_sources)' ],
- }],
- ],
- },
- {
- # GN version: //components/user_manager:test_support
- 'target_name': 'user_manager_test_support',
- 'type': 'static_library',
- 'conditions': [
- ['chromeos == 1', {
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base',
- '<(DEPTH)/base/base.gyp:test_support_base',
- '<(DEPTH)/skia/skia.gyp:skia',
- '<(DEPTH)/testing/gmock.gyp:gmock',
- '<(DEPTH)/testing/gtest.gyp:gtest',
- 'user_manager',
- ],
- 'sources': [
- 'user_manager/fake_user_manager.cc',
- 'user_manager/fake_user_manager.h',
- ],
- }],
- ]
- },],
-}
« no previous file with comments | « components/url_matcher.gypi ('k') | components/user_prefs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698