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 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 'common/metrics/variations/uniformity_field_trials.cc', | 401 'common/metrics/variations/uniformity_field_trials.cc', |
402 'common/metrics/variations/uniformity_field_trials.h', | 402 'common/metrics/variations/uniformity_field_trials.h', |
403 'common/metrics/variations/variations_associated_data.cc', | 403 'common/metrics/variations/variations_associated_data.cc', |
404 'common/metrics/variations/variations_associated_data.h', | 404 'common/metrics/variations/variations_associated_data.h', |
405 'common/metrics/variations/variations_util.cc', | 405 'common/metrics/variations/variations_util.cc', |
406 'common/metrics/variations/variations_util.h', | 406 'common/metrics/variations/variations_util.h', |
407 'common/multi_process_lock.h', | 407 'common/multi_process_lock.h', |
408 'common/multi_process_lock_linux.cc', | 408 'common/multi_process_lock_linux.cc', |
409 'common/multi_process_lock_mac.cc', | 409 'common/multi_process_lock_mac.cc', |
410 'common/multi_process_lock_win.cc', | 410 'common/multi_process_lock_win.cc', |
| 411 'common/networking_private_messages.cc', |
| 412 'common/networking_private_messages.h', |
411 'common/omaha_query_params/omaha_query_params.cc', | 413 'common/omaha_query_params/omaha_query_params.cc', |
412 'common/omaha_query_params/omaha_query_params.h', | 414 'common/omaha_query_params/omaha_query_params.h', |
413 'common/omnibox_focus_state.h', | 415 'common/omnibox_focus_state.h', |
414 'common/one_click_signin_messages.h', | 416 'common/one_click_signin_messages.h', |
415 'common/partial_circular_buffer.cc', | 417 'common/partial_circular_buffer.cc', |
416 'common/partial_circular_buffer.h', | 418 'common/partial_circular_buffer.h', |
417 'common/pepper_flash.cc', | 419 'common/pepper_flash.cc', |
418 'common/pepper_flash.h', | 420 'common/pepper_flash.h', |
419 'common/pepper_permission_util.cc', | 421 'common/pepper_permission_util.cc', |
420 'common/pepper_permission_util.h', | 422 'common/pepper_permission_util.h', |
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
837 'common/metrics/proto/user_action_event.proto', | 839 'common/metrics/proto/user_action_event.proto', |
838 ], | 840 ], |
839 'variables': { | 841 'variables': { |
840 'proto_in_dir': 'common/metrics/proto', | 842 'proto_in_dir': 'common/metrics/proto', |
841 'proto_out_dir': 'chrome/common/metrics/proto', | 843 'proto_out_dir': 'chrome/common/metrics/proto', |
842 }, | 844 }, |
843 'includes': [ '../build/protoc.gypi' ], | 845 'includes': [ '../build/protoc.gypi' ], |
844 }, | 846 }, |
845 ], | 847 ], |
846 } | 848 } |
OLD | NEW |