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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | 224 'common/metrics/experiments_helper.cc', |
225 'common/metrics/experiments_helper.h', | 225 'common/metrics/experiments_helper.h', |
226 'common/metrics/histogram_sender.cc', | |
227 'common/metrics/histogram_sender.h', | |
228 'common/metrics/metrics_log_base.cc', | 226 'common/metrics/metrics_log_base.cc', |
229 'common/metrics/metrics_log_base.h', | 227 'common/metrics/metrics_log_base.h', |
230 'common/metrics/metrics_log_manager.cc', | 228 'common/metrics/metrics_log_manager.cc', |
231 'common/metrics/metrics_log_manager.h', | 229 'common/metrics/metrics_log_manager.h', |
232 'common/metrics/metrics_service_base.cc', | 230 'common/metrics/metrics_service_base.cc', |
233 'common/metrics/metrics_service_base.h', | 231 'common/metrics/metrics_service_base.h', |
234 'common/multi_process_lock.h', | 232 'common/multi_process_lock.h', |
235 'common/multi_process_lock_linux.cc', | 233 'common/multi_process_lock_linux.cc', |
236 'common/multi_process_lock_mac.cc', | 234 'common/multi_process_lock_mac.cc', |
237 'common/multi_process_lock_win.cc', | 235 'common/multi_process_lock_win.cc', |
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 'common/metrics/proto/user_action_event.proto', | 535 'common/metrics/proto/user_action_event.proto', |
538 ], | 536 ], |
539 'variables': { | 537 'variables': { |
540 'proto_in_dir': 'common/metrics/proto', | 538 'proto_in_dir': 'common/metrics/proto', |
541 'proto_out_dir': 'chrome/common/metrics/proto', | 539 'proto_out_dir': 'chrome/common/metrics/proto', |
542 }, | 540 }, |
543 'includes': [ '../build/protoc.gypi' ], | 541 'includes': [ '../build/protoc.gypi' ], |
544 }, | 542 }, |
545 ], | 543 ], |
546 } | 544 } |
OLD | NEW |