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
3 # found in the LICENSE file.
9 '../../../base/base.gyp:base',
10 '../../../chrome/chrome.gyp:common',
11 '../../../chrome/chrome.gyp:safe_browsing_proto',
12 '../../../components/components.gyp:content_settings_content_common',
13 '../../../components/components.gyp:pdf_common',
14 '../../../components/nacl.gyp:nacl_common',
15 '../../../content/content.gyp:content_child',
16 '../../../ipc/ipc.gyp:ipc',
17 '../../../media/cast/cast.gyp:cast_net',
18 '../../../ppapi/ppapi_internal.gyp:ppapi_ipc',
19 '../../../remoting/remoting.gyp:remoting_host',
20 '../../../skia/skia.gyp:skia',
21 '../../../third_party/libjingle/libjingle.gyp:libjingle',
22 '../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
23 '../../../third_party/WebKit/public/blink.gyp:blink',
24 '../../../ui/accessibility/accessibility.gyp:ax_gen',
29 'target_name': 'ipc_message_lib',
30 'type': 'static_library',
32 '<@(message_lib_deps)',
34 'export_dependent_settings': [
35 '<@(message_lib_deps)',
41 'message_file_format.h',
42 'message_file_reader.cc',
43 'message_file_writer.cc',