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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 298023004: [PPAPI] Compositor API implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compositor_api_def_new
Patch Set: Fix link issue Created 6 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
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/compositor_layer_resource.h » ('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_tests', 8 'target_name': 'ppapi_tests',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'include_dirs': [ 10 'include_dirs': [
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 ], 564 ],
565 'include_dirs': [ 565 'include_dirs': [
566 'lib/gl/include', 566 'lib/gl/include',
567 ], 567 ],
568 'sources': [ 568 'sources': [
569 'examples/gles2_spinning_cube/gles2_spinning_cube.cc', 569 'examples/gles2_spinning_cube/gles2_spinning_cube.cc',
570 'examples/gles2_spinning_cube/spinning_cube.cc', 570 'examples/gles2_spinning_cube/spinning_cube.cc',
571 'examples/gles2_spinning_cube/spinning_cube.h', 571 'examples/gles2_spinning_cube/spinning_cube.h',
572 ], 572 ],
573 }, 573 },
574 {
575 'target_name': 'ppapi_example_compositor',
576 'dependencies': [
577 'ppapi_example_skeleton',
578 'ppapi.gyp:ppapi_cpp',
579 'ppapi.gyp:ppapi_gles2',
580 ],
581 'include_dirs': [
582 'lib/gl/include',
583 ],
584 'sources': [
585 'examples/compositor/compositor.cc',
586 'examples/compositor/spinning_cube.cc',
587 'examples/compositor/spinning_cube.h',
588 ],
589 },
574 ], 590 ],
575 } 591 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/compositor_layer_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698