blob: fd2ff7b31d6efdabe2be2caad2fff167865a788f [file] [log] [blame]
# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'variables': {
'chromium_code': 1,
'message_lib_deps': [
'../../../base/base.gyp:base',
'../../../chrome/chrome.gyp:common',
'../../../components/nacl.gyp:nacl_common',
'../../../content/content.gyp:content_child',
'../../../ipc/ipc.gyp:ipc',
'../../../media/cast/cast.gyp:cast_net',
'../../../ppapi/ppapi_internal.gyp:ppapi_ipc',
'../../../remoting/remoting.gyp:remoting_host',
'../../../skia/skia.gyp:skia',
'../../../third_party/libjingle/libjingle.gyp:libjingle',
'../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
'../../../third_party/WebKit/public/blink.gyp:blink',
'../../../ui/accessibility/accessibility.gyp:ax_gen',
],
},
'targets': [
{
'target_name': 'ipc_message_lib',
'type': 'static_library',
'dependencies': [
'<@(message_lib_deps)',
],
'export_dependent_settings': [
'<@(message_lib_deps)',
],
'sources': [
'all_messages.h',
'message_cracker.h',
'message_file.h',
'message_file_format.h',
'message_file_reader.cc',
'message_file_writer.cc',
'message_names.cc',
'message_names.h',
],
'include_dirs': [
'../../..',
],
'defines': [
'USE_CUPS',
],
},
],
}