| 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 '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 18 matching lines...) Expand all Loading... |
| 29 '../third_party/libpng/libpng.gyp:*', | 29 '../third_party/libpng/libpng.gyp:*', |
| 30 '../third_party/libxml/libxml.gyp:*', | 30 '../third_party/libxml/libxml.gyp:*', |
| 31 '../third_party/libxslt/libxslt.gyp:*', | 31 '../third_party/libxslt/libxslt.gyp:*', |
| 32 '../third_party/lzma_sdk/lzma_sdk.gyp:*', | 32 '../third_party/lzma_sdk/lzma_sdk.gyp:*', |
| 33 '../third_party/modp_b64/modp_b64.gyp:*', | 33 '../third_party/modp_b64/modp_b64.gyp:*', |
| 34 '../third_party/npapi/npapi.gyp:*', | 34 '../third_party/npapi/npapi.gyp:*', |
| 35 '../third_party/ots/ots.gyp:*', | 35 '../third_party/ots/ots.gyp:*', |
| 36 '../third_party/sqlite/sqlite.gyp:*', | 36 '../third_party/sqlite/sqlite.gyp:*', |
| 37 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', | 37 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:*', |
| 38 '../third_party/zlib/zlib.gyp:*', | 38 '../third_party/zlib/zlib.gyp:*', |
| 39 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', |
| 39 '../webkit/tools/test_shell/test_shell.gyp:*', | 40 '../webkit/tools/test_shell/test_shell.gyp:*', |
| 40 '../webkit/webkit.gyp:*', | 41 '../webkit/webkit.gyp:*', |
| 41 'util/build_util.gyp:*', | 42 'util/build_util.gyp:*', |
| 42 'temp_gyp/googleurl.gyp:*', | 43 'temp_gyp/googleurl.gyp:*', |
| 43 ], | 44 ], |
| 44 'conditions': [ | 45 'conditions': [ |
| 45 ['javascript_engine=="v8"', { | 46 ['javascript_engine=="v8"', { |
| 46 'dependencies': [ | 47 'dependencies': [ |
| 47 '../v8/tools/gyp/v8.gyp:*', | 48 '../v8/tools/gyp/v8.gyp:*', |
| 48 ], | 49 ], |
| 49 }], | 50 }], |
| 50 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { | 51 ['OS=="mac" or OS=="linux" or OS=="freebsd"', { |
| 51 'dependencies': [ | 52 'dependencies': [ |
| 52 '../third_party/yasm/yasm.gyp:*#host', | 53 '../third_party/yasm/yasm.gyp:*#host', |
| 53 ], | 54 ], |
| 54 }], | 55 }], |
| 55 ['OS=="mac"', { | 56 ['OS=="mac"', { |
| 56 'dependencies': [ | 57 'dependencies': [ |
| 57 '../third_party/ocmock/ocmock.gyp:*', | 58 '../third_party/ocmock/ocmock.gyp:*', |
| 58 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', | |
| 59 ], | 59 ], |
| 60 }], | 60 }], |
| 61 ['OS=="linux"', { | 61 ['OS=="linux"', { |
| 62 'dependencies': [ | 62 'dependencies': [ |
| 63 '../breakpad/breakpad.gyp:*', | 63 '../breakpad/breakpad.gyp:*', |
| 64 '../courgette/courgette.gyp:*', | 64 '../courgette/courgette.gyp:*', |
| 65 '../sandbox/sandbox.gyp:*', | 65 '../sandbox/sandbox.gyp:*', |
| 66 ], | 66 ], |
| 67 'conditions': [ | 67 'conditions': [ |
| 68 ['branding=="Chrome"', { | 68 ['branding=="Chrome"', { |
| (...skipping 25 matching lines...) Expand all Loading... |
| 94 '../courgette/courgette.gyp:*', | 94 '../courgette/courgette.gyp:*', |
| 95 '../gears/gears.gyp:*', | 95 '../gears/gears.gyp:*', |
| 96 '../gpu/demos/demos.gyp:*', | 96 '../gpu/demos/demos.gyp:*', |
| 97 '../gpu/gpu.gyp:*', | 97 '../gpu/gpu.gyp:*', |
| 98 '../rlz/rlz.gyp:*', | 98 '../rlz/rlz.gyp:*', |
| 99 '../sandbox/sandbox.gyp:*', | 99 '../sandbox/sandbox.gyp:*', |
| 100 '../third_party/bsdiff/bsdiff.gyp:*', | 100 '../third_party/bsdiff/bsdiff.gyp:*', |
| 101 '../third_party/bspatch/bspatch.gyp:*', | 101 '../third_party/bspatch/bspatch.gyp:*', |
| 102 '../third_party/gles2_book/gles2_book.gyp:*', | 102 '../third_party/gles2_book/gles2_book.gyp:*', |
| 103 '../tools/memory_watcher/memory_watcher.gyp:*', | 103 '../tools/memory_watcher/memory_watcher.gyp:*', |
| 104 # As of now, build machines do not have GL headers to compile this | |
| 105 # TODO(sehr,brettw, neb): Make this unconditional. | |
| 106 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', | |
| 107 ], | 104 ], |
| 108 }, { | 105 }, { |
| 109 'dependencies': [ | 106 'dependencies': [ |
| 110 '../third_party/libevent/libevent.gyp:*', | 107 '../third_party/libevent/libevent.gyp:*', |
| 111 ], | 108 ], |
| 112 }], | 109 }], |
| 113 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { | 110 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { |
| 114 'dependencies': [ | 111 'dependencies': [ |
| 115 '../views/views.gyp:*', | 112 '../views/views.gyp:*', |
| 116 ], | 113 ], |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 ], # targets | 251 ], # targets |
| 255 }], # OS="win" | 252 }], # OS="win" |
| 256 ], # conditions | 253 ], # conditions |
| 257 } | 254 } |
| 258 | 255 |
| 259 # Local Variables: | 256 # Local Variables: |
| 260 # tab-width:2 | 257 # tab-width:2 |
| 261 # indent-tabs-mode:nil | 258 # indent-tabs-mode:nil |
| 262 # End: | 259 # End: |
| 263 # vim: set expandtab tabstop=2 shiftwidth=2: | 260 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |