| 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 'message_lib_deps': [ | 8 'message_lib_deps': [ |
| 9 '../../../base/base.gyp:base', | 9 '../../../base/base.gyp:base', |
| 10 '../../../chrome/chrome.gyp:common', | 10 '../../../chrome/chrome.gyp:common', |
| 11 '../../../chrome/chrome.gyp:safe_browsing_proto', | 11 '../../../chrome/chrome.gyp:safe_browsing_proto', |
| 12 '../../../components/components.gyp:content_settings_content_common', | 12 '../../../components/components.gyp:content_settings_content_common', |
| 13 '../../../components/components.gyp:network_hints_common', | 13 '../../../components/components.gyp:network_hints_common', |
| 14 '../../../components/components.gyp:pdf_common', | 14 '../../../components/components.gyp:pdf_common', |
| 15 '../../../components/nacl.gyp:nacl_common', | 15 '../../../components/nacl.gyp:nacl_common', |
| 16 '../../../content/content.gyp:content_child', | 16 '../../../content/content.gyp:content_child', |
| 17 '../../../ipc/ipc.gyp:ipc', | 17 '../../../ipc/ipc.gyp:ipc', |
| 18 '../../../media/cast/cast.gyp:cast_net', | 18 '../../../media/cast/cast.gyp:cast_net', |
| 19 '../../../ppapi/ppapi_internal.gyp:ppapi_ipc', | 19 '../../../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 20 '../../../remoting/remoting.gyp:remoting_host', | 20 '../../../remoting/remoting.gyp:remoting_host', |
| 21 '../../../skia/skia.gyp:skia', | 21 '../../../skia/skia.gyp:skia', |
| 22 '../../../third_party/libjingle/libjingle.gyp:libjingle', | 22 '../../../third_party/libjingle/libjingle.gyp:libjingle', |
| 23 '../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar', | 23 '../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar', |
| 24 '../../../third_party/WebKit/public/blink.gyp:blink', | 24 '../../../third_party/WebKit/public/blink.gyp:blink', |
| 25 '../../../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
| 25 '../../../ui/accessibility/accessibility.gyp:ax_gen', | 26 '../../../ui/accessibility/accessibility.gyp:ax_gen', |
| 26 ], | 27 ], |
| 27 }, | 28 }, |
| 28 'targets': [ | 29 'targets': [ |
| 29 { | 30 { |
| 30 'target_name': 'ipc_message_lib', | 31 'target_name': 'ipc_message_lib', |
| 31 'type': 'static_library', | 32 'type': 'static_library', |
| 32 'dependencies': [ | 33 'dependencies': [ |
| 33 '<@(message_lib_deps)', | 34 '<@(message_lib_deps)', |
| 34 ], | 35 ], |
| (...skipping 12 matching lines...) Expand all Loading... |
| 47 ], | 48 ], |
| 48 'include_dirs': [ | 49 'include_dirs': [ |
| 49 '../../..', | 50 '../../..', |
| 50 ], | 51 ], |
| 51 'defines': [ | 52 'defines': [ |
| 52 'USE_CUPS', | 53 'USE_CUPS', |
| 53 ], | 54 ], |
| 54 }, | 55 }, |
| 55 ], | 56 ], |
| 56 } | 57 } |
| OLD | NEW |