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

Side by Side Diff: ppapi/ppapi.gyp

Issue 4985001: Initial audio implementation. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 6 {
7 'variables': { 7 'variables': {
8 'chromium_code': 1, # Use higher warning level. 8 'chromium_code': 1, # Use higher warning level.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 'proxy/plugin_resource_tracker.h', 529 'proxy/plugin_resource_tracker.h',
530 'proxy/plugin_var_serialization_rules.cc', 530 'proxy/plugin_var_serialization_rules.cc',
531 'proxy/plugin_var_serialization_rules.h', 531 'proxy/plugin_var_serialization_rules.h',
532 'proxy/plugin_var_tracker.cc', 532 'proxy/plugin_var_tracker.cc',
533 'proxy/plugin_var_tracker.h', 533 'proxy/plugin_var_tracker.h',
534 'proxy/ppapi_messages.cc', 534 'proxy/ppapi_messages.cc',
535 'proxy/ppapi_messages.h', 535 'proxy/ppapi_messages.h',
536 'proxy/ppapi_messages_internal.h', 536 'proxy/ppapi_messages_internal.h',
537 'proxy/ppapi_param_traits.cc', 537 'proxy/ppapi_param_traits.cc',
538 'proxy/ppapi_param_traits.h', 538 'proxy/ppapi_param_traits.h',
539 'proxy/ppb_audio_config_proxy.cc',
540 'proxy/ppb_audio_config_proxy.h',
541 'proxy/ppb_audio_proxy.cc',
542 'proxy/ppb_audio_proxy.h',
539 'proxy/ppb_buffer_proxy.cc', 543 'proxy/ppb_buffer_proxy.cc',
540 'proxy/ppb_buffer_proxy.h', 544 'proxy/ppb_buffer_proxy.h',
541 'proxy/ppb_char_set_proxy.cc', 545 'proxy/ppb_char_set_proxy.cc',
542 'proxy/ppb_char_set_proxy.h', 546 'proxy/ppb_char_set_proxy.h',
543 'proxy/ppb_core_proxy.cc', 547 'proxy/ppb_core_proxy.cc',
544 'proxy/ppb_core_proxy.h', 548 'proxy/ppb_core_proxy.h',
545 'proxy/ppb_cursor_control_proxy.cc', 549 'proxy/ppb_cursor_control_proxy.cc',
546 'proxy/ppb_cursor_control_proxy.h', 550 'proxy/ppb_cursor_control_proxy.h',
547 'proxy/ppb_flash_proxy.cc', 551 'proxy/ppb_flash_proxy.cc',
548 'proxy/ppb_flash_proxy.h', 552 'proxy/ppb_flash_proxy.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 ['OS=="win"', { 588 ['OS=="win"', {
585 }], 589 }],
586 ['OS=="linux"', { 590 ['OS=="linux"', {
587 }], 591 }],
588 ['OS=="mac"', { 592 ['OS=="mac"', {
589 }] 593 }]
590 ], 594 ],
591 }, 595 },
592 ], 596 ],
593 } 597 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698