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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
835 'common/metrics/proto/user_action_event.proto', | 834 'common/metrics/proto/user_action_event.proto', |
836 ], | 835 ], |
837 'variables': { | 836 'variables': { |
838 'proto_in_dir': 'common/metrics/proto', | 837 'proto_in_dir': 'common/metrics/proto', |
839 'proto_out_dir': 'chrome/common/metrics/proto', | 838 'proto_out_dir': 'chrome/common/metrics/proto', |
840 }, | 839 }, |
841 'includes': [ '../build/protoc.gypi' ], | 840 'includes': [ '../build/protoc.gypi' ], |
842 }, | 841 }, |
843 ], | 842 ], |
844 } | 843 } |
OLD | NEW |