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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'common', | 8 'target_name': 'common', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { | 10 'variables': { |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 'common/mac/app_mode_common.h', | 214 'common/mac/app_mode_common.h', |
215 'common/mac/app_mode_common.mm', | 215 'common/mac/app_mode_common.mm', |
216 'common/mac/cfbundle_blocker.h', | 216 'common/mac/cfbundle_blocker.h', |
217 'common/mac/cfbundle_blocker.mm', | 217 'common/mac/cfbundle_blocker.mm', |
218 'common/mac/launchd.h', | 218 'common/mac/launchd.h', |
219 'common/mac/launchd.mm', | 219 'common/mac/launchd.mm', |
220 'common/mac/objc_method_swizzle.h', | 220 'common/mac/objc_method_swizzle.h', |
221 'common/mac/objc_method_swizzle.mm', | 221 'common/mac/objc_method_swizzle.mm', |
222 'common/mac/objc_zombie.h', | 222 'common/mac/objc_zombie.h', |
223 'common/mac/objc_zombie.mm', | 223 'common/mac/objc_zombie.mm', |
224 'common/metrics/experiments_helper.cc', | |
225 'common/metrics/experiments_helper.h', | |
226 'common/metrics/metrics_log_base.cc', | 224 'common/metrics/metrics_log_base.cc', |
227 'common/metrics/metrics_log_base.h', | 225 'common/metrics/metrics_log_base.h', |
228 'common/metrics/metrics_log_manager.cc', | 226 'common/metrics/metrics_log_manager.cc', |
229 'common/metrics/metrics_log_manager.h', | 227 'common/metrics/metrics_log_manager.h', |
230 'common/metrics/metrics_service_base.cc', | 228 'common/metrics/metrics_service_base.cc', |
231 'common/metrics/metrics_service_base.h', | 229 'common/metrics/metrics_service_base.h', |
| 230 'common/metrics/variations_util.cc', |
| 231 'common/metrics/variations_util.h', |
232 'common/multi_process_lock.h', | 232 'common/multi_process_lock.h', |
233 'common/multi_process_lock_linux.cc', | 233 'common/multi_process_lock_linux.cc', |
234 'common/multi_process_lock_mac.cc', | 234 'common/multi_process_lock_mac.cc', |
235 'common/multi_process_lock_win.cc', | 235 'common/multi_process_lock_win.cc', |
236 'common/nacl_cmd_line.cc', | 236 'common/nacl_cmd_line.cc', |
237 'common/nacl_cmd_line.h', | 237 'common/nacl_cmd_line.h', |
238 'common/nacl_messages.cc', | 238 'common/nacl_messages.cc', |
239 'common/nacl_messages.h', | 239 'common/nacl_messages.h', |
240 'common/nacl_types.cc', | 240 'common/nacl_types.cc', |
241 'common/nacl_types.h', | 241 'common/nacl_types.h', |
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
539 'common/metrics/proto/user_action_event.proto', | 539 'common/metrics/proto/user_action_event.proto', |
540 ], | 540 ], |
541 'variables': { | 541 'variables': { |
542 'proto_in_dir': 'common/metrics/proto', | 542 'proto_in_dir': 'common/metrics/proto', |
543 'proto_out_dir': 'chrome/common/metrics/proto', | 543 'proto_out_dir': 'chrome/common/metrics/proto', |
544 }, | 544 }, |
545 'includes': [ '../build/protoc.gypi' ], | 545 'includes': [ '../build/protoc.gypi' ], |
546 }, | 546 }, |
547 ], | 547 ], |
548 } | 548 } |
OLD | NEW |