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

Side by Side Diff: build/all.gyp

Issue 391030: Test program for OpenMAX video decoding (Closed)
Patch Set: comments 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 | build/common.gypi » ('j') | media/omx/omx_test.cc » ('J')
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 ['chrome_frame_define==1', { 49 ['chrome_frame_define==1', {
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 ], 57 ],
58 }], 58 }],
59 ['enable_openmax==1', {
60 'dependencies': [
61 '../media/omx/omx_test.gyp:*',
62 ],
63 }],
59 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { 64 ['OS=="mac" or OS=="linux" or OS=="freebsd"', {
60 'dependencies': [ 65 'dependencies': [
61 '../third_party/yasm/yasm.gyp:*#host', 66 '../third_party/yasm/yasm.gyp:*#host',
62 ], 67 ],
63 }], 68 }],
64 ['OS=="mac"', { 69 ['OS=="mac"', {
65 'dependencies': [ 70 'dependencies': [
66 '../third_party/ocmock/ocmock.gyp:*', 71 '../third_party/ocmock/ocmock.gyp:*',
67 ], 72 ],
68 }], 73 }],
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 ], # targets 246 ], # targets
242 }], # OS="win" 247 }], # OS="win"
243 ], # conditions 248 ], # conditions
244 } 249 }
245 250
246 # Local Variables: 251 # Local Variables:
247 # tab-width:2 252 # tab-width:2
248 # indent-tabs-mode:nil 253 # indent-tabs-mode:nil
249 # End: 254 # End:
250 # vim: set expandtab tabstop=2 shiftwidth=2: 255 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | media/omx/omx_test.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698