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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'nacl/renderer/trusted_plugin_channel.cc', | 178 'nacl/renderer/trusted_plugin_channel.cc', |
179 'nacl/renderer/trusted_plugin_channel.h', | 179 'nacl/renderer/trusted_plugin_channel.h', |
180 ], | 180 ], |
181 'include_dirs': [ | 181 'include_dirs': [ |
182 '..', | 182 '..', |
183 ], | 183 ], |
184 'dependencies': [ | 184 'dependencies': [ |
185 '../content/content.gyp:content_renderer', | 185 '../content/content.gyp:content_renderer', |
186 '../third_party/jsoncpp/jsoncpp.gyp:jsoncpp', | 186 '../third_party/jsoncpp/jsoncpp.gyp:jsoncpp', |
187 '../third_party/WebKit/public/blink.gyp:blink', | 187 '../third_party/WebKit/public/blink.gyp:blink', |
188 '../webkit/common/webkit_common.gyp:webkit_common', | |
189 ], | 188 ], |
190 'defines': [ | 189 'defines': [ |
191 '<@(nacl_defines)', | 190 '<@(nacl_defines)', |
192 ], | 191 ], |
193 'direct_dependent_settings': { | 192 'direct_dependent_settings': { |
194 'defines': [ | 193 'defines': [ |
195 '<@(nacl_defines)', | 194 '<@(nacl_defines)', |
196 ], | 195 ], |
197 }, | 196 }, |
198 }, | 197 }, |
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
499 ], | 498 ], |
500 'include_dirs': [ | 499 'include_dirs': [ |
501 '..', | 500 '..', |
502 ], | 501 ], |
503 'dependencies': [ | 502 'dependencies': [ |
504 '../content/content.gyp:content_common', | 503 '../content/content.gyp:content_common', |
505 ], | 504 ], |
506 }, | 505 }, |
507 ] | 506 ] |
508 } | 507 } |
OLD | NEW |