OLD | NEW |
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 'variables': { | 6 'variables': { |
7 'conditions': [ | 7 'conditions': [ |
8 ['OS!="win"', { | 8 ['OS!="win"', { |
9 'all_gyps%': 1, | 9 'all_gyps%': 1, |
10 },{ # else OS=="win" | 10 },{ # else OS=="win" |
(...skipping 26 matching lines...) Expand all Loading... |
37 '../third_party/libxslt/libxslt.gyp:*', | 37 '../third_party/libxslt/libxslt.gyp:*', |
38 '../third_party/modp_b64/modp_b64.gyp:*', | 38 '../third_party/modp_b64/modp_b64.gyp:*', |
39 '../third_party/npapi/npapi.gyp:*', | 39 '../third_party/npapi/npapi.gyp:*', |
40 '../third_party/sqlite/sqlite.gyp:*', | 40 '../third_party/sqlite/sqlite.gyp:*', |
41 '../third_party/zlib/zlib.gyp:*', | 41 '../third_party/zlib/zlib.gyp:*', |
42 'temp_gyp/googleurl.gyp:*', | 42 'temp_gyp/googleurl.gyp:*', |
43 ], | 43 ], |
44 'conditions': [ | 44 'conditions': [ |
45 ['javascript_engine=="v8"', { | 45 ['javascript_engine=="v8"', { |
46 'dependencies': [ | 46 'dependencies': [ |
47 'temp_gyp/v8.gyp:*', | 47 '../v8/tools/gyp/v8.gyp:*', |
48 ], | 48 ], |
49 }], | 49 }], |
50 ['OS=="linux"', { | 50 ['OS=="linux"', { |
51 'dependencies': [ | 51 'dependencies': [ |
52 '../third_party/harfbuzz/harfbuzz.gyp:*', | 52 '../third_party/harfbuzz/harfbuzz.gyp:*', |
53 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 53 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
54 ], | 54 ], |
55 }], | 55 }], |
56 ['OS=="win"', { | 56 ['OS=="win"', { |
57 'dependencies': [ | 57 'dependencies': [ |
(...skipping 12 matching lines...) Expand all Loading... |
70 '../chrome/chrome.gyp:*', | 70 '../chrome/chrome.gyp:*', |
71 '../webkit/tools/test_shell/test_shell.gyp:*', | 71 '../webkit/tools/test_shell/test_shell.gyp:*', |
72 '../webkit/webkit.gyp:*', | 72 '../webkit/webkit.gyp:*', |
73 ], | 73 ], |
74 }], | 74 }], |
75 ], | 75 ], |
76 }, | 76 }, |
77 ], | 77 ], |
78 } | 78 } |
79 | 79 |
OLD | NEW |