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

Side by Side Diff: build/all.gyp

Issue 546041: Make the Pepper test run on the mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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 | chrome/renderer/render_view.cc » ('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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 ], 52 ],
53 }], 53 }],
54 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { 54 ['OS=="mac" or OS=="linux" or OS=="freebsd"', {
55 'dependencies': [ 55 'dependencies': [
56 '../third_party/yasm/yasm.gyp:*#host', 56 '../third_party/yasm/yasm.gyp:*#host',
57 ], 57 ],
58 }], 58 }],
59 ['OS=="mac"', { 59 ['OS=="mac"', {
60 'dependencies': [ 60 'dependencies': [
61 '../third_party/ocmock/ocmock.gyp:*', 61 '../third_party/ocmock/ocmock.gyp:*',
62 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*',
62 ], 63 ],
63 }], 64 }],
64 ['OS=="linux"', { 65 ['OS=="linux"', {
65 'dependencies': [ 66 'dependencies': [
66 '../breakpad/breakpad.gyp:*', 67 '../breakpad/breakpad.gyp:*',
67 '../courgette/courgette.gyp:*', 68 '../courgette/courgette.gyp:*',
68 '../sandbox/sandbox.gyp:*', 69 '../sandbox/sandbox.gyp:*',
69 ], 70 ],
70 'conditions': [ 71 'conditions': [
71 ['branding=="Chrome"', { 72 ['branding=="Chrome"', {
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 ], # targets 251 ], # targets
251 }], # OS="win" 252 }], # OS="win"
252 ], # conditions 253 ], # conditions
253 } 254 }
254 255
255 # Local Variables: 256 # Local Variables:
256 # tab-width:2 257 # tab-width:2
257 # indent-tabs-mode:nil 258 # indent-tabs-mode:nil
258 # End: 259 # End:
259 # vim: set expandtab tabstop=2 shiftwidth=2: 260 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698