| 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 'common/metrics/entropy_provider.cc', | 311 'common/metrics/entropy_provider.cc', |
| 312 'common/metrics/entropy_provider.h', | 312 'common/metrics/entropy_provider.h', |
| 313 'common/metrics/metrics_log_base.cc', | 313 'common/metrics/metrics_log_base.cc', |
| 314 'common/metrics/metrics_log_base.h', | 314 'common/metrics/metrics_log_base.h', |
| 315 'common/metrics/metrics_log_manager.cc', | 315 'common/metrics/metrics_log_manager.cc', |
| 316 'common/metrics/metrics_log_manager.h', | 316 'common/metrics/metrics_log_manager.h', |
| 317 'common/metrics/metrics_service_base.cc', | 317 'common/metrics/metrics_service_base.cc', |
| 318 'common/metrics/metrics_service_base.h', | 318 'common/metrics/metrics_service_base.h', |
| 319 'common/metrics/metrics_util.cc', | 319 'common/metrics/metrics_util.cc', |
| 320 'common/metrics/metrics_util.h', | 320 'common/metrics/metrics_util.h', |
| 321 'common/metrics/variations/uniformity_field_trials.cc', |
| 322 'common/metrics/variations/uniformity_field_trials.h', |
| 321 'common/metrics/variations/variations_util.cc', | 323 'common/metrics/variations/variations_util.cc', |
| 322 'common/metrics/variations/variations_util.h', | 324 'common/metrics/variations/variations_util.h', |
| 323 'common/multi_process_lock.h', | 325 'common/multi_process_lock.h', |
| 324 'common/multi_process_lock_linux.cc', | 326 'common/multi_process_lock_linux.cc', |
| 325 'common/multi_process_lock_mac.cc', | 327 'common/multi_process_lock_mac.cc', |
| 326 'common/multi_process_lock_win.cc', | 328 'common/multi_process_lock_win.cc', |
| 327 'common/nacl_cmd_line.cc', | 329 'common/nacl_cmd_line.cc', |
| 328 'common/nacl_cmd_line.h', | 330 'common/nacl_cmd_line.h', |
| 329 'common/nacl_messages.cc', | 331 'common/nacl_messages.cc', |
| 330 'common/nacl_messages.h', | 332 'common/nacl_messages.h', |
| (...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 703 'common/metrics/proto/user_action_event.proto', | 705 'common/metrics/proto/user_action_event.proto', |
| 704 ], | 706 ], |
| 705 'variables': { | 707 'variables': { |
| 706 'proto_in_dir': 'common/metrics/proto', | 708 'proto_in_dir': 'common/metrics/proto', |
| 707 'proto_out_dir': 'chrome/common/metrics/proto', | 709 'proto_out_dir': 'chrome/common/metrics/proto', |
| 708 }, | 710 }, |
| 709 'includes': [ '../build/protoc.gypi' ], | 711 'includes': [ '../build/protoc.gypi' ], |
| 710 }, | 712 }, |
| 711 ], | 713 ], |
| 712 } | 714 } |
| OLD | NEW |