| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # This GYP file defines untrusted (NaCl) targets. All targets in this | 5 # This GYP file defines untrusted (NaCl) targets. All targets in this |
| 6 # file should be conditionally depended upon via 'disable_nacl!=1' to avoid | 6 # file should be conditionally depended upon via 'disable_nacl!=1' to avoid |
| 7 # requiring NaCl sources for building. | 7 # requiring NaCl sources for building. |
| 8 | 8 |
| 9 { | 9 { |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 # '-lppruntime', | 405 # '-lppruntime', |
| 406 '-pthread', | 406 '-pthread', |
| 407 '-lgpu_untrusted', | 407 '-lgpu_untrusted', |
| 408 '-lipc_untrusted', | 408 '-lipc_untrusted', |
| 409 '-lbase_untrusted', | 409 '-lbase_untrusted', |
| 410 ], | 410 ], |
| 411 }, | 411 }, |
| 412 }, | 412 }, |
| 413 ], | 413 ], |
| 414 } | 414 } |
| OLD | NEW |