OLD | NEW |
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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 'tests/test_cursor_control.cc', | 91 'tests/test_cursor_control.cc', |
92 'tests/test_cursor_control.h', | 92 'tests/test_cursor_control.h', |
93 'tests/test_directory_reader.cc', | 93 'tests/test_directory_reader.cc', |
94 'tests/test_directory_reader.h', | 94 'tests/test_directory_reader.h', |
95 'tests/test_file_io.cc', | 95 'tests/test_file_io.cc', |
96 'tests/test_file_io.h', | 96 'tests/test_file_io.h', |
97 'tests/test_file_ref.cc', | 97 'tests/test_file_ref.cc', |
98 'tests/test_file_ref.h', | 98 'tests/test_file_ref.h', |
99 'tests/test_file_system.cc', | 99 'tests/test_file_system.cc', |
100 'tests/test_file_system.h', | 100 'tests/test_file_system.h', |
| 101 'tests/test_flash.cc', |
| 102 'tests/test_flash.h', |
101 'tests/test_flash_clipboard.cc', | 103 'tests/test_flash_clipboard.cc', |
102 'tests/test_flash_clipboard.h', | 104 'tests/test_flash_clipboard.h', |
103 'tests/test_flash_fullscreen.cc', | 105 'tests/test_flash_fullscreen.cc', |
104 'tests/test_flash_fullscreen.h', | 106 'tests/test_flash_fullscreen.h', |
105 'tests/test_fullscreen.cc', | 107 'tests/test_fullscreen.cc', |
106 'tests/test_fullscreen.h', | 108 'tests/test_fullscreen.h', |
107 'tests/test_graphics_2d.cc', | 109 'tests/test_graphics_2d.cc', |
108 'tests/test_graphics_2d.h', | 110 'tests/test_graphics_2d.h', |
109 'tests/test_graphics_3d.cc', | 111 'tests/test_graphics_3d.cc', |
110 'tests/test_graphics_3d.h', | 112 'tests/test_graphics_3d.h', |
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 } |
OLD | NEW |