| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 'common/cancelable_task_tracker.h', | 106 'common/cancelable_task_tracker.h', |
| 107 'common/child_process_logging.h', | 107 'common/child_process_logging.h', |
| 108 'common/child_process_logging_mac.mm', | 108 'common/child_process_logging_mac.mm', |
| 109 'common/child_process_logging_posix.cc', | 109 'common/child_process_logging_posix.cc', |
| 110 'common/child_process_logging_win.cc', | 110 'common/child_process_logging_win.cc', |
| 111 'common/chrome_content_client.cc', | 111 'common/chrome_content_client.cc', |
| 112 'common/chrome_content_client.h', | 112 'common/chrome_content_client.h', |
| 113 'common/chrome_content_client_ios.mm', | 113 'common/chrome_content_client_ios.mm', |
| 114 'common/chrome_notification_types.h', | 114 'common/chrome_notification_types.h', |
| 115 'common/chrome_result_codes.h', | 115 'common/chrome_result_codes.h', |
| 116 'common/chrome_process_type.h', |
| 116 'common/chrome_sandbox_type_mac.h', | 117 'common/chrome_sandbox_type_mac.h', |
| 117 'common/chrome_utility_messages.h', | 118 'common/chrome_utility_messages.h', |
| 118 'common/chrome_version_info.cc', | 119 'common/chrome_version_info.cc', |
| 119 'common/chrome_version_info_android.cc', | 120 'common/chrome_version_info_android.cc', |
| 120 'common/chrome_version_info_chromeos.cc', | 121 'common/chrome_version_info_chromeos.cc', |
| 121 'common/chrome_version_info_posix.cc', | 122 'common/chrome_version_info_posix.cc', |
| 122 'common/chrome_version_info_mac.mm', | 123 'common/chrome_version_info_mac.mm', |
| 123 'common/chrome_version_info_win.cc', | 124 'common/chrome_version_info_win.cc', |
| 124 'common/chrome_version_info.h', | 125 'common/chrome_version_info.h', |
| 125 'common/cloud_print/cloud_print_class_mac.h', | 126 'common/cloud_print/cloud_print_class_mac.h', |
| (...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 710 'common/metrics/proto/user_action_event.proto', | 711 'common/metrics/proto/user_action_event.proto', |
| 711 ], | 712 ], |
| 712 'variables': { | 713 'variables': { |
| 713 'proto_in_dir': 'common/metrics/proto', | 714 'proto_in_dir': 'common/metrics/proto', |
| 714 'proto_out_dir': 'chrome/common/metrics/proto', | 715 'proto_out_dir': 'chrome/common/metrics/proto', |
| 715 }, | 716 }, |
| 716 'includes': [ '../build/protoc.gypi' ], | 717 'includes': [ '../build/protoc.gypi' ], |
| 717 }, | 718 }, |
| 718 ], | 719 ], |
| 719 } | 720 } |
| OLD | NEW |