| 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 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 'common/metrics/variations/uniformity_field_trials.h', | 400 'common/metrics/variations/uniformity_field_trials.h', |
| 401 'common/metrics/variations/variations_util.cc', | 401 'common/metrics/variations/variations_util.cc', |
| 402 'common/metrics/variations/variations_util.h', | 402 'common/metrics/variations/variations_util.h', |
| 403 'common/multi_process_lock.h', | 403 'common/multi_process_lock.h', |
| 404 'common/multi_process_lock_linux.cc', | 404 'common/multi_process_lock_linux.cc', |
| 405 'common/multi_process_lock_mac.cc', | 405 'common/multi_process_lock_mac.cc', |
| 406 'common/multi_process_lock_win.cc', | 406 'common/multi_process_lock_win.cc', |
| 407 'common/omaha_query_params/omaha_query_params.cc', | 407 'common/omaha_query_params/omaha_query_params.cc', |
| 408 'common/omaha_query_params/omaha_query_params.h', | 408 'common/omaha_query_params/omaha_query_params.h', |
| 409 'common/omnibox_focus_state.h', | 409 'common/omnibox_focus_state.h', |
| 410 'common/one_click_signin_messages.h', | |
| 411 'common/partial_circular_buffer.cc', | 410 'common/partial_circular_buffer.cc', |
| 412 'common/partial_circular_buffer.h', | 411 'common/partial_circular_buffer.h', |
| 413 'common/pepper_flash.cc', | 412 'common/pepper_flash.cc', |
| 414 'common/pepper_flash.h', | 413 'common/pepper_flash.h', |
| 415 'common/pepper_permission_util.cc', | 414 'common/pepper_permission_util.cc', |
| 416 'common/pepper_permission_util.h', | 415 'common/pepper_permission_util.h', |
| 417 'common/policy/policy_schema.cc', | 416 'common/policy/policy_schema.cc', |
| 418 'common/policy/policy_schema.h', | 417 'common/policy/policy_schema.h', |
| 419 'common/pref_names_util.cc', | 418 'common/pref_names_util.cc', |
| 420 'common/pref_names_util.h', | 419 'common/pref_names_util.h', |
| (...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 833 'common/metrics/proto/user_action_event.proto', | 832 'common/metrics/proto/user_action_event.proto', |
| 834 ], | 833 ], |
| 835 'variables': { | 834 'variables': { |
| 836 'proto_in_dir': 'common/metrics/proto', | 835 'proto_in_dir': 'common/metrics/proto', |
| 837 'proto_out_dir': 'chrome/common/metrics/proto', | 836 'proto_out_dir': 'chrome/common/metrics/proto', |
| 838 }, | 837 }, |
| 839 'includes': [ '../build/protoc.gypi' ], | 838 'includes': [ '../build/protoc.gypi' ], |
| 840 }, | 839 }, |
| 841 ], | 840 ], |
| 842 } | 841 } |
| OLD | NEW |