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

Side by Side Diff: build/all.gyp

Issue 1480002: GYP changes for FreeBSD and OpenBSD (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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 | build/linux/system.gyp » ('j') | third_party/zlib/zlib.gyp » ('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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 '../webkit/webkit.gyp:*', 46 '../webkit/webkit.gyp:*',
47 'util/build_util.gyp:*', 47 'util/build_util.gyp:*',
48 'temp_gyp/googleurl.gyp:*', 48 'temp_gyp/googleurl.gyp:*',
49 ], 49 ],
50 'conditions': [ 50 'conditions': [
51 ['javascript_engine=="v8"', { 51 ['javascript_engine=="v8"', {
52 'dependencies': [ 52 'dependencies': [
53 '../v8/tools/gyp/v8.gyp:*', 53 '../v8/tools/gyp/v8.gyp:*',
54 ], 54 ],
55 }], 55 }],
56 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { 56 ['OS=="mac" or OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
57 'dependencies': [ 57 'dependencies': [
58 '../third_party/yasm/yasm.gyp:*#host', 58 '../third_party/yasm/yasm.gyp:*#host',
59 ], 59 ],
60 }], 60 }],
61 ['OS=="mac"', { 61 ['OS=="mac"', {
62 'dependencies': [ 62 'dependencies': [
63 '../third_party/ocmock/ocmock.gyp:*', 63 '../third_party/ocmock/ocmock.gyp:*',
64 ], 64 ],
65 }], 65 }],
66 ['OS=="linux"', { 66 ['OS=="linux"', {
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 ], # targets 319 ], # targets
320 }], # "chromeos==1" 320 }], # "chromeos==1"
321 ], # conditions 321 ], # conditions
322 } 322 }
323 323
324 # Local Variables: 324 # Local Variables:
325 # tab-width:2 325 # tab-width:2
326 # indent-tabs-mode:nil 326 # indent-tabs-mode:nil
327 # End: 327 # End:
328 # vim: set expandtab tabstop=2 shiftwidth=2: 328 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | third_party/zlib/zlib.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698