| 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 'common/metrics/variations/experiment_labels.cc', | 309 'common/metrics/variations/experiment_labels.cc', |
| 310 'common/metrics/variations/experiment_labels.h', | 310 'common/metrics/variations/experiment_labels.h', |
| 311 'common/metrics/variations/uniformity_field_trials.cc', | 311 'common/metrics/variations/uniformity_field_trials.cc', |
| 312 'common/metrics/variations/uniformity_field_trials.h', | 312 'common/metrics/variations/uniformity_field_trials.h', |
| 313 'common/metrics/variations/variations_util.cc', | 313 'common/metrics/variations/variations_util.cc', |
| 314 'common/metrics/variations/variations_util.h', | 314 'common/metrics/variations/variations_util.h', |
| 315 'common/multi_process_lock.h', | 315 'common/multi_process_lock.h', |
| 316 'common/multi_process_lock_linux.cc', | 316 'common/multi_process_lock_linux.cc', |
| 317 'common/multi_process_lock_mac.cc', | 317 'common/multi_process_lock_mac.cc', |
| 318 'common/multi_process_lock_win.cc', | 318 'common/multi_process_lock_win.cc', |
| 319 'common/omaha_query_params/omaha_query_params.cc', | |
| 320 'common/omaha_query_params/omaha_query_params.h', | |
| 321 'common/omnibox_focus_state.h', | 319 'common/omnibox_focus_state.h', |
| 322 'common/partial_circular_buffer.cc', | 320 'common/partial_circular_buffer.cc', |
| 323 'common/partial_circular_buffer.h', | 321 'common/partial_circular_buffer.h', |
| 324 'common/pepper_flash.cc', | 322 'common/pepper_flash.cc', |
| 325 'common/pepper_flash.h', | 323 'common/pepper_flash.h', |
| 326 'common/pepper_permission_util.cc', | 324 'common/pepper_permission_util.cc', |
| 327 'common/pepper_permission_util.h', | 325 'common/pepper_permission_util.h', |
| 328 'common/pref_names_util.cc', | 326 'common/pref_names_util.cc', |
| 329 'common/pref_names_util.h', | 327 'common/pref_names_util.h', |
| 330 'common/print_messages.cc', | 328 'common/print_messages.cc', |
| (...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 'common/metrics/proto/user_action_event.proto', | 745 'common/metrics/proto/user_action_event.proto', |
| 748 ], | 746 ], |
| 749 'variables': { | 747 'variables': { |
| 750 'proto_in_dir': 'common/metrics/proto', | 748 'proto_in_dir': 'common/metrics/proto', |
| 751 'proto_out_dir': 'chrome/common/metrics/proto', | 749 'proto_out_dir': 'chrome/common/metrics/proto', |
| 752 }, | 750 }, |
| 753 'includes': [ '../build/protoc.gypi' ], | 751 'includes': [ '../build/protoc.gypi' ], |
| 754 }, | 752 }, |
| 755 ], | 753 ], |
| 756 } | 754 } |
| OLD | NEW |