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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 9369003: Pepper: Add a function to PPB_Flash to check if a rect is topmost. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add stubs for InvokePrinting() and UpdateActivity() Created 8 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
« no previous file with comments | « ppapi/examples/flash_topmost/flash_topmost.html ('k') | ppapi/proxy/interface_list.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) 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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'ppapi.gyp:ppapi_gles2', 389 'ppapi.gyp:ppapi_gles2',
390 'ppapi.gyp:ppapi_egl', 390 'ppapi.gyp:ppapi_egl',
391 ], 391 ],
392 'include_dirs': [ 392 'include_dirs': [
393 'lib/gl/include', 393 'lib/gl/include',
394 ], 394 ],
395 'sources': [ 395 'sources': [
396 'examples/video_capture/video_capture.cc', 396 'examples/video_capture/video_capture.cc',
397 ], 397 ],
398 }, 398 },
399 {
400 'target_name': 'ppapi_example_flash_topmost',
401 'dependencies': [
402 'ppapi_example_skeleton',
403 'ppapi.gyp:ppapi_cpp',
404 ],
405 'sources': [
406 'examples/flash_topmost/flash_topmost.cc',
407 ],
408 },
399 ], 409 ],
400 } 410 }
OLDNEW
« no previous file with comments | « ppapi/examples/flash_topmost/flash_topmost.html ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698