Chromium Code Reviews| 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 395 'nacl/common/nacl_process_type.h', | 395 'nacl/common/nacl_process_type.h', |
| 396 'nacl/common/nacl_sandbox_type_mac.h', | 396 'nacl/common/nacl_sandbox_type_mac.h', |
| 397 'nacl/common/nacl_types.cc', | 397 'nacl/common/nacl_types.cc', |
| 398 'nacl/common/nacl_types.h', | 398 'nacl/common/nacl_types.h', |
| 399 'nacl/common/pnacl_types.cc', | 399 'nacl/common/pnacl_types.cc', |
| 400 'nacl/common/pnacl_types.h', | 400 'nacl/common/pnacl_types.h', |
| 401 ], | 401 ], |
| 402 'include_dirs': [ | 402 'include_dirs': [ |
| 403 '..', | 403 '..', |
| 404 ], | 404 ], |
| 405 'dependencies': [ | |
| 406 '../content/content.gyp:content_common', | |
|
jochen (gone - plz use gerrit)
2014/03/16 16:06:23
note that this appears to break linking on chromeo
| |
| 407 ], | |
| 405 }, | 408 }, |
| 406 ] | 409 ] |
| 407 } | 410 } |
| OLD | NEW |