OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
11 'target_name': 'ipc_message_lib', | 11 'target_name': 'ipc_message_lib', |
12 'type': 'static_library', | 12 'type': 'static_library', |
13 'dependencies': [ | 13 'dependencies': [ |
14 '../../../base/base.gyp:base', | 14 '../../../base/base.gyp:base', |
15 '../../../chrome/chrome.gyp:common', | 15 '../../../chrome/chrome.gyp:common', |
16 '../../../ipc/ipc.gyp:ipc', | 16 '../../../ipc/ipc.gyp:ipc', |
| 17 '../../../media/cast/transport/cast_transport.gyp:cast_transport', |
17 '../../../skia/skia.gyp:skia', | 18 '../../../skia/skia.gyp:skia', |
18 '../../../ui/accessibility/accessibility.gyp:ax_gen', | 19 '../../../ui/accessibility/accessibility.gyp:ax_gen', |
19 ], | 20 ], |
20 'sources': [ | 21 'sources': [ |
21 'all_messages.h', | 22 'all_messages.h', |
22 'message_cracker.h', | 23 'message_cracker.h', |
23 'message_file.h', | 24 'message_file.h', |
24 'message_file_format.h', | 25 'message_file_format.h', |
25 'message_file_reader.cc', | 26 'message_file_reader.cc', |
26 'message_file_writer.cc', | 27 'message_file_writer.cc', |
27 'message_names.cc', | 28 'message_names.cc', |
28 'message_names.h', | 29 'message_names.h', |
29 ], | 30 ], |
30 'include_dirs': [ | 31 'include_dirs': [ |
31 '../../..', | 32 '../../..', |
32 ], | 33 ], |
33 }, | 34 }, |
34 ], | 35 ], |
35 } | 36 } |
OLD | NEW |