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

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: address review comments Created 8 years, 6 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_cftyperef.h » ('j') | base/memory/scoped_policy.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.
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': [
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'memory/linked_ptr.h', 196 'memory/linked_ptr.h',
197 'memory/mru_cache.h', 197 'memory/mru_cache.h',
198 'memory/raw_scoped_refptr_mismatch_checker.h', 198 'memory/raw_scoped_refptr_mismatch_checker.h',
199 'memory/ref_counted.cc', 199 'memory/ref_counted.cc',
200 'memory/ref_counted.h', 200 'memory/ref_counted.h',
201 'memory/ref_counted_memory.cc', 201 'memory/ref_counted_memory.cc',
202 'memory/ref_counted_memory.h', 202 'memory/ref_counted_memory.h',
203 'memory/scoped_handle.h', 203 'memory/scoped_handle.h',
204 'memory/scoped_nsobject.h', 204 'memory/scoped_nsobject.h',
205 'memory/scoped_open_process.h', 205 'memory/scoped_open_process.h',
206 'memory/scoped_policy.h',
206 'memory/scoped_ptr.h', 207 'memory/scoped_ptr.h',
207 'memory/scoped_vector.h', 208 'memory/scoped_vector.h',
208 'memory/singleton.cc', 209 'memory/singleton.cc',
209 'memory/singleton.h', 210 'memory/singleton.h',
210 'memory/weak_ptr.cc', 211 'memory/weak_ptr.cc',
211 'memory/weak_ptr.h', 212 'memory/weak_ptr.h',
212 'message_loop.cc', 213 'message_loop.cc',
213 'message_loop.h', 214 'message_loop.h',
214 'message_loop_helpers.h', 215 'message_loop_helpers.h',
215 'message_loop_proxy.cc', 216 'message_loop_proxy.cc',
(...skipping 724 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_cftyperef.h » ('j') | base/memory/scoped_policy.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698