| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | |
| 7 '../build/common.gypi', | |
| 8 ], | |
| 9 'conditions': [ | 6 'conditions': [ |
| 10 [ 'OS=="linux"', { | 7 [ 'OS=="linux"', { |
| 11 'targets': [ | 8 'targets': [ |
| 12 { | 9 { |
| 13 'target_name': 'chrome_sandbox', | 10 'target_name': 'chrome_sandbox', |
| 14 'type': 'executable', | 11 'type': 'executable', |
| 15 'sources': [ | 12 'sources': [ |
| 16 'linux/suid/sandbox.c', | 13 'linux/suid/sandbox.c', |
| 17 ], | 14 ], |
| 18 'include_dirs': [ | 15 'include_dirs': [ |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 'POCDLL_EXPORTS', | 320 'POCDLL_EXPORTS', |
| 324 ], | 321 ], |
| 325 'include_dirs': [ | 322 'include_dirs': [ |
| 326 '..', | 323 '..', |
| 327 ], | 324 ], |
| 328 }, | 325 }, |
| 329 ], | 326 ], |
| 330 }], | 327 }], |
| 331 ], | 328 ], |
| 332 } | 329 } |
| OLD | NEW |