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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 6334016: Refactor PPAPI proxy resource handling to maintain which host they came from,... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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_cpp' 10 'ppapi_cpp'
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'dependencies': [ 260 'dependencies': [
261 'ppapi_proxy', 261 'ppapi_proxy',
262 '../base/base.gyp:test_support_base', 262 '../base/base.gyp:test_support_base',
263 '../ipc/ipc.gyp:test_support_ipc', 263 '../ipc/ipc.gyp:test_support_ipc',
264 '../testing/gmock.gyp:gmock', 264 '../testing/gmock.gyp:gmock',
265 '../testing/gtest.gyp:gtest', 265 '../testing/gtest.gyp:gtest',
266 ], 266 ],
267 'sources': [ 267 'sources': [
268 'proxy/run_all_unittests.cc', 268 'proxy/run_all_unittests.cc',
269 269
270 'proxy/mock_resource.cc',
271 'proxy/mock_resource.h',
272 'proxy/plugin_resource_tracker_unittest.cc',
270 'proxy/plugin_var_tracker_unittest.cc', 273 'proxy/plugin_var_tracker_unittest.cc',
274 'proxy/ppapi_proxy_test.cc',
275 'proxy/ppapi_proxy_test.h',
276 'proxy/serialized_var_unittest.cc',
277 'proxy/serialized_var_unittest.h',
271 ], 278 ],
272 }, 279 },
273 ], 280 ],
274 } 281 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698