| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 'tests/test_url_loader.cc', | 130 'tests/test_url_loader.cc', |
| 131 'tests/test_url_loader.h', | 131 'tests/test_url_loader.h', |
| 132 'tests/test_url_util.cc', | 132 'tests/test_url_util.cc', |
| 133 'tests/test_url_util.h', | 133 'tests/test_url_util.h', |
| 134 'tests/test_utils.cc', | 134 'tests/test_utils.cc', |
| 135 'tests/test_utils.h', | 135 'tests/test_utils.h', |
| 136 'tests/test_var.cc', | 136 'tests/test_var.cc', |
| 137 'tests/test_var.h', | 137 'tests/test_var.h', |
| 138 'tests/test_video_decoder.cc', | 138 'tests/test_video_decoder.cc', |
| 139 'tests/test_video_decoder.h', | 139 'tests/test_video_decoder.h', |
| 140 'tests/test_websocket.cc', |
| 141 'tests/test_websocket.h', |
| 140 | 142 |
| 141 # Deprecated test cases. | 143 # Deprecated test cases. |
| 142 'tests/test_instance_deprecated.cc', | 144 'tests/test_instance_deprecated.cc', |
| 143 'tests/test_instance_deprecated.h', | 145 'tests/test_instance_deprecated.h', |
| 144 'tests/test_var_deprecated.cc', | 146 'tests/test_var_deprecated.cc', |
| 145 'tests/test_var_deprecated.h', | 147 'tests/test_var_deprecated.h', |
| 146 ], | 148 ], |
| 147 'dependencies': [ | 149 'dependencies': [ |
| 148 'ppapi.gyp:ppapi_cpp', | 150 'ppapi.gyp:ppapi_cpp', |
| 149 'ppapi_internal.gyp:ppapi_shared', | 151 'ppapi_internal.gyp:ppapi_shared', |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 ], | 412 ], |
| 411 'include_dirs': [ | 413 'include_dirs': [ |
| 412 'lib/gl/include', | 414 'lib/gl/include', |
| 413 ], | 415 ], |
| 414 'sources': [ | 416 'sources': [ |
| 415 'examples/video_capture/video_capture.cc', | 417 'examples/video_capture/video_capture.cc', |
| 416 ], | 418 ], |
| 417 }, | 419 }, |
| 418 ], | 420 ], |
| 419 } | 421 } |
| OLD | NEW |