OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'ppapi_c', | 8 'target_name': 'ppapi_c', |
9 'type': 'none', | 9 'type': 'none', |
10 'all_dependent_settings': { | 10 'all_dependent_settings': { |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
326 'conditions': [ | 326 'conditions': [ |
327 ['disable_nacl!=1', { | 327 ['disable_nacl!=1', { |
328 'targets' : [ | 328 'targets' : [ |
329 { | 329 { |
330 'target_name': 'ppapi_cpp_lib', | 330 'target_name': 'ppapi_cpp_lib', |
331 'type': 'none', | 331 'type': 'none', |
332 'variables': { | 332 'variables': { |
333 'nlib_target': 'libppapi_cpp.a', | 333 'nlib_target': 'libppapi_cpp.a', |
334 'build_glibc': 0, | 334 'build_glibc': 0, |
335 'build_newlib': 1, | 335 'build_newlib': 1, |
| 336 'inst_dir': '<(SHARED_INTERMEDIATE_DIR)/tc_newlib', |
336 'sources': [ | 337 'sources': [ |
337 'cpp/audio.cc', | 338 'cpp/audio.cc', |
338 'cpp/audio.h', | 339 'cpp/audio.h', |
339 'cpp/audio_config.cc', | 340 'cpp/audio_config.cc', |
340 'cpp/audio_config.h', | 341 'cpp/audio_config.h', |
341 'cpp/completion_callback.cc', | 342 'cpp/completion_callback.cc', |
342 'cpp/completion_callback.h', | 343 'cpp/completion_callback.h', |
343 'cpp/core.cc', | 344 'cpp/core.cc', |
344 'cpp/core.h', | 345 'cpp/core.h', |
345 'cpp/file_io.cc', | 346 'cpp/file_io.cc', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 ], | 459 ], |
459 }, | 460 }, |
460 'dependencies': [ | 461 'dependencies': [ |
461 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', | 462 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', |
462 ], | 463 ], |
463 }, | 464 }, |
464 ], | 465 ], |
465 }], | 466 }], |
466 ], | 467 ], |
467 } | 468 } |
OLD | NEW |