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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 'installer/util/master_preferences_constants.cc', | 72 'installer/util/master_preferences_constants.cc', |
73 'installer/util/master_preferences_constants.h', | 73 'installer/util/master_preferences_constants.h', |
74 'installer/util/move_tree_work_item.cc', | 74 'installer/util/move_tree_work_item.cc', |
75 'installer/util/move_tree_work_item.h', | 75 'installer/util/move_tree_work_item.h', |
76 'installer/util/registry_key_backup.cc', | 76 'installer/util/registry_key_backup.cc', |
77 'installer/util/registry_key_backup.h', | 77 'installer/util/registry_key_backup.h', |
78 'installer/util/self_reg_work_item.cc', | 78 'installer/util/self_reg_work_item.cc', |
79 'installer/util/self_reg_work_item.h', | 79 'installer/util/self_reg_work_item.h', |
80 'installer/util/set_reg_value_work_item.cc', | 80 'installer/util/set_reg_value_work_item.cc', |
81 'installer/util/set_reg_value_work_item.h', | 81 'installer/util/set_reg_value_work_item.h', |
| 82 'installer/util/user_experiment.cc', |
| 83 'installer/util/user_experiment.h', |
82 'installer/util/util_constants.cc', | 84 'installer/util/util_constants.cc', |
83 'installer/util/util_constants.h', | 85 'installer/util/util_constants.h', |
84 'installer/util/wmi.cc', | 86 'installer/util/wmi.cc', |
85 'installer/util/wmi.h', | 87 'installer/util/wmi.h', |
86 'installer/util/work_item.cc', | 88 'installer/util/work_item.cc', |
87 'installer/util/work_item.h', | 89 'installer/util/work_item.h', |
88 'installer/util/work_item_list.cc', | 90 'installer/util/work_item_list.cc', |
89 'installer/util/work_item_list.h', | 91 'installer/util/work_item_list.h', |
90 ], | 92 ], |
91 'include_dirs': [ | 93 'include_dirs': [ |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 'sources': [ '../content/public/common/content_switches.cc' ], | 221 'sources': [ '../content/public/common/content_switches.cc' ], |
220 'defines': [ 'COMPILE_CONTENT_STATICALLY'], | 222 'defines': [ 'COMPILE_CONTENT_STATICALLY'], |
221 }], | 223 }], |
222 ], | 224 ], |
223 } | 225 } |
224 ], | 226 ], |
225 }], | 227 }], |
226 | 228 |
227 ], | 229 ], |
228 } | 230 } |
OLD | NEW |