Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Side by Side Diff: ppapi/ppapi_cpp.gypi

Issue 8673007: Build libppapi_cpp.a under SHARED_INTERMEDIATE_DIR, so ppapi_tests can find it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698