| 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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 'nacl/common/nacl_process_type.h', | 392 'nacl/common/nacl_process_type.h', |
| 393 'nacl/common/nacl_sandbox_type_mac.h', | 393 'nacl/common/nacl_sandbox_type_mac.h', |
| 394 'nacl/common/nacl_types.cc', | 394 'nacl/common/nacl_types.cc', |
| 395 'nacl/common/nacl_types.h', | 395 'nacl/common/nacl_types.h', |
| 396 'nacl/common/pnacl_types.cc', | 396 'nacl/common/pnacl_types.cc', |
| 397 'nacl/common/pnacl_types.h', | 397 'nacl/common/pnacl_types.h', |
| 398 ], | 398 ], |
| 399 'include_dirs': [ | 399 'include_dirs': [ |
| 400 '..', | 400 '..', |
| 401 ], | 401 ], |
| 402 'dependencies': [ |
| 403 '../content/content.gyp:content_common', |
| 404 ], |
| 402 }, | 405 }, |
| 403 ] | 406 ] |
| 404 } | 407 } |
| OLD | NEW |