Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
|
Ami GONE FROM CHROMIUM
2012/05/15 17:55:22
Are you aware of GpuVideoDecoder? It exposes *VDA
sail
2012/05/15 23:53:31
Yea, thats a good point.
I have most of the PPAPI
| |
| 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'base_target': 0, | 8 'base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| 11 # This part is shared between the targets defined below. | 11 # This part is shared between the targets defined below. |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 182 'mac/os_crash_dumps.h', | 182 'mac/os_crash_dumps.h', |
| 183 'mac/scoped_aedesc.h', | 183 'mac/scoped_aedesc.h', |
| 184 'mac/scoped_authorizationref.h', | 184 'mac/scoped_authorizationref.h', |
| 185 'mac/scoped_cftyperef.h', | 185 'mac/scoped_cftyperef.h', |
| 186 'mac/scoped_ioobject.h', | 186 'mac/scoped_ioobject.h', |
| 187 'mac/scoped_launch_data.h', | 187 'mac/scoped_launch_data.h', |
| 188 'mac/scoped_nsautorelease_pool.h', | 188 'mac/scoped_nsautorelease_pool.h', |
| 189 'mac/scoped_nsautorelease_pool.mm', | 189 'mac/scoped_nsautorelease_pool.mm', |
| 190 'mac/scoped_nsexception_enabler.h', | 190 'mac/scoped_nsexception_enabler.h', |
| 191 'mac/scoped_nsexception_enabler.mm', | 191 'mac/scoped_nsexception_enabler.mm', |
| 192 'mac/scoped_refptr_cftype.h', | |
| 192 'mac/scoped_sending_event.h', | 193 'mac/scoped_sending_event.h', |
| 193 'mac/scoped_sending_event.mm', | 194 'mac/scoped_sending_event.mm', |
| 194 'mach_ipc_mac.h', | 195 'mach_ipc_mac.h', |
| 195 'mach_ipc_mac.mm', | 196 'mach_ipc_mac.mm', |
| 196 'memory/linked_ptr.h', | 197 'memory/linked_ptr.h', |
| 197 'memory/mru_cache.h', | 198 'memory/mru_cache.h', |
| 198 'memory/raw_scoped_refptr_mismatch_checker.h', | 199 'memory/raw_scoped_refptr_mismatch_checker.h', |
| 199 'memory/ref_counted.cc', | 200 'memory/ref_counted.cc', |
| 200 'memory/ref_counted.h', | 201 'memory/ref_counted.h', |
| 201 'memory/ref_counted_memory.cc', | 202 'memory/ref_counted_memory.cc', |
| (...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 940 'third_party/xdg_mime/xdgmimemagic.c', | 941 'third_party/xdg_mime/xdgmimemagic.c', |
| 941 'third_party/xdg_mime/xdgmimemagic.h', | 942 'third_party/xdg_mime/xdgmimemagic.h', |
| 942 'third_party/xdg_mime/xdgmimeparent.c', | 943 'third_party/xdg_mime/xdgmimeparent.c', |
| 943 'third_party/xdg_mime/xdgmimeparent.h', | 944 'third_party/xdg_mime/xdgmimeparent.h', |
| 944 ], | 945 ], |
| 945 }, | 946 }, |
| 946 ], | 947 ], |
| 947 }], | 948 }], |
| 948 ], | 949 ], |
| 949 } | 950 } |
| OLD | NEW |