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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 11411047: Introduce PPB_AudioInput_Dev v0.3 and refactor the device enumeration code: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 | « ppapi/ppapi_proxy.gypi ('k') | ppapi/proxy/audio_input_resource.h » ('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) 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_tests', 8 'target_name': 'ppapi_tests',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 '../ipc/ipc.gyp:test_support_ipc', 135 '../ipc/ipc.gyp:test_support_ipc',
136 '../media/media.gyp:shared_memory_support', 136 '../media/media.gyp:shared_memory_support',
137 '../testing/gmock.gyp:gmock', 137 '../testing/gmock.gyp:gmock',
138 '../testing/gtest.gyp:gtest', 138 '../testing/gtest.gyp:gtest',
139 '../ui/surface/surface.gyp:surface', 139 '../ui/surface/surface.gyp:surface',
140 ], 140 ],
141 'sources': [ 141 'sources': [
142 'proxy/run_all_unittests.cc', 142 'proxy/run_all_unittests.cc',
143 143
144 'host/resource_message_filter_unittest.cc', 144 'host/resource_message_filter_unittest.cc',
145 'proxy/device_enumeration_resource_helper_unittest.cc',
145 'proxy/file_chooser_resource_unittest.cc', 146 'proxy/file_chooser_resource_unittest.cc',
146 'proxy/flash_resource_unittest.cc', 147 'proxy/flash_resource_unittest.cc',
147 'proxy/mock_resource.cc', 148 'proxy/mock_resource.cc',
148 'proxy/mock_resource.h', 149 'proxy/mock_resource.h',
149 'proxy/plugin_dispatcher_unittest.cc', 150 'proxy/plugin_dispatcher_unittest.cc',
150 'proxy/plugin_resource_tracker_unittest.cc', 151 'proxy/plugin_resource_tracker_unittest.cc',
151 'proxy/plugin_var_tracker_unittest.cc', 152 'proxy/plugin_var_tracker_unittest.cc',
152 'proxy/ppb_var_unittest.cc', 153 'proxy/ppb_var_unittest.cc',
153 'proxy/ppp_instance_private_proxy_unittest.cc', 154 'proxy/ppp_instance_private_proxy_unittest.cc',
154 'proxy/ppp_instance_proxy_unittest.cc', 155 'proxy/ppp_instance_proxy_unittest.cc',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 'dependencies': [ 448 'dependencies': [
448 'ppapi_example_skeleton', 449 'ppapi_example_skeleton',
449 'ppapi.gyp:ppapi_cpp', 450 'ppapi.gyp:ppapi_cpp',
450 ], 451 ],
451 'sources': [ 452 'sources': [
452 'examples/printing/printing.cc', 453 'examples/printing/printing.cc',
453 ], 454 ],
454 }, 455 },
455 ], 456 ],
456 } 457 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | ppapi/proxy/audio_input_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698