| OLD | NEW |
| (Empty) |
| 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 { | |
| 8 # GN: //components/session_manager/core | |
| 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': [ | |
| 21 'session_manager/core/session_manager.cc', | |
| 22 'session_manager/core/session_manager.h', | |
| 23 'session_manager/session_manager_export.h', | |
| 24 ], | |
| 25 }, | |
| 26 ], | |
| 27 } | |
| OLD | NEW |