OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'plugins', | 8 'target_name': 'plugins', |
9 'type': '<(component)', | 9 'type': '<(component)', |
10 'defines': [ | 10 'defines': [ |
11 'WEBKIT_PLUGINS_IMPLEMENTATION', | 11 'WEBKIT_PLUGINS_IMPLEMENTATION', |
12 ], | 12 ], |
13 'include_dirs': [ | 13 'include_dirs': [ |
14 '<(INTERMEDIATE_DIR)', | 14 '<(INTERMEDIATE_DIR)', |
15 '<(SHARED_INTERMEDIATE_DIR)/webkit', | 15 '<(SHARED_INTERMEDIATE_DIR)/webkit', |
16 '<(SHARED_INTERMEDIATE_DIR)/ui', | 16 '<(SHARED_INTERMEDIATE_DIR)/ui', |
17 ], | 17 ], |
18 'dependencies': [ | 18 'dependencies': [ |
19 '<(DEPTH)/base/base.gyp:base', | 19 '<(DEPTH)/base/base.gyp:base', |
20 '<(DEPTH)/base/base.gyp:base_i18n', | 20 '<(DEPTH)/base/base.gyp:base_i18n', |
21 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 21 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 22 '<(DEPTH)/gpu/gpu.gyp:command_buffer_common', |
22 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 23 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
23 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', | 24 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', |
24 '<(DEPTH)/media/media.gyp:media', | 25 '<(DEPTH)/media/media.gyp:media', |
25 '<(DEPTH)/media/media.gyp:shared_memory_support', | 26 '<(DEPTH)/media/media.gyp:shared_memory_support', |
26 '<(DEPTH)/net/net.gyp:net', | 27 '<(DEPTH)/net/net.gyp:net', |
27 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', | 28 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_c', |
28 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', | 29 '<(DEPTH)/ppapi/ppapi_internal.gyp:ppapi_shared', |
29 '<(DEPTH)/printing/printing.gyp:printing', | 30 '<(DEPTH)/printing/printing.gyp:printing', |
30 '<(DEPTH)/skia/skia.gyp:skia', | 31 '<(DEPTH)/skia/skia.gyp:skia', |
31 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 32 '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 'msvs_disabled_warnings': [ 4800, 4267 ], | 215 'msvs_disabled_warnings': [ 4800, 4267 ], |
215 'sources/': [['exclude', '_posix\\.cc$']], | 216 'sources/': [['exclude', '_posix\\.cc$']], |
216 'include_dirs': [ | 217 'include_dirs': [ |
217 '<(DEPTH)/third_party/wtl/include', | 218 '<(DEPTH)/third_party/wtl/include', |
218 ], | 219 ], |
219 }], | 220 }], |
220 ], | 221 ], |
221 }, | 222 }, |
222 ] | 223 ] |
223 } | 224 } |
OLD | NEW |