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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 10837350: Revert 152406 - Introduce shared_memory_support media target for PPAPI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « ppapi/ppapi_shared_untrusted.gyp ('k') | ppapi/shared_impl/ppb_audio_shared.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'chromium_code': 1, 126 'chromium_code': 1,
127 }, 127 },
128 'dependencies': [ 128 'dependencies': [
129 'ppapi_proxy', 129 'ppapi_proxy',
130 'ppapi_shared', 130 'ppapi_shared',
131 'ppapi_unittest_shared', 131 'ppapi_unittest_shared',
132 '../base/base.gyp:test_support_base', 132 '../base/base.gyp:test_support_base',
133 '../gpu/gpu.gyp:gpu_ipc', 133 '../gpu/gpu.gyp:gpu_ipc',
134 '../ipc/ipc.gyp:ipc', 134 '../ipc/ipc.gyp:ipc',
135 '../ipc/ipc.gyp:test_support_ipc', 135 '../ipc/ipc.gyp:test_support_ipc',
136 '../media/media.gyp:shared_memory_support',
137 '../testing/gmock.gyp:gmock', 136 '../testing/gmock.gyp:gmock',
138 '../testing/gtest.gyp:gtest', 137 '../testing/gtest.gyp:gtest',
139 '../ui/surface/surface.gyp:surface', 138 '../ui/surface/surface.gyp:surface',
140 ], 139 ],
141 'sources': [ 140 'sources': [
142 'proxy/run_all_unittests.cc', 141 'proxy/run_all_unittests.cc',
143 142
144 'proxy/file_chooser_resource_unittest.cc', 143 'proxy/file_chooser_resource_unittest.cc',
145 'proxy/mock_resource.cc', 144 'proxy/mock_resource.cc',
146 'proxy/mock_resource.h', 145 'proxy/mock_resource.h',
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 'dependencies': [ 401 'dependencies': [
403 'ppapi_example_skeleton', 402 'ppapi_example_skeleton',
404 'ppapi.gyp:ppapi_cpp', 403 'ppapi.gyp:ppapi_cpp',
405 ], 404 ],
406 'sources': [ 405 'sources': [
407 'examples/printing/printing.cc', 406 'examples/printing/printing.cc',
408 ], 407 ],
409 }, 408 },
410 ], 409 ],
411 } 410 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared_untrusted.gyp ('k') | ppapi/shared_impl/ppb_audio_shared.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698