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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 10572040: Create a PPAPI host for new resource message routing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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
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_example', 8 'target_name': 'ppapi_example',
9 'dependencies': [ 9 'dependencies': [
10 'ppapi.gyp:ppapi_cpp' 10 'ppapi.gyp:ppapi_cpp'
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'ppapi_shared', 122 'ppapi_shared',
123 '../base/base.gyp:test_support_base', 123 '../base/base.gyp:test_support_base',
124 '../ipc/ipc.gyp:ipc', 124 '../ipc/ipc.gyp:ipc',
125 '../ipc/ipc.gyp:test_support_ipc', 125 '../ipc/ipc.gyp:test_support_ipc',
126 '../testing/gmock.gyp:gmock', 126 '../testing/gmock.gyp:gmock',
127 '../testing/gtest.gyp:gtest', 127 '../testing/gtest.gyp:gtest',
128 ], 128 ],
129 'sources': [ 129 'sources': [
130 'proxy/ppapi_proxy_test.cc', 130 'proxy/ppapi_proxy_test.cc',
131 'proxy/ppapi_proxy_test.h', 131 'proxy/ppapi_proxy_test.h',
132 'proxy/resource_message_test_sink.cc',
133 'proxy/resource_message_test_sink.h',
132 'shared_impl/test_globals.cc', 134 'shared_impl/test_globals.cc',
133 'shared_impl/test_globals.h', 135 'shared_impl/test_globals.h',
134 ], 136 ],
135 }, 137 },
136 138
137 { 139 {
138 'target_name': 'ppapi_perftests', 140 'target_name': 'ppapi_perftests',
139 'type': 'executable', 141 'type': 'executable',
140 'variables': { 142 'variables': {
141 'chromium_code': 1, 143 'chromium_code': 1,
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 'dependencies': [ 435 'dependencies': [
434 'ppapi_example_skeleton', 436 'ppapi_example_skeleton',
435 'ppapi.gyp:ppapi_cpp', 437 'ppapi.gyp:ppapi_cpp',
436 ], 438 ],
437 'sources': [ 439 'sources': [
438 'examples/printing/printing.cc', 440 'examples/printing/printing.cc',
439 ], 441 ],
440 }, 442 },
441 ], 443 ],
442 } 444 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698