OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 'common/mac/launchd.h', | 242 'common/mac/launchd.h', |
243 'common/mac/launchd.mm', | 243 'common/mac/launchd.mm', |
244 'common/mac/objc_method_swizzle.h', | 244 'common/mac/objc_method_swizzle.h', |
245 'common/mac/objc_method_swizzle.mm', | 245 'common/mac/objc_method_swizzle.mm', |
246 'common/mac/objc_zombie.h', | 246 'common/mac/objc_zombie.h', |
247 'common/mac/objc_zombie.mm', | 247 'common/mac/objc_zombie.mm', |
248 'common/media/webrtc_logging_messages.h', | 248 'common/media/webrtc_logging_messages.h', |
249 'common/media/webrtc_logging_message_data.cc', | 249 'common/media/webrtc_logging_message_data.cc', |
250 'common/media/webrtc_logging_message_data.h', | 250 'common/media/webrtc_logging_message_data.h', |
251 'common/media_galleries/metadata_types.h', | 251 'common/media_galleries/metadata_types.h', |
252 'common/metrics/metrics_service_base.cc', | |
253 'common/metrics/metrics_service_base.h', | |
254 'common/metrics/variations/experiment_labels.cc', | 252 'common/metrics/variations/experiment_labels.cc', |
255 'common/metrics/variations/experiment_labels.h', | 253 'common/metrics/variations/experiment_labels.h', |
256 'common/metrics/variations/uniformity_field_trials.cc', | 254 'common/metrics/variations/uniformity_field_trials.cc', |
257 'common/metrics/variations/uniformity_field_trials.h', | 255 'common/metrics/variations/uniformity_field_trials.h', |
258 'common/metrics/variations/variations_util.cc', | 256 'common/metrics/variations/variations_util.cc', |
259 'common/metrics/variations/variations_util.h', | 257 'common/metrics/variations/variations_util.h', |
260 'common/multi_process_lock.h', | 258 'common/multi_process_lock.h', |
261 'common/multi_process_lock_linux.cc', | 259 'common/multi_process_lock_linux.cc', |
262 'common/multi_process_lock_mac.cc', | 260 'common/multi_process_lock_mac.cc', |
263 'common/multi_process_lock_win.cc', | 261 'common/multi_process_lock_win.cc', |
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
680 'common/metrics/proto/chrome_experiments.proto', | 678 'common/metrics/proto/chrome_experiments.proto', |
681 ], | 679 ], |
682 'variables': { | 680 'variables': { |
683 'proto_in_dir': 'common/metrics/proto', | 681 'proto_in_dir': 'common/metrics/proto', |
684 'proto_out_dir': 'chrome/common/metrics/proto', | 682 'proto_out_dir': 'chrome/common/metrics/proto', |
685 }, | 683 }, |
686 'includes': [ '../build/protoc.gypi' ], | 684 'includes': [ '../build/protoc.gypi' ], |
687 }, | 685 }, |
688 ], | 686 ], |
689 } | 687 } |
OLD | NEW |