| 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 'nacl/renderer/sandbox_arch.cc', | 168 'nacl/renderer/sandbox_arch.cc', |
| 169 'nacl/renderer/sandbox_arch.h', | 169 'nacl/renderer/sandbox_arch.h', |
| 170 'nacl/renderer/trusted_plugin_channel.cc', | 170 'nacl/renderer/trusted_plugin_channel.cc', |
| 171 'nacl/renderer/trusted_plugin_channel.h', | 171 'nacl/renderer/trusted_plugin_channel.h', |
| 172 ], | 172 ], |
| 173 'include_dirs': [ | 173 'include_dirs': [ |
| 174 '..', | 174 '..', |
| 175 ], | 175 ], |
| 176 'dependencies': [ | 176 'dependencies': [ |
| 177 '../content/content.gyp:content_renderer', | 177 '../content/content.gyp:content_renderer', |
| 178 '../third_party/jsoncpp/jsoncpp.gyp:jsoncpp', |
| 178 '../third_party/WebKit/public/blink.gyp:blink', | 179 '../third_party/WebKit/public/blink.gyp:blink', |
| 179 '../webkit/common/webkit_common.gyp:webkit_common', | 180 '../webkit/common/webkit_common.gyp:webkit_common', |
| 180 ], | 181 ], |
| 181 'defines': [ | 182 'defines': [ |
| 182 '<@(nacl_defines)', | 183 '<@(nacl_defines)', |
| 183 ], | 184 ], |
| 184 'direct_dependent_settings': { | 185 'direct_dependent_settings': { |
| 185 'defines': [ | 186 'defines': [ |
| 186 '<@(nacl_defines)', | 187 '<@(nacl_defines)', |
| 187 ], | 188 ], |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 ], | 465 ], |
| 465 'include_dirs': [ | 466 'include_dirs': [ |
| 466 '..', | 467 '..', |
| 467 ], | 468 ], |
| 468 'dependencies': [ | 469 'dependencies': [ |
| 469 '../content/content.gyp:content_common', | 470 '../content/content.gyp:content_common', |
| 470 ], | 471 ], |
| 471 }, | 472 }, |
| 472 ] | 473 ] |
| 473 } | 474 } |
| OLD | NEW |