| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 '../gears/gears.gyp:*', | 97 '../gears/gears.gyp:*', |
| 98 '../gpu/demos/demos.gyp:*', | 98 '../gpu/demos/demos.gyp:*', |
| 99 '../gpu/gpu.gyp:*', | 99 '../gpu/gpu.gyp:*', |
| 100 '../rlz/rlz.gyp:*', | 100 '../rlz/rlz.gyp:*', |
| 101 '../sandbox/sandbox.gyp:*', | 101 '../sandbox/sandbox.gyp:*', |
| 102 '../third_party/bsdiff/bsdiff.gyp:*', | 102 '../third_party/bsdiff/bsdiff.gyp:*', |
| 103 '../third_party/bspatch/bspatch.gyp:*', | 103 '../third_party/bspatch/bspatch.gyp:*', |
| 104 '../third_party/cld/cld.gyp:*', | 104 '../third_party/cld/cld.gyp:*', |
| 105 '../third_party/gles2_book/gles2_book.gyp:*', | 105 '../third_party/gles2_book/gles2_book.gyp:*', |
| 106 '../tools/memory_watcher/memory_watcher.gyp:*', | 106 '../tools/memory_watcher/memory_watcher.gyp:*', |
| 107 # As of now Skia build has problems with Linux and/or 64 bits. | 107 # As of now, build machines do not have GL headers to compile this |
| 108 # TODO(sehr,brettw): Make this unconditional. | 108 # TODO(sehr,brettw, neb): Make this unconditional. |
| 109 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', | 109 '../webkit/tools/pepper_test_plugin/pepper_test_plugin.gyp:*', |
| 110 ], | 110 ], |
| 111 }, { | 111 }, { |
| 112 'dependencies': [ | 112 'dependencies': [ |
| 113 '../third_party/libevent/libevent.gyp:*', | 113 '../third_party/libevent/libevent.gyp:*', |
| 114 ], | 114 ], |
| 115 }], | 115 }], |
| 116 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { | 116 ['OS=="win" or (OS=="linux" and toolkit_views==1)', { |
| 117 'dependencies': [ | 117 'dependencies': [ |
| 118 '../views/views.gyp:*', | 118 '../views/views.gyp:*', |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 ], # targets | 250 ], # targets |
| 251 }], # OS="win" | 251 }], # OS="win" |
| 252 ], # conditions | 252 ], # conditions |
| 253 } | 253 } |
| 254 | 254 |
| 255 # Local Variables: | 255 # Local Variables: |
| 256 # tab-width:2 | 256 # tab-width:2 |
| 257 # indent-tabs-mode:nil | 257 # indent-tabs-mode:nil |
| 258 # End: | 258 # End: |
| 259 # vim: set expandtab tabstop=2 shiftwidth=2: | 259 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |