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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'conditions': [ | 8 'conditions': [ |
9 ['OS!="win"', { | 9 ['OS!="win"', { |
10 'all_gyps%': 1, | 10 'all_gyps%': 1, |
(...skipping 26 matching lines...) Expand all Loading... |
37 '../third_party/modp_b64/modp_b64.gyp:*', | 37 '../third_party/modp_b64/modp_b64.gyp:*', |
38 '../third_party/npapi/npapi.gyp:*', | 38 '../third_party/npapi/npapi.gyp:*', |
39 '../third_party/sqlite/sqlite.gyp:*', | 39 '../third_party/sqlite/sqlite.gyp:*', |
40 '../third_party/zlib/zlib.gyp:*', | 40 '../third_party/zlib/zlib.gyp:*', |
41 'temp_gyp/googleurl.gyp:*', | 41 'temp_gyp/googleurl.gyp:*', |
42 'temp_gyp/v8.gyp:*', | 42 'temp_gyp/v8.gyp:*', |
43 ], | 43 ], |
44 'conditions': [ | 44 'conditions': [ |
45 ['OS=="linux"', { | 45 ['OS=="linux"', { |
46 'dependencies': [ | 46 'dependencies': [ |
| 47 '../third_party/harfbuzz/harfbuzz.gyp:*', |
47 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 48 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
48 ], | 49 ], |
49 }], | 50 }], |
50 ['OS=="win"', { | 51 ['OS=="win"', { |
51 'dependencies': [ | 52 'dependencies': [ |
52 '../sandbox/sandbox.gyp:*', | 53 '../sandbox/sandbox.gyp:*', |
53 '../webkit/activex_shim/activex_shim.gyp:*', | 54 '../webkit/activex_shim/activex_shim.gyp:*', |
54 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', | 55 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', |
55 'temp_gyp/breakpad.gyp:*', | 56 'temp_gyp/breakpad.gyp:*', |
56 ], | 57 ], |
57 }, { | 58 }, { |
58 'dependencies': [ | 59 'dependencies': [ |
59 '../third_party/libevent/libevent.gyp:*', | 60 '../third_party/libevent/libevent.gyp:*', |
60 ], | 61 ], |
61 }], | 62 }], |
62 ['all_gyps', { | 63 ['all_gyps', { |
63 'dependencies': [ | 64 'dependencies': [ |
64 '../chrome/chrome.gyp:*', | 65 '../chrome/chrome.gyp:*', |
65 '../webkit/tools/test_shell/test_shell.gyp:*', | 66 '../webkit/tools/test_shell/test_shell.gyp:*', |
66 '../webkit/webkit.gyp:*', | 67 '../webkit/webkit.gyp:*', |
67 ], | 68 ], |
68 }], | 69 }], |
69 ], | 70 ], |
70 }, | 71 }, |
71 ], | 72 ], |
72 } | 73 } |
73 | 74 |
OLD | NEW |