Home | History | Annotate | Download | only in message_lib
      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.
      4 
      5 {
      6   'variables': {
      7     'chromium_code': 1,
      8   },
      9   'targets': [
     10     {
     11       'target_name': 'ipc_message_lib',
     12       'type': 'static_library',
     13       'dependencies': [
     14         '../../../base/base.gyp:base',
     15         '../../../chrome/chrome.gyp:common',
     16         '../../../ipc/ipc.gyp:ipc',
     17         '../../../media/cast/cast.gyp:cast_transport',
     18         '../../../skia/skia.gyp:skia',
     19         '../../../third_party/libjingle/libjingle.gyp:libjingle',
     20         '../../../third_party/WebKit/public/blink.gyp:blink',
     21         '../../../ui/accessibility/accessibility.gyp:ax_gen',
     22       ],
     23       'sources': [
     24         'all_messages.h',
     25         'message_cracker.h',
     26         'message_file.h',
     27         'message_file_format.h',
     28         'message_file_reader.cc',
     29         'message_file_writer.cc',
     30         'message_names.cc',
     31         'message_names.h',
     32       ],
     33       'include_dirs': [
     34         '../../..',
     35       ],
     36       'defines': [
     37         'USE_CUPS',
     38       ],
     39     },
     40   ],
     41 }
     42