| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'tests/test_flash_fullscreen.cc', | 105 'tests/test_flash_fullscreen.cc', |
| 106 'tests/test_flash_fullscreen.h', | 106 'tests/test_flash_fullscreen.h', |
| 107 'tests/test_fullscreen.cc', | 107 'tests/test_fullscreen.cc', |
| 108 'tests/test_fullscreen.h', | 108 'tests/test_fullscreen.h', |
| 109 'tests/test_graphics_2d.cc', | 109 'tests/test_graphics_2d.cc', |
| 110 'tests/test_graphics_2d.h', | 110 'tests/test_graphics_2d.h', |
| 111 'tests/test_graphics_3d.cc', | 111 'tests/test_graphics_3d.cc', |
| 112 'tests/test_graphics_3d.h', | 112 'tests/test_graphics_3d.h', |
| 113 'tests/test_image_data.cc', | 113 'tests/test_image_data.cc', |
| 114 'tests/test_image_data.h', | 114 'tests/test_image_data.h', |
| 115 'tests/test_input_event.cc', |
| 116 'tests/test_input_event.h', |
| 115 'tests/test_memory.cc', | 117 'tests/test_memory.cc', |
| 116 'tests/test_memory.h', | 118 'tests/test_memory.h', |
| 117 'tests/test_net_address_private.cc', | 119 'tests/test_net_address_private.cc', |
| 118 'tests/test_net_address_private.h', | 120 'tests/test_net_address_private.h', |
| 119 'tests/test_paint_aggregator.cc', | 121 'tests/test_paint_aggregator.cc', |
| 120 'tests/test_paint_aggregator.h', | 122 'tests/test_paint_aggregator.h', |
| 121 'tests/test_post_message.cc', | 123 'tests/test_post_message.cc', |
| 122 'tests/test_post_message.h', | 124 'tests/test_post_message.h', |
| 123 'tests/test_scrollbar.cc', | 125 'tests/test_scrollbar.cc', |
| 124 'tests/test_scrollbar.h', | 126 'tests/test_scrollbar.h', |
| (...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 504 # Var_deprecated fails in TestPassReference, and we probably won't | 506 # Var_deprecated fails in TestPassReference, and we probably won't |
| 505 # fix it. | 507 # fix it. |
| 506 #'tests/test_var_deprecated.cc' | 508 #'tests/test_var_deprecated.cc' |
| 507 ], | 509 ], |
| 508 }, | 510 }, |
| 509 }, | 511 }, |
| 510 ], | 512 ], |
| 511 }], | 513 }], |
| 512 ], | 514 ], |
| 513 } | 515 } |
| OLD | NEW |