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 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
(...skipping 3432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3443 ], | 3443 ], |
3444 }], # OS!="mac" | 3444 }], # OS!="mac" |
3445 ['OS=="win"', | 3445 ['OS=="win"', |
3446 { 'targets': [ | 3446 { 'targets': [ |
3447 { | 3447 { |
3448 # TODO(sgk): remove this when we change the buildbots to | 3448 # TODO(sgk): remove this when we change the buildbots to |
3449 # use the generated build\all.sln file to build the world. | 3449 # use the generated build\all.sln file to build the world. |
3450 'target_name': 'pull_in_all', | 3450 'target_name': 'pull_in_all', |
3451 'type': 'none', | 3451 'type': 'none', |
3452 'dependencies': [ | 3452 'dependencies': [ |
| 3453 'app/locales.gyp:*', |
3453 '../app/app.gyp:*', | 3454 '../app/app.gyp:*', |
3454 '../base/base.gyp:*', | 3455 '../base/base.gyp:*', |
3455 '../media/media.gyp:*', | 3456 '../media/media.gyp:*', |
3456 '../net/net.gyp:*', | 3457 '../net/net.gyp:*', |
3457 '../printing/printing.gyp:*', | 3458 '../printing/printing.gyp:*', |
3458 '../sdch/sdch.gyp:*', | 3459 '../sdch/sdch.gyp:*', |
3459 '../skia/skia.gyp:*', | 3460 '../skia/skia.gyp:*', |
3460 '../testing/gtest.gyp:*', | 3461 '../testing/gtest.gyp:*', |
3461 '../third_party/bsdiff/bsdiff.gyp:*', | 3462 '../third_party/bsdiff/bsdiff.gyp:*', |
3462 '../third_party/bspatch/bspatch.gyp:*', | 3463 '../third_party/bspatch/bspatch.gyp:*', |
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4101 # Use outputs of this action as inputs for the main target build. | 4102 # Use outputs of this action as inputs for the main target build. |
4102 # Seems as a misnomer but makes this happy on Linux (scons). | 4103 # Seems as a misnomer but makes this happy on Linux (scons). |
4103 'process_outputs_as_sources': 1, | 4104 'process_outputs_as_sources': 1, |
4104 }, | 4105 }, |
4105 ], # 'actions' | 4106 ], # 'actions' |
4106 }, | 4107 }, |
4107 ] | 4108 ] |
4108 }], | 4109 }], |
4109 ], # 'conditions' | 4110 ], # 'conditions' |
4110 } | 4111 } |
OLD | NEW |