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

Side by Side Diff: ppapi/ppapi_tests.gypi

Issue 8414054: Hello Pepper API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 1 month 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/ppapi_shared.gypi ('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) 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'tests/test_flash_clipboard.cc', 101 'tests/test_flash_clipboard.cc',
102 'tests/test_flash_clipboard.h', 102 'tests/test_flash_clipboard.h',
103 'tests/test_flash_fullscreen.cc', 103 'tests/test_flash_fullscreen.cc',
104 'tests/test_flash_fullscreen.h', 104 'tests/test_flash_fullscreen.h',
105 'tests/test_fullscreen.cc', 105 'tests/test_fullscreen.cc',
106 'tests/test_fullscreen.h', 106 'tests/test_fullscreen.h',
107 'tests/test_graphics_2d.cc', 107 'tests/test_graphics_2d.cc',
108 'tests/test_graphics_2d.h', 108 'tests/test_graphics_2d.h',
109 'tests/test_graphics_3d.cc', 109 'tests/test_graphics_3d.cc',
110 'tests/test_graphics_3d.h', 110 'tests/test_graphics_3d.h',
111 'tests/test_hello.cc',
112 'tests/test_hello.h',
111 'tests/test_image_data.cc', 113 'tests/test_image_data.cc',
112 'tests/test_image_data.h', 114 'tests/test_image_data.h',
113 'tests/test_memory.cc', 115 'tests/test_memory.cc',
114 'tests/test_memory.h', 116 'tests/test_memory.h',
115 'tests/test_net_address_private.cc', 117 'tests/test_net_address_private.cc',
116 'tests/test_net_address_private.h', 118 'tests/test_net_address_private.h',
117 'tests/test_paint_aggregator.cc', 119 'tests/test_paint_aggregator.cc',
118 'tests/test_paint_aggregator.h', 120 'tests/test_paint_aggregator.h',
119 'tests/test_post_message.cc', 121 'tests/test_post_message.cc',
120 'tests/test_post_message.h', 122 'tests/test_post_message.h',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 ], 410 ],
409 'include_dirs': [ 411 'include_dirs': [
410 'lib/gl/include', 412 'lib/gl/include',
411 ], 413 ],
412 'sources': [ 414 'sources': [
413 'examples/video_capture/video_capture.cc', 415 'examples/video_capture/video_capture.cc',
414 ], 416 ],
415 }, 417 },
416 ], 418 ],
417 } 419 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/interface_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698