| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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': [ |
| 11 # This part is shared between the two versions of the target. | 11 # This part is shared between the two versions of the target. |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 'variables': { | 90 'variables': { |
| 91 'installer_util_target': 1, | 91 'installer_util_target': 1, |
| 92 }, | 92 }, |
| 93 'dependencies': [ | 93 'dependencies': [ |
| 94 'installer_util_strings', | 94 'installer_util_strings', |
| 95 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', | 95 '<(DEPTH)/build/temp_gyp/googleurl.gyp:googleurl', |
| 96 'common_constants', | 96 'common_constants', |
| 97 'chrome_resources', | 97 'chrome_resources', |
| 98 'chrome_strings', | 98 'chrome_strings', |
| 99 '../content/content.gyp:content_common', | 99 '../content/content.gyp:content_common', |
| 100 '<(DEPTH)/base/base.gyp:base', |
| 101 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.g
yp:dynamic_annotations', |
| 100 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', | 102 '<(DEPTH)/courgette/courgette.gyp:courgette_lib', |
| 101 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', | 103 '<(DEPTH)/third_party/bspatch/bspatch.gyp:bspatch', |
| 102 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 104 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 103 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 105 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 104 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', | 106 '<(DEPTH)/third_party/lzma_sdk/lzma_sdk.gyp:lzma_sdk', |
| 105 ], | 107 ], |
| 106 'sources': [ | 108 'sources': [ |
| 107 'installer/util/chrome_browser_operations.cc', | 109 'installer/util/chrome_browser_operations.cc', |
| 108 'installer/util/chrome_browser_operations.h', | 110 'installer/util/chrome_browser_operations.h', |
| 109 'installer/util/chrome_browser_sxs_operations.cc', | 111 'installer/util/chrome_browser_sxs_operations.cc', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 184 ], | 186 ], |
| 185 }], | 187 }], |
| 186 ], | 188 ], |
| 187 } | 189 } |
| 188 | 190 |
| 189 # Local Variables: | 191 # Local Variables: |
| 190 # tab-width:2 | 192 # tab-width:2 |
| 191 # indent-tabs-mode:nil | 193 # indent-tabs-mode:nil |
| 192 # End: | 194 # End: |
| 193 # vim: set expandtab tabstop=2 shiftwidth=2: | 195 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |