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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 2136743002: Simplify ppapi Graphics3D size propagation a bit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_attr_parse_to_pepper
Patch Set: fix win64+gyp build Created 4 years, 5 months 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
« no previous file with comments | « ppapi/ppapi_shared_nacl.gyp ('k') | ppapi/proxy/BUILD.gn » ('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 # GN version: //ppapi:ppapi_tests 8 # GN version: //ppapi:ppapi_tests
9 'target_name': 'ppapi_tests', 9 'target_name': 'ppapi_tests',
10 'type': 'loadable_module', 10 'type': 'loadable_module',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'ppapi_unittest_shared', 202 'ppapi_unittest_shared',
203 '../base/base.gyp:test_support_base', 203 '../base/base.gyp:test_support_base',
204 '../gpu/gpu.gyp:gpu_ipc_common', 204 '../gpu/gpu.gyp:gpu_ipc_common',
205 '../ipc/ipc.gyp:ipc', 205 '../ipc/ipc.gyp:ipc',
206 '../ipc/ipc.gyp:ipc_run_all_unittests', 206 '../ipc/ipc.gyp:ipc_run_all_unittests',
207 '../ipc/ipc.gyp:test_support_ipc', 207 '../ipc/ipc.gyp:test_support_ipc',
208 '../media/media.gyp:shared_memory_support', 208 '../media/media.gyp:shared_memory_support',
209 '../skia/skia.gyp:skia', 209 '../skia/skia.gyp:skia',
210 '../testing/gmock.gyp:gmock', 210 '../testing/gmock.gyp:gmock',
211 '../testing/gtest.gyp:gtest', 211 '../testing/gtest.gyp:gtest',
212 '../ui/gfx/gfx.gyp:gfx_geometry',
212 '../ui/surface/surface.gyp:surface', 213 '../ui/surface/surface.gyp:surface',
213 ], 214 ],
214 'sources': [ 215 'sources': [
215 # Note: sources list duplicated in GN build. 216 # Note: sources list duplicated in GN build.
216 'host/resource_message_filter_unittest.cc', 217 'host/resource_message_filter_unittest.cc',
217 'proxy/device_enumeration_resource_helper_unittest.cc', 218 'proxy/device_enumeration_resource_helper_unittest.cc',
218 'proxy/file_chooser_resource_unittest.cc', 219 'proxy/file_chooser_resource_unittest.cc',
219 'proxy/file_system_resource_unittest.cc', 220 'proxy/file_system_resource_unittest.cc',
220 'proxy/flash_resource_unittest.cc', 221 'proxy/flash_resource_unittest.cc',
221 'proxy/interface_list_unittest.cc', 222 'proxy/interface_list_unittest.cc',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'dependencies': [ 697 'dependencies': [
697 'ppapi_unittests', 698 'ppapi_unittests',
698 ], 699 ],
699 'includes': [ '../build/isolate.gypi' ], 700 'includes': [ '../build/isolate.gypi' ],
700 'sources': [ 'ppapi_unittests.isolate' ], 701 'sources': [ 'ppapi_unittests.isolate' ],
701 }, 702 },
702 ], 703 ],
703 }], 704 }],
704 ], 705 ],
705 } 706 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared_nacl.gyp ('k') | ppapi/proxy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698