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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'installer_util_target': 0, | 8 'installer_util_target': 0, |
9 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 'targets': [ | 61 'targets': [ |
62 { | 62 { |
63 'target_name': 'installer_util', | 63 'target_name': 'installer_util', |
64 'type': '<(library)', | 64 'type': '<(library)', |
65 'msvs_guid': 'EFBB1436-A63F-4CD8-9E99-B89226E782EC', | 65 'msvs_guid': 'EFBB1436-A63F-4CD8-9E99-B89226E782EC', |
66 'variables': { | 66 'variables': { |
67 'installer_util_target': 1, | 67 'installer_util_target': 1, |
68 }, | 68 }, |
69 'dependencies': [ | 69 'dependencies': [ |
70 'installer_util_strings', | 70 'installer_util_strings', |
71 '../../app/app.gyp:app_id', | |
72 '../chrome.gyp:common_constants', | 71 '../chrome.gyp:common_constants', |
73 '../chrome.gyp:chrome_resources', | 72 '../chrome.gyp:chrome_resources', |
74 '../chrome.gyp:chrome_strings', | 73 '../chrome.gyp:chrome_strings', |
75 '../../courgette/courgette.gyp:courgette_lib', | 74 '../../courgette/courgette.gyp:courgette_lib', |
76 '../../third_party/bspatch/bspatch.gyp:bspatch', | 75 '../../third_party/bspatch/bspatch.gyp:bspatch', |
77 '../../third_party/icu/icu.gyp:icui18n', | 76 '../../third_party/icu/icu.gyp:icui18n', |
78 '../../third_party/icu/icu.gyp:icuuc', | 77 '../../third_party/icu/icu.gyp:icuuc', |
79 '../../third_party/libxml/libxml.gyp:libxml', | 78 '../../third_party/libxml/libxml.gyp:libxml', |
80 '../../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', | 79 '../../third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', |
81 ], | 80 ], |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 ], | 122 ], |
124 }], | 123 }], |
125 ], | 124 ], |
126 } | 125 } |
127 | 126 |
128 # Local Variables: | 127 # Local Variables: |
129 # tab-width:2 | 128 # tab-width:2 |
130 # indent-tabs-mode:nil | 129 # indent-tabs-mode:nil |
131 # End: | 130 # End: |
132 # vim: set expandtab tabstop=2 shiftwidth=2: | 131 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |