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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
412 'common/metrics/variations/variations_associated_data.h', | 412 'common/metrics/variations/variations_associated_data.h', |
413 'common/metrics/variations/variations_util.cc', | 413 'common/metrics/variations/variations_util.cc', |
414 'common/metrics/variations/variations_util.h', | 414 'common/metrics/variations/variations_util.h', |
415 'common/multi_process_lock.h', | 415 'common/multi_process_lock.h', |
416 'common/multi_process_lock_linux.cc', | 416 'common/multi_process_lock_linux.cc', |
417 'common/multi_process_lock_mac.cc', | 417 'common/multi_process_lock_mac.cc', |
418 'common/multi_process_lock_win.cc', | 418 'common/multi_process_lock_win.cc', |
419 'common/omaha_query_params/omaha_query_params.cc', | 419 'common/omaha_query_params/omaha_query_params.cc', |
420 'common/omaha_query_params/omaha_query_params.h', | 420 'common/omaha_query_params/omaha_query_params.h', |
421 'common/omnibox_focus_state.h', | 421 'common/omnibox_focus_state.h', |
422 'common/one_click_signin_messages.h', | |
423 'common/partial_circular_buffer.cc', | 422 'common/partial_circular_buffer.cc', |
424 'common/partial_circular_buffer.h', | 423 'common/partial_circular_buffer.h', |
425 'common/pepper_flash.cc', | 424 'common/pepper_flash.cc', |
426 'common/pepper_flash.h', | 425 'common/pepper_flash.h', |
427 'common/pepper_permission_util.cc', | 426 'common/pepper_permission_util.cc', |
428 'common/pepper_permission_util.h', | 427 'common/pepper_permission_util.h', |
429 'common/policy/policy_schema.cc', | 428 'common/policy/policy_schema.cc', |
430 'common/policy/policy_schema.h', | 429 'common/policy/policy_schema.h', |
431 'common/pref_names_util.cc', | 430 'common/pref_names_util.cc', |
432 'common/pref_names_util.h', | 431 'common/pref_names_util.h', |
(...skipping 418 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
851 'common/metrics/proto/user_action_event.proto', | 850 'common/metrics/proto/user_action_event.proto', |
852 ], | 851 ], |
853 'variables': { | 852 'variables': { |
854 'proto_in_dir': 'common/metrics/proto', | 853 'proto_in_dir': 'common/metrics/proto', |
855 'proto_out_dir': 'chrome/common/metrics/proto', | 854 'proto_out_dir': 'chrome/common/metrics/proto', |
856 }, | 855 }, |
857 'includes': [ '../build/protoc.gypi' ], | 856 'includes': [ '../build/protoc.gypi' ], |
858 }, | 857 }, |
859 ], | 858 ], |
860 } | 859 } |
OLD | NEW |