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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 7863003: Mouse lock implementation, including the renderer side and the Windows version of the browser side. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 3 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/examples/mouse_lock/mouse_lock.html ('k') | webkit/plugins/ppapi/event_conversion.cc » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'target_name': 'ppapi_example_audio', 272 'target_name': 'ppapi_example_audio',
273 'dependencies': [ 273 'dependencies': [
274 'ppapi_example_skeleton', 274 'ppapi_example_skeleton',
275 'ppapi.gyp:ppapi_cpp', 275 'ppapi.gyp:ppapi_cpp',
276 ], 276 ],
277 'sources': [ 277 'sources': [
278 'examples/audio/audio.cc', 278 'examples/audio/audio.cc',
279 ], 279 ],
280 }, 280 },
281 { 281 {
282 'target_name': 'ppapi_example_mouse_lock',
283 'dependencies': [
284 'ppapi_example_skeleton',
285 'ppapi.gyp:ppapi_cpp',
286 ],
287 'sources': [
288 'examples/mouse_lock/mouse_lock.cc',
289 ],
290 },
291 {
282 'target_name': 'ppapi_example_file_chooser', 292 'target_name': 'ppapi_example_file_chooser',
283 'dependencies': [ 293 'dependencies': [
284 'ppapi_example_skeleton', 294 'ppapi_example_skeleton',
285 'ppapi.gyp:ppapi_cpp', 295 'ppapi.gyp:ppapi_cpp',
286 ], 296 ],
287 'sources': [ 297 'sources': [
288 'examples/file_chooser/file_chooser.cc', 298 'examples/file_chooser/file_chooser.cc',
289 ], 299 ],
290 }, 300 },
291 { 301 {
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 ], 371 ],
362 'sources': [ 372 'sources': [
363 'examples/gles2/gles2.cc', 373 'examples/gles2/gles2.cc',
364 'examples/gles2/testdata.h', 374 'examples/gles2/testdata.h',
365 ], 375 ],
366 }, 376 },
367 ], 377 ],
368 }] 378 }]
369 ] 379 ]
370 } 380 }
OLDNEW
« no previous file with comments | « ppapi/examples/mouse_lock/mouse_lock.html ('k') | webkit/plugins/ppapi/event_conversion.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698