OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 'common/chrome_content_client.h', | 72 'common/chrome_content_client.h', |
73 'common/chrome_notification_types.h', | 73 'common/chrome_notification_types.h', |
74 'common/chrome_plugin_messages.h', | 74 'common/chrome_plugin_messages.h', |
75 'common/chrome_result_codes.h', | 75 'common/chrome_result_codes.h', |
76 'common/chrome_utility_messages.h', | 76 'common/chrome_utility_messages.h', |
77 'common/chrome_version_info.cc', | 77 'common/chrome_version_info.cc', |
78 'common/chrome_version_info_linux.cc', | 78 'common/chrome_version_info_linux.cc', |
79 'common/chrome_version_info_mac.mm', | 79 'common/chrome_version_info_mac.mm', |
80 'common/chrome_version_info_win.cc', | 80 'common/chrome_version_info_win.cc', |
81 'common/chrome_version_info.h', | 81 'common/chrome_version_info.h', |
| 82 'common/cloud_print/cloud_print_class_mac.h', |
| 83 'common/cloud_print/cloud_print_class_mac.mm', |
82 'common/cloud_print/cloud_print_proxy_info.cc', | 84 'common/cloud_print/cloud_print_proxy_info.cc', |
83 'common/cloud_print/cloud_print_proxy_info.h', | 85 'common/cloud_print/cloud_print_proxy_info.h', |
84 'common/common_api.h', | 86 'common/common_api.h', |
85 'common/common_message_generator.cc', | 87 'common/common_message_generator.cc', |
86 'common/common_message_generator.h', | 88 'common/common_message_generator.h', |
87 'common/common_param_traits.cc', | 89 'common/common_param_traits.cc', |
88 'common/common_param_traits.h', | 90 'common/common_param_traits.h', |
89 'common/content_settings.cc', | 91 'common/content_settings.cc', |
90 'common/content_settings.h', | 92 'common/content_settings.h', |
91 'common/content_settings_helper.cc', | 93 'common/content_settings_helper.cc', |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
414 'common/safe_browsing/csd.proto' | 416 'common/safe_browsing/csd.proto' |
415 ], | 417 ], |
416 'variables': { | 418 'variables': { |
417 'proto_in_dir': 'common/safe_browsing', | 419 'proto_in_dir': 'common/safe_browsing', |
418 'proto_out_dir': 'chrome/common/safe_browsing', | 420 'proto_out_dir': 'chrome/common/safe_browsing', |
419 }, | 421 }, |
420 'includes': [ '../build/protoc.gypi' ], | 422 'includes': [ '../build/protoc.gypi' ], |
421 }, | 423 }, |
422 ], | 424 ], |
423 } | 425 } |
OLD | NEW |