| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 '../crypto/crypto.gyp:*', | 16 '../crypto/crypto.gyp:*', |
| 17 '../ui/ui.gyp:*', | 17 '../ui/ui.gyp:*', |
| 18 '../gpu/gpu.gyp:*', | 18 '../gpu/gpu.gyp:*', |
| 19 '../gpu/demos/demos.gyp:*', | 19 '../gpu/demos/demos.gyp:*', |
| 20 '../ipc/ipc.gyp:*', | 20 '../ipc/ipc.gyp:*', |
| 21 '../jingle/jingle.gyp:*', | 21 '../jingle/jingle.gyp:*', |
| 22 '../media/media.gyp:*', | 22 '../media/media.gyp:*', |
| 23 '../net/net.gyp:*', | 23 '../net/net.gyp:*', |
| 24 '../ppapi/ppapi.gyp:*', | 24 '../ppapi/ppapi.gyp:*', |
| 25 '../ppapi/ppapi_internal.gyp:*', |
| 25 '../printing/printing.gyp:*', | 26 '../printing/printing.gyp:*', |
| 26 '../sdch/sdch.gyp:*', | 27 '../sdch/sdch.gyp:*', |
| 27 '../skia/skia.gyp:*', | 28 '../skia/skia.gyp:*', |
| 28 '../testing/gmock.gyp:*', | 29 '../testing/gmock.gyp:*', |
| 29 '../testing/gtest.gyp:*', | 30 '../testing/gtest.gyp:*', |
| 30 '../third_party/bzip2/bzip2.gyp:*', | 31 '../third_party/bzip2/bzip2.gyp:*', |
| 31 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', | 32 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', |
| 32 '../third_party/cld/cld.gyp:*', | 33 '../third_party/cld/cld.gyp:*', |
| 33 '../third_party/codesighs/codesighs.gyp:*', | 34 '../third_party/codesighs/codesighs.gyp:*', |
| 34 '../third_party/ffmpeg/ffmpeg.gyp:*', | 35 '../third_party/ffmpeg/ffmpeg.gyp:*', |
| (...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 ], # targets | 568 ], # targets |
| 568 }], # "chromeos==1" | 569 }], # "chromeos==1" |
| 569 ], # conditions | 570 ], # conditions |
| 570 } | 571 } |
| 571 | 572 |
| 572 # Local Variables: | 573 # Local Variables: |
| 573 # tab-width:2 | 574 # tab-width:2 |
| 574 # indent-tabs-mode:nil | 575 # indent-tabs-mode:nil |
| 575 # End: | 576 # End: |
| 576 # vim: set expandtab tabstop=2 shiftwidth=2: | 577 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |