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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 'common/metrics/metrics_service_base.cc', | 407 'common/metrics/metrics_service_base.cc', |
408 'common/metrics/metrics_service_base.h', | 408 'common/metrics/metrics_service_base.h', |
409 'common/metrics/variations/uniformity_field_trials.cc', | 409 'common/metrics/variations/uniformity_field_trials.cc', |
410 'common/metrics/variations/uniformity_field_trials.h', | 410 'common/metrics/variations/uniformity_field_trials.h', |
411 'common/metrics/variations/variations_util.cc', | 411 'common/metrics/variations/variations_util.cc', |
412 'common/metrics/variations/variations_util.h', | 412 'common/metrics/variations/variations_util.h', |
413 'common/multi_process_lock.h', | 413 'common/multi_process_lock.h', |
414 'common/multi_process_lock_linux.cc', | 414 'common/multi_process_lock_linux.cc', |
415 'common/multi_process_lock_mac.cc', | 415 'common/multi_process_lock_mac.cc', |
416 'common/multi_process_lock_win.cc', | 416 'common/multi_process_lock_win.cc', |
| 417 'common/networking_private_messages.cc', |
| 418 'common/networking_private_messages.h', |
417 'common/omaha_query_params/omaha_query_params.cc', | 419 'common/omaha_query_params/omaha_query_params.cc', |
418 'common/omaha_query_params/omaha_query_params.h', | 420 'common/omaha_query_params/omaha_query_params.h', |
419 'common/omnibox_focus_state.h', | 421 'common/omnibox_focus_state.h', |
420 'common/partial_circular_buffer.cc', | 422 'common/partial_circular_buffer.cc', |
421 'common/partial_circular_buffer.h', | 423 'common/partial_circular_buffer.h', |
422 'common/pepper_flash.cc', | 424 'common/pepper_flash.cc', |
423 'common/pepper_flash.h', | 425 'common/pepper_flash.h', |
424 'common/pepper_permission_util.cc', | 426 'common/pepper_permission_util.cc', |
425 'common/pepper_permission_util.h', | 427 'common/pepper_permission_util.h', |
426 'common/pref_names_util.cc', | 428 'common/pref_names_util.cc', |
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
863 'common/metrics/proto/user_action_event.proto', | 865 'common/metrics/proto/user_action_event.proto', |
864 ], | 866 ], |
865 'variables': { | 867 'variables': { |
866 'proto_in_dir': 'common/metrics/proto', | 868 'proto_in_dir': 'common/metrics/proto', |
867 'proto_out_dir': 'chrome/common/metrics/proto', | 869 'proto_out_dir': 'chrome/common/metrics/proto', |
868 }, | 870 }, |
869 'includes': [ '../build/protoc.gypi' ], | 871 'includes': [ '../build/protoc.gypi' ], |
870 }, | 872 }, |
871 ], | 873 ], |
872 } | 874 } |
OLD | NEW |