1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
8 # GN: //components/session_manager/core
9 'target_name': 'session_manager_component',
10 'type': '<(component)',
12 '../base/base.gyp:base',
18 'SESSION_IMPLEMENTATION',
21 'session_manager/core/session_manager.cc',
22 'session_manager/core/session_manager.h',
23 'session_manager/session_manager_export.h',
28 '<(DEPTH)/chromeos/chromeos.gyp:chromeos',