[email protected] | b88d2c6 | 2014-07-16 18:20:44 | [diff] [blame] | 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. |
| 4 | |
| 5 | { |
| 6 | 'targets': [ |
| 7 | { |
dpranke | db5527d7 | 2015-03-08 04:22:47 | [diff] [blame] | 8 | # GN: //components/session_manager/core |
[email protected] | b88d2c6 | 2014-07-16 18:20:44 | [diff] [blame] | 9 | 'target_name': 'session_manager_component', |
| 10 | 'type': '<(component)', |
| 11 | 'dependencies': [ |
| 12 | '../base/base.gyp:base', |
| 13 | ], |
| 14 | 'include_dirs': [ |
| 15 | '..', |
| 16 | ], |
| 17 | 'defines': [ |
| 18 | 'SESSION_IMPLEMENTATION', |
| 19 | ], |
| 20 | 'sources': [ |
[email protected] | b88d2c6 | 2014-07-16 18:20:44 | [diff] [blame] | 21 | 'session_manager/core/session_manager.cc', |
satorux | ba9fc86 | 2015-02-17 01:16:42 | [diff] [blame] | 22 | 'session_manager/core/session_manager.h', |
[email protected] | b88d2c6 | 2014-07-16 18:20:44 | [diff] [blame] | 23 | 'session_manager/session_manager_export.h', |
| 24 | ], |
[email protected] | babc148 | 2014-08-02 05:44:13 | [diff] [blame] | 25 | 'conditions': [ |
| 26 | ['chromeos == 1', { |
| 27 | 'dependencies': [ |
| 28 | '<(DEPTH)/chromeos/chromeos.gyp:chromeos', |
| 29 | ], |
| 30 | }], |
| 31 | ], |
[email protected] | b88d2c6 | 2014-07-16 18:20:44 | [diff] [blame] | 32 | }, |
| 33 | ], |
| 34 | } |