OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 'common/chrome_utility_messages.h', | 91 'common/chrome_utility_messages.h', |
92 'common/chrome_version_info.cc', | 92 'common/chrome_version_info.cc', |
93 'common/chrome_version_info_android.cc', | 93 'common/chrome_version_info_android.cc', |
94 'common/chrome_version_info_chromeos.cc', | 94 'common/chrome_version_info_chromeos.cc', |
95 'common/chrome_version_info_posix.cc', | 95 'common/chrome_version_info_posix.cc', |
96 'common/chrome_version_info_mac.mm', | 96 'common/chrome_version_info_mac.mm', |
97 'common/chrome_version_info_win.cc', | 97 'common/chrome_version_info_win.cc', |
98 'common/chrome_version_info.h', | 98 'common/chrome_version_info.h', |
99 'common/cloud_print/cloud_print_class_mac.h', | 99 'common/cloud_print/cloud_print_class_mac.h', |
100 'common/cloud_print/cloud_print_class_mac.mm', | 100 'common/cloud_print/cloud_print_class_mac.mm', |
| 101 'common/cloud_print/cloud_print_constants.cc', |
| 102 'common/cloud_print/cloud_print_constants.h', |
101 'common/cloud_print/cloud_print_helpers.cc', | 103 'common/cloud_print/cloud_print_helpers.cc', |
102 'common/cloud_print/cloud_print_helpers.h', | 104 'common/cloud_print/cloud_print_helpers.h', |
103 'common/cloud_print/cloud_print_proxy_info.cc', | 105 'common/cloud_print/cloud_print_proxy_info.cc', |
104 'common/cloud_print/cloud_print_proxy_info.h', | 106 'common/cloud_print/cloud_print_proxy_info.h', |
105 'common/common_message_generator.cc', | 107 'common/common_message_generator.cc', |
106 'common/common_message_generator.h', | 108 'common/common_message_generator.h', |
107 'common/common_param_traits.cc', | 109 'common/common_param_traits.cc', |
108 'common/common_param_traits.h', | 110 'common/common_param_traits.h', |
109 'common/common_param_traits_macros.h', | 111 'common/common_param_traits_macros.h', |
110 'common/content_settings.cc', | 112 'common/content_settings.cc', |
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
601 'common/metrics/proto/user_action_event.proto', | 603 'common/metrics/proto/user_action_event.proto', |
602 ], | 604 ], |
603 'variables': { | 605 'variables': { |
604 'proto_in_dir': 'common/metrics/proto', | 606 'proto_in_dir': 'common/metrics/proto', |
605 'proto_out_dir': 'chrome/common/metrics/proto', | 607 'proto_out_dir': 'chrome/common/metrics/proto', |
606 }, | 608 }, |
607 'includes': [ '../build/protoc.gypi' ], | 609 'includes': [ '../build/protoc.gypi' ], |
608 }, | 610 }, |
609 ], | 611 ], |
610 } | 612 } |
OLD | NEW |