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 '../../../components/components.gyp:pdf_common', |
11 '../../../components/nacl.gyp:nacl_common', | 12 '../../../components/nacl.gyp:nacl_common', |
12 '../../../content/content.gyp:content_child', | 13 '../../../content/content.gyp:content_child', |
13 '../../../ipc/ipc.gyp:ipc', | 14 '../../../ipc/ipc.gyp:ipc', |
14 '../../../media/cast/cast.gyp:cast_net', | 15 '../../../media/cast/cast.gyp:cast_net', |
15 '../../../ppapi/ppapi_internal.gyp:ppapi_ipc', | 16 '../../../ppapi/ppapi_internal.gyp:ppapi_ipc', |
16 '../../../remoting/remoting.gyp:remoting_host', | 17 '../../../remoting/remoting.gyp:remoting_host', |
17 '../../../skia/skia.gyp:skia', | 18 '../../../skia/skia.gyp:skia', |
18 '../../../third_party/libjingle/libjingle.gyp:libjingle', | 19 '../../../third_party/libjingle/libjingle.gyp:libjingle', |
19 '../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar', | 20 '../../../third_party/mt19937ar/mt19937ar.gyp:mt19937ar', |
20 '../../../third_party/WebKit/public/blink.gyp:blink', | 21 '../../../third_party/WebKit/public/blink.gyp:blink', |
(...skipping 22 matching lines...) Expand all Loading... |
43 ], | 44 ], |
44 'include_dirs': [ | 45 'include_dirs': [ |
45 '../../..', | 46 '../../..', |
46 ], | 47 ], |
47 'defines': [ | 48 'defines': [ |
48 'USE_CUPS', | 49 'USE_CUPS', |
49 ], | 50 ], |
50 }, | 51 }, |
51 ], | 52 ], |
52 } | 53 } |
OLD | NEW |