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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 'common/mac/app_mode_common.h', | 184 'common/mac/app_mode_common.h', |
185 'common/mac/app_mode_common.mm', | 185 'common/mac/app_mode_common.mm', |
186 'common/mac/cfbundle_blocker.h', | 186 'common/mac/cfbundle_blocker.h', |
187 'common/mac/cfbundle_blocker.mm', | 187 'common/mac/cfbundle_blocker.mm', |
188 'common/mac/launchd.h', | 188 'common/mac/launchd.h', |
189 'common/mac/launchd.mm', | 189 'common/mac/launchd.mm', |
190 'common/mac/objc_method_swizzle.h', | 190 'common/mac/objc_method_swizzle.h', |
191 'common/mac/objc_method_swizzle.mm', | 191 'common/mac/objc_method_swizzle.mm', |
192 'common/mac/objc_zombie.h', | 192 'common/mac/objc_zombie.h', |
193 'common/mac/objc_zombie.mm', | 193 'common/mac/objc_zombie.mm', |
| 194 'common/metrics/experiments_helper.cc', |
| 195 'common/metrics/experiments_helper.h', |
194 'common/metrics/histogram_sender.cc', | 196 'common/metrics/histogram_sender.cc', |
195 'common/metrics/histogram_sender.h', | 197 'common/metrics/histogram_sender.h', |
196 'common/metrics/metrics_log_base.cc', | 198 'common/metrics/metrics_log_base.cc', |
197 'common/metrics/metrics_log_base.h', | 199 'common/metrics/metrics_log_base.h', |
198 'common/metrics/metrics_log_manager.cc', | 200 'common/metrics/metrics_log_manager.cc', |
199 'common/metrics/metrics_log_manager.h', | 201 'common/metrics/metrics_log_manager.h', |
200 'common/metrics/metrics_service_base.cc', | 202 'common/metrics/metrics_service_base.cc', |
201 'common/metrics/metrics_service_base.h', | 203 'common/metrics/metrics_service_base.h', |
202 'common/multi_process_lock.h', | 204 'common/multi_process_lock.h', |
203 'common/multi_process_lock_linux.cc', | 205 'common/multi_process_lock_linux.cc', |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
497 'common/metrics/proto/user_action_event.proto', | 499 'common/metrics/proto/user_action_event.proto', |
498 ], | 500 ], |
499 'variables': { | 501 'variables': { |
500 'proto_in_dir': 'common/metrics/proto', | 502 'proto_in_dir': 'common/metrics/proto', |
501 'proto_out_dir': 'chrome/common/metrics/proto', | 503 'proto_out_dir': 'chrome/common/metrics/proto', |
502 }, | 504 }, |
503 'includes': [ '../build/protoc.gypi' ], | 505 'includes': [ '../build/protoc.gypi' ], |
504 }, | 506 }, |
505 ], | 507 ], |
506 } | 508 } |
OLD | NEW |