Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Side by Side Diff: base/base.gypi

Issue 10388108: Implement media::VideoDecodeAccelerator on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: a Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | base/mac/scoped_refptr_cftype.h » ('j') | base/mac/scoped_refptr_cftype.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/scoped_refptr_cftype.h » ('j') | base/mac/scoped_refptr_cftype.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698