Chromium Code Reviews| 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 19 matching lines...) Expand all Loading... | |
| 30 '../third_party/bzip2/bzip2.gyp:*', | 30 '../third_party/bzip2/bzip2.gyp:*', |
| 31 '../third_party/icu38/icu38.gyp:*', | 31 '../third_party/icu38/icu38.gyp:*', |
| 32 '../third_party/libjpeg/libjpeg.gyp:*', | 32 '../third_party/libjpeg/libjpeg.gyp:*', |
| 33 '../third_party/libpng/libpng.gyp:*', | 33 '../third_party/libpng/libpng.gyp:*', |
| 34 '../third_party/libxml/libxml.gyp:*', | 34 '../third_party/libxml/libxml.gyp:*', |
| 35 '../third_party/libxslt/libxslt.gyp:*', | 35 '../third_party/libxslt/libxslt.gyp:*', |
| 36 '../third_party/modp_b64/modp_b64.gyp:*', | 36 '../third_party/modp_b64/modp_b64.gyp:*', |
| 37 '../third_party/npapi/npapi.gyp:*', | 37 '../third_party/npapi/npapi.gyp:*', |
| 38 '../third_party/sqlite/sqlite.gyp:*', | 38 '../third_party/sqlite/sqlite.gyp:*', |
| 39 '../third_party/zlib/zlib.gyp:*', | 39 '../third_party/zlib/zlib.gyp:*', |
| 40 'temp_gyp/googleurl.gyp:*', | |
|
Nicolas Sylvain
2009/04/05 20:17:26
Why is it "temp_gyp" ?
| |
| 40 ], | 41 ], |
| 41 'conditions': [ | 42 'conditions': [ |
| 42 ['OS=="linux"', { | 43 ['OS=="linux"', { |
| 43 'dependencies': [ | 44 'dependencies': [ |
| 44 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', | 45 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', |
| 45 ], | 46 ], |
| 46 }], | 47 }], |
| 47 ['OS=="win"', { | 48 ['OS=="win"', { |
| 48 'dependencies': [ | 49 'dependencies': [ |
| 49 '../sandbox/sandbox.gyp:*', | 50 '../sandbox/sandbox.gyp:*', |
| 50 ], | 51 ], |
| 51 }, { | 52 }, { |
| 52 'dependencies': [ | 53 'dependencies': [ |
| 53 '../third_party/libevent/libevent.gyp:*', | 54 '../third_party/libevent/libevent.gyp:*', |
| 54 ], | 55 ], |
| 55 }], | 56 }], |
| 56 ['all_gyps', { | 57 ['all_gyps', { |
| 57 'dependencies': [ | 58 'dependencies': [ |
| 58 '../chrome/chrome.gyp:*', | 59 '../chrome/chrome.gyp:*', |
| 59 '../testing/gtest.gyp:*', | 60 '../testing/gtest.gyp:*', |
| 60 '../webkit/tools/test_shell/test_shell.gyp:*', | 61 '../webkit/tools/test_shell/test_shell.gyp:*', |
| 61 '../webkit/webkit.gyp:*', | 62 '../webkit/webkit.gyp:*', |
| 62 'temp_gyp/googleurl.gyp:*', | |
| 63 'temp_gyp/v8.gyp:*', | 63 'temp_gyp/v8.gyp:*', |
| 64 ], | 64 ], |
| 65 }], | 65 }], |
| 66 ], | 66 ], |
| 67 }, | 67 }, |
| 68 ], | 68 ], |
| 69 } | 69 } |
| 70 | 70 |
| OLD | NEW |