| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'tests/test_char_set.h', | 85 'tests/test_char_set.h', |
| 86 'tests/test_core.cc', | 86 'tests/test_core.cc', |
| 87 'tests/test_core.h', | 87 'tests/test_core.h', |
| 88 'tests/test_cpp_includes.cc', | 88 'tests/test_cpp_includes.cc', |
| 89 'tests/test_cursor_control.cc', | 89 'tests/test_cursor_control.cc', |
| 90 'tests/test_cursor_control.h', | 90 'tests/test_cursor_control.h', |
| 91 'tests/test_directory_reader.cc', | 91 'tests/test_directory_reader.cc', |
| 92 'tests/test_directory_reader.h', | 92 'tests/test_directory_reader.h', |
| 93 'tests/test_fullscreen.cc', | 93 'tests/test_fullscreen.cc', |
| 94 'tests/test_fullscreen.h', | 94 'tests/test_fullscreen.h', |
| 95 'tests/test_flash_fullscreen.cc', |
| 96 'tests/test_flash_fullscreen.h', |
| 95 'tests/test_file_io.cc', | 97 'tests/test_file_io.cc', |
| 96 'tests/test_file_io.h', | 98 'tests/test_file_io.h', |
| 97 'tests/test_file_ref.cc', | 99 'tests/test_file_ref.cc', |
| 98 'tests/test_file_ref.h', | 100 'tests/test_file_ref.h', |
| 99 'tests/test_file_system.cc', | 101 'tests/test_file_system.cc', |
| 100 'tests/test_file_system.h', | 102 'tests/test_file_system.h', |
| 101 'tests/test_graphics_2d.cc', | 103 'tests/test_graphics_2d.cc', |
| 102 'tests/test_graphics_2d.h', | 104 'tests/test_graphics_2d.h', |
| 103 'tests/test_graphics_3d.cc', | 105 'tests/test_graphics_3d.cc', |
| 104 'tests/test_graphics_3d.h', | 106 'tests/test_graphics_3d.h', |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 'lib/gl/include', | 389 'lib/gl/include', |
| 388 ], | 390 ], |
| 389 'sources': [ | 391 'sources': [ |
| 390 'examples/video_capture/video_capture.cc', | 392 'examples/video_capture/video_capture.cc', |
| 391 ], | 393 ], |
| 392 }, | 394 }, |
| 393 ], | 395 ], |
| 394 }] | 396 }] |
| 395 ] | 397 ] |
| 396 } | 398 } |
| OLD | NEW |