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 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'nacl/nacl_defines.gypi', | 10 'nacl/nacl_defines.gypi', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 'nacl/renderer/pnacl_translation_resource_host.cc', | 144 'nacl/renderer/pnacl_translation_resource_host.cc', |
145 'nacl/renderer/pnacl_translation_resource_host.h', | 145 'nacl/renderer/pnacl_translation_resource_host.h', |
146 'nacl/renderer/ppb_nacl_private_impl.cc', | 146 'nacl/renderer/ppb_nacl_private_impl.cc', |
147 'nacl/renderer/ppb_nacl_private_impl.h', | 147 'nacl/renderer/ppb_nacl_private_impl.h', |
148 ], | 148 ], |
149 'include_dirs': [ | 149 'include_dirs': [ |
150 '..', | 150 '..', |
151 ], | 151 ], |
152 'dependencies': [ | 152 'dependencies': [ |
153 '../content/content.gyp:content_renderer', | 153 '../content/content.gyp:content_renderer', |
| 154 '../third_party/WebKit/public/blink.gyp:blink', |
154 '../webkit/common/webkit_common.gyp:webkit_common', | 155 '../webkit/common/webkit_common.gyp:webkit_common', |
155 ], | 156 ], |
156 'defines': [ | 157 'defines': [ |
157 '<@(nacl_defines)', | 158 '<@(nacl_defines)', |
158 ], | 159 ], |
159 'direct_dependent_settings': { | 160 'direct_dependent_settings': { |
160 'defines': [ | 161 'defines': [ |
161 '<@(nacl_defines)', | 162 '<@(nacl_defines)', |
162 ], | 163 ], |
163 }, | 164 }, |
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 'nacl/common/nacl_types.h', | 371 'nacl/common/nacl_types.h', |
371 'nacl/common/pnacl_types.cc', | 372 'nacl/common/pnacl_types.cc', |
372 'nacl/common/pnacl_types.h', | 373 'nacl/common/pnacl_types.h', |
373 ], | 374 ], |
374 'include_dirs': [ | 375 'include_dirs': [ |
375 '..', | 376 '..', |
376 ], | 377 ], |
377 }, | 378 }, |
378 ] | 379 ] |
379 } | 380 } |
OLD | NEW |