| 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, |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 '../app/app.gyp:*', | 12 '../app/app.gyp:*', |
| 13 '../base/base.gyp:*', | 13 '../base/base.gyp:*', |
| 14 '../chrome/browser/sync/tools/sync_tools.gyp:*', | 14 '../chrome/browser/sync/tools/sync_tools.gyp:*', |
| 15 '../chrome/chrome.gyp:*', | 15 '../chrome/chrome.gyp:*', |
| 16 '../gfx/gfx.gyp:*', | 16 '../gfx/gfx.gyp:*', |
| 17 '../gpu/gpu.gyp:*', | 17 '../gpu/gpu.gyp:*', |
| 18 '../gpu/demos/demos.gyp:*', |
| 18 '../ipc/ipc.gyp:*', | 19 '../ipc/ipc.gyp:*', |
| 19 '../media/media.gyp:*', | 20 '../media/media.gyp:*', |
| 20 '../net/net.gyp:*', | 21 '../net/net.gyp:*', |
| 21 '../printing/printing.gyp:*', | 22 '../printing/printing.gyp:*', |
| 22 '../sdch/sdch.gyp:*', | 23 '../sdch/sdch.gyp:*', |
| 23 '../skia/skia.gyp:*', | 24 '../skia/skia.gyp:*', |
| 24 '../testing/gmock.gyp:*', | 25 '../testing/gmock.gyp:*', |
| 25 '../testing/gtest.gyp:*', | 26 '../testing/gtest.gyp:*', |
| 26 '../third_party/bzip2/bzip2.gyp:*', | 27 '../third_party/bzip2/bzip2.gyp:*', |
| 27 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', | 28 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 '../base/allocator/allocator.gyp:*', | 91 '../base/allocator/allocator.gyp:*', |
| 91 ], | 92 ], |
| 92 }], | 93 }], |
| 93 ], | 94 ], |
| 94 'dependencies': [ | 95 'dependencies': [ |
| 95 '../breakpad/breakpad.gyp:*', | 96 '../breakpad/breakpad.gyp:*', |
| 96 '../chrome/app/locales/locales.gyp:*', | 97 '../chrome/app/locales/locales.gyp:*', |
| 97 '../chrome_frame/chrome_frame.gyp:*', | 98 '../chrome_frame/chrome_frame.gyp:*', |
| 98 '../courgette/courgette.gyp:*', | 99 '../courgette/courgette.gyp:*', |
| 99 '../gears/gears.gyp:*', | 100 '../gears/gears.gyp:*', |
| 100 '../gpu/demos/demos.gyp:*', | |
| 101 '../rlz/rlz.gyp:*', | 101 '../rlz/rlz.gyp:*', |
| 102 '../sandbox/sandbox.gyp:*', | 102 '../sandbox/sandbox.gyp:*', |
| 103 '../third_party/bsdiff/bsdiff.gyp:*', | 103 '../third_party/bsdiff/bsdiff.gyp:*', |
| 104 '../third_party/bspatch/bspatch.gyp:*', | 104 '../third_party/bspatch/bspatch.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 ], | 107 ], |
| 108 }, { | 108 }, { |
| 109 'dependencies': [ | 109 'dependencies': [ |
| 110 '../third_party/libevent/libevent.gyp:*', | 110 '../third_party/libevent/libevent.gyp:*', |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 ], # targets | 315 ], # targets |
| 316 }], # "chromeos==1" | 316 }], # "chromeos==1" |
| 317 ], # conditions | 317 ], # conditions |
| 318 } | 318 } |
| 319 | 319 |
| 320 # Local Variables: | 320 # Local Variables: |
| 321 # tab-width:2 | 321 # tab-width:2 |
| 322 # indent-tabs-mode:nil | 322 # indent-tabs-mode:nil |
| 323 # End: | 323 # End: |
| 324 # vim: set expandtab tabstop=2 shiftwidth=2: | 324 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |