| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'installer/util/duplicate_tree_detector.cc', | 48 'installer/util/duplicate_tree_detector.cc', |
| 49 'installer/util/duplicate_tree_detector.h', | 49 'installer/util/duplicate_tree_detector.h', |
| 50 'installer/util/google_chrome_binaries_distribution.cc', | 50 'installer/util/google_chrome_binaries_distribution.cc', |
| 51 'installer/util/google_chrome_binaries_distribution.h', | 51 'installer/util/google_chrome_binaries_distribution.h', |
| 52 'installer/util/google_chrome_sxs_distribution.cc', | 52 'installer/util/google_chrome_sxs_distribution.cc', |
| 53 'installer/util/google_chrome_sxs_distribution.h', | 53 'installer/util/google_chrome_sxs_distribution.h', |
| 54 'installer/util/google_update_constants.cc', | 54 'installer/util/google_update_constants.cc', |
| 55 'installer/util/google_update_constants.h', | 55 'installer/util/google_update_constants.h', |
| 56 'installer/util/google_update_settings.cc', | 56 'installer/util/google_update_settings.cc', |
| 57 'installer/util/google_update_settings.h', | 57 'installer/util/google_update_settings.h', |
| 58 'installer/util/google_update_util.cc', |
| 59 'installer/util/google_update_util.h', |
| 58 'installer/util/helper.cc', | 60 'installer/util/helper.cc', |
| 59 'installer/util/helper.h', | 61 'installer/util/helper.h', |
| 60 'installer/util/install_util.cc', | 62 'installer/util/install_util.cc', |
| 61 'installer/util/install_util.h', | 63 'installer/util/install_util.h', |
| 62 'installer/util/installation_state.cc', | 64 'installer/util/installation_state.cc', |
| 63 'installer/util/installation_state.h', | 65 'installer/util/installation_state.h', |
| 64 'installer/util/installer_state.cc', | 66 'installer/util/installer_state.cc', |
| 65 'installer/util/installer_state.h', | 67 'installer/util/installer_state.h', |
| 66 'installer/util/l10n_string_util.cc', | 68 'installer/util/l10n_string_util.cc', |
| 67 'installer/util/l10n_string_util.h', | 69 'installer/util/l10n_string_util.h', |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 'sources': [ '../content/public/common/content_switches.cc' ], | 212 'sources': [ '../content/public/common/content_switches.cc' ], |
| 211 'defines': [ 'COMPILE_CONTENT_STATICALLY'], | 213 'defines': [ 'COMPILE_CONTENT_STATICALLY'], |
| 212 }], | 214 }], |
| 213 ], | 215 ], |
| 214 } | 216 } |
| 215 ], | 217 ], |
| 216 }], | 218 }], |
| 217 | 219 |
| 218 ], | 220 ], |
| 219 } | 221 } |
| OLD | NEW |