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

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: fix cros build 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') | no next file with comments »
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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'memory/linked_ptr.h', 198 'memory/linked_ptr.h',
199 'memory/mru_cache.h', 199 'memory/mru_cache.h',
200 'memory/raw_scoped_refptr_mismatch_checker.h', 200 'memory/raw_scoped_refptr_mismatch_checker.h',
201 'memory/ref_counted.cc', 201 'memory/ref_counted.cc',
202 'memory/ref_counted.h', 202 'memory/ref_counted.h',
203 'memory/ref_counted_memory.cc', 203 'memory/ref_counted_memory.cc',
204 'memory/ref_counted_memory.h', 204 'memory/ref_counted_memory.h',
205 'memory/scoped_handle.h', 205 'memory/scoped_handle.h',
206 'memory/scoped_nsobject.h', 206 'memory/scoped_nsobject.h',
207 'memory/scoped_open_process.h', 207 'memory/scoped_open_process.h',
208 'memory/scoped_policy.h',
208 'memory/scoped_ptr.h', 209 'memory/scoped_ptr.h',
209 'memory/scoped_vector.h', 210 'memory/scoped_vector.h',
210 'memory/singleton.cc', 211 'memory/singleton.cc',
211 'memory/singleton.h', 212 'memory/singleton.h',
212 'memory/weak_ptr.cc', 213 'memory/weak_ptr.cc',
213 'memory/weak_ptr.h', 214 'memory/weak_ptr.h',
214 'message_loop.cc', 215 'message_loop.cc',
215 'message_loop.h', 216 'message_loop.h',
216 'message_loop_helpers.h', 217 'message_loop_helpers.h',
217 'message_loop_proxy.cc', 218 'message_loop_proxy.cc',
(...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 'third_party/xdg_mime/xdgmimemagic.c', 937 'third_party/xdg_mime/xdgmimemagic.c',
937 'third_party/xdg_mime/xdgmimemagic.h', 938 'third_party/xdg_mime/xdgmimemagic.h',
938 'third_party/xdg_mime/xdgmimeparent.c', 939 'third_party/xdg_mime/xdgmimeparent.c',
939 'third_party/xdg_mime/xdgmimeparent.h', 940 'third_party/xdg_mime/xdgmimeparent.h',
940 ], 941 ],
941 }, 942 },
942 ], 943 ],
943 }], 944 }],
944 ], 945 ],
945 } 946 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/scoped_cftyperef.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698