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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 'common/mac/objc_method_swizzle.h', | 223 'common/mac/objc_method_swizzle.h', |
224 'common/mac/objc_method_swizzle.mm', | 224 'common/mac/objc_method_swizzle.mm', |
225 'common/mac/objc_zombie.h', | 225 'common/mac/objc_zombie.h', |
226 'common/mac/objc_zombie.mm', | 226 'common/mac/objc_zombie.mm', |
227 'common/metrics/metrics_log_base.cc', | 227 'common/metrics/metrics_log_base.cc', |
228 'common/metrics/metrics_log_base.h', | 228 'common/metrics/metrics_log_base.h', |
229 'common/metrics/metrics_log_manager.cc', | 229 'common/metrics/metrics_log_manager.cc', |
230 'common/metrics/metrics_log_manager.h', | 230 'common/metrics/metrics_log_manager.h', |
231 'common/metrics/metrics_service_base.cc', | 231 'common/metrics/metrics_service_base.cc', |
232 'common/metrics/metrics_service_base.h', | 232 'common/metrics/metrics_service_base.h', |
233 'common/metrics/variations_util.cc', | 233 'common/metrics/variations/variations_util.cc', |
234 'common/metrics/variations_util.h', | 234 'common/metrics/variations/variations_util.h', |
235 'common/multi_process_lock.h', | 235 'common/multi_process_lock.h', |
236 'common/multi_process_lock_linux.cc', | 236 'common/multi_process_lock_linux.cc', |
237 'common/multi_process_lock_mac.cc', | 237 'common/multi_process_lock_mac.cc', |
238 'common/multi_process_lock_win.cc', | 238 'common/multi_process_lock_win.cc', |
239 'common/nacl_cmd_line.cc', | 239 'common/nacl_cmd_line.cc', |
240 'common/nacl_cmd_line.h', | 240 'common/nacl_cmd_line.h', |
241 'common/nacl_messages.cc', | 241 'common/nacl_messages.cc', |
242 'common/nacl_messages.h', | 242 'common/nacl_messages.h', |
243 'common/nacl_types.cc', | 243 'common/nacl_types.cc', |
244 'common/nacl_types.h', | 244 'common/nacl_types.h', |
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 'common/metrics/proto/user_action_event.proto', | 542 'common/metrics/proto/user_action_event.proto', |
543 ], | 543 ], |
544 'variables': { | 544 'variables': { |
545 'proto_in_dir': 'common/metrics/proto', | 545 'proto_in_dir': 'common/metrics/proto', |
546 'proto_out_dir': 'chrome/common/metrics/proto', | 546 'proto_out_dir': 'chrome/common/metrics/proto', |
547 }, | 547 }, |
548 'includes': [ '../build/protoc.gypi' ], | 548 'includes': [ '../build/protoc.gypi' ], |
549 }, | 549 }, |
550 ], | 550 ], |
551 } | 551 } |
OLD | NEW |