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

Side by Side Diff: build/all.gyp

Issue 340072: FFmpeg in-tree build for mac. (Closed)
Patch Set: work around link-settings bug. 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 | « DEPS ('k') | chrome/chrome.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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 ['chrome_frame_define==1', { 47 ['chrome_frame_define==1', {
48 'dependencies': [ 48 'dependencies': [
49 '../chrome_frame/chrome_frame.gyp:*', 49 '../chrome_frame/chrome_frame.gyp:*',
50 ], 50 ],
51 }], 51 }],
52 ['enable_pepper==1', { 52 ['enable_pepper==1', {
53 'dependencies': [ 53 'dependencies': [
54 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', 54 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*',
55 ], 55 ],
56 }], 56 }],
57 ['OS=="mac" or OS=="linux" or OS=="freebsd"', {
58 'dependencies': [
59 '../third_party/yasm/yasm.gyp:*',
60 ],
61 }],
57 ['OS=="mac"', { 62 ['OS=="mac"', {
58 'dependencies': [ 63 'dependencies': [
59 '../third_party/ocmock/ocmock.gyp:*', 64 '../third_party/ocmock/ocmock.gyp:*',
60 ], 65 ],
61 }], 66 }],
62 ['OS=="linux"', { 67 ['OS=="linux"', {
63 'dependencies': [ 68 'dependencies': [
64 '../breakpad/breakpad.gyp:*', 69 '../breakpad/breakpad.gyp:*',
65 '../courgette/courgette.gyp:*', 70 '../courgette/courgette.gyp:*',
66 '../sandbox/sandbox.gyp:*', 71 '../sandbox/sandbox.gyp:*',
67 '../third_party/harfbuzz/harfbuzz.gyp:*', 72 '../third_party/harfbuzz/harfbuzz.gyp:*',
68 '../third_party/yasm/yasm.gyp:*',
69 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', 73 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
70 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', 74 '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
71 ], 75 ],
72 'conditions': [ 76 'conditions': [
73 ['branding=="Chrome"', { 77 ['branding=="Chrome"', {
74 'dependencies': [ 78 'dependencies': [
75 '../chrome/installer/installer.gyp:linux_packages', 79 '../chrome/installer/installer.gyp:linux_packages',
76 ], 80 ],
77 }], 81 }],
78 ], 82 ],
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 ], # targets 240 ], # targets
237 }], # OS="win" 241 }], # OS="win"
238 ], # conditions 242 ], # conditions
239 } 243 }
240 244
241 # Local Variables: 245 # Local Variables:
242 # tab-width:2 246 # tab-width:2
243 # indent-tabs-mode:nil 247 # indent-tabs-mode:nil
244 # End: 248 # End:
245 # vim: set expandtab tabstop=2 shiftwidth=2: 249 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « DEPS ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698