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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 11359097: Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource model (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 1 month 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) 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 'proxy/ppp_messaging_proxy_perftest.cc', 118 'proxy/ppp_messaging_proxy_perftest.cc',
119 ], 119 ],
120 }, 120 },
121 { 121 {
122 'target_name': 'ppapi_unittests', 122 'target_name': 'ppapi_unittests',
123 'type': 'executable', 123 'type': 'executable',
124 'variables': { 124 'variables': {
125 'chromium_code': 1, 125 'chromium_code': 1,
126 }, 126 },
127 'dependencies': [ 127 'dependencies': [
128 'ppapi_host',
128 'ppapi_proxy', 129 'ppapi_proxy',
129 'ppapi_shared', 130 'ppapi_shared',
130 'ppapi_unittest_shared', 131 'ppapi_unittest_shared',
131 '../base/base.gyp:test_support_base', 132 '../base/base.gyp:test_support_base',
132 '../gpu/gpu.gyp:gpu_ipc', 133 '../gpu/gpu.gyp:gpu_ipc',
133 '../ipc/ipc.gyp:ipc', 134 '../ipc/ipc.gyp:ipc',
134 '../ipc/ipc.gyp:test_support_ipc', 135 '../ipc/ipc.gyp:test_support_ipc',
135 '../media/media.gyp:shared_memory_support', 136 '../media/media.gyp:shared_memory_support',
136 '../testing/gmock.gyp:gmock', 137 '../testing/gmock.gyp:gmock',
137 '../testing/gtest.gyp:gtest', 138 '../testing/gtest.gyp:gtest',
138 '../ui/surface/surface.gyp:surface', 139 '../ui/surface/surface.gyp:surface',
139 ], 140 ],
140 'sources': [ 141 'sources': [
141 'proxy/run_all_unittests.cc', 142 'proxy/run_all_unittests.cc',
142 143
144 'host/resource_message_filter_unittest.cc',
143 'proxy/file_chooser_resource_unittest.cc', 145 'proxy/file_chooser_resource_unittest.cc',
144 'proxy/flash_resource_unittest.cc', 146 'proxy/flash_resource_unittest.cc',
145 'proxy/mock_resource.cc', 147 'proxy/mock_resource.cc',
146 'proxy/mock_resource.h', 148 'proxy/mock_resource.h',
147 'proxy/plugin_dispatcher_unittest.cc', 149 'proxy/plugin_dispatcher_unittest.cc',
148 'proxy/plugin_resource_tracker_unittest.cc', 150 'proxy/plugin_resource_tracker_unittest.cc',
149 'proxy/plugin_var_tracker_unittest.cc', 151 'proxy/plugin_var_tracker_unittest.cc',
150 'proxy/ppb_var_unittest.cc', 152 'proxy/ppb_var_unittest.cc',
151 'proxy/ppp_instance_private_proxy_unittest.cc', 153 'proxy/ppp_instance_private_proxy_unittest.cc',
152 'proxy/ppp_instance_proxy_unittest.cc', 154 'proxy/ppp_instance_proxy_unittest.cc',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 'dependencies': [ 447 'dependencies': [
446 'ppapi_example_skeleton', 448 'ppapi_example_skeleton',
447 'ppapi.gyp:ppapi_cpp', 449 'ppapi.gyp:ppapi_cpp',
448 ], 450 ],
449 'sources': [ 451 'sources': [
450 'examples/printing/printing.cc', 452 'examples/printing/printing.cc',
451 ], 453 ],
452 }, 454 },
453 ], 455 ],
454 } 456 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698