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

Side by Side Diff: build/all.gyp

Issue 436021: Implement method stubs for OpenMAX IL instead of relying on -lOmxCore. (Closed)
Patch Set: Windows fix Created 11 years, 1 month 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
« no previous file with comments | « no previous file | media/media.gyp » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'dependencies': [ 50 'dependencies': [
51 '../chrome_frame/chrome_frame.gyp:*', 51 '../chrome_frame/chrome_frame.gyp:*',
52 ], 52 ],
53 }], 53 }],
54 ['enable_pepper==1', { 54 ['enable_pepper==1', {
55 'dependencies': [ 55 'dependencies': [
56 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', 56 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*',
57 '../gpu/gpu.gyp:*', 57 '../gpu/gpu.gyp:*',
58 ], 58 ],
59 }], 59 }],
60 ['enable_openmax==1', {
61 'dependencies': [
62 '../media/omx/omx_test.gyp:*',
63 ],
64 }],
65 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { 60 ['OS=="mac" or OS=="linux" or OS=="freebsd"', {
66 'dependencies': [ 61 'dependencies': [
67 '../third_party/yasm/yasm.gyp:*#host', 62 '../third_party/yasm/yasm.gyp:*#host',
68 ], 63 ],
69 }], 64 }],
70 ['OS=="mac"', { 65 ['OS=="mac"', {
71 'dependencies': [ 66 'dependencies': [
72 '../third_party/ocmock/ocmock.gyp:*', 67 '../third_party/ocmock/ocmock.gyp:*',
73 ], 68 ],
74 }], 69 }],
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 ], # targets 221 ], # targets
227 }], # OS="win" 222 }], # OS="win"
228 ], # conditions 223 ], # conditions
229 } 224 }
230 225
231 # Local Variables: 226 # Local Variables:
232 # tab-width:2 227 # tab-width:2
233 # indent-tabs-mode:nil 228 # indent-tabs-mode:nil
234 # End: 229 # End:
235 # vim: set expandtab tabstop=2 shiftwidth=2: 230 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698