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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 'common/chrome_version_info_posix.cc', | 86 'common/chrome_version_info_posix.cc', |
87 'common/chrome_version_info_mac.mm', | 87 'common/chrome_version_info_mac.mm', |
88 'common/chrome_version_info_win.cc', | 88 'common/chrome_version_info_win.cc', |
89 'common/chrome_version_info.h', | 89 'common/chrome_version_info.h', |
90 'common/cloud_print/cloud_print_class_mac.h', | 90 'common/cloud_print/cloud_print_class_mac.h', |
91 'common/cloud_print/cloud_print_class_mac.mm', | 91 'common/cloud_print/cloud_print_class_mac.mm', |
92 'common/cloud_print/cloud_print_helpers.cc', | 92 'common/cloud_print/cloud_print_helpers.cc', |
93 'common/cloud_print/cloud_print_helpers.h', | 93 'common/cloud_print/cloud_print_helpers.h', |
94 'common/cloud_print/cloud_print_proxy_info.cc', | 94 'common/cloud_print/cloud_print_proxy_info.cc', |
95 'common/cloud_print/cloud_print_proxy_info.h', | 95 'common/cloud_print/cloud_print_proxy_info.h', |
96 'common/common_api.h', | |
97 'common/common_message_generator.cc', | 96 'common/common_message_generator.cc', |
98 'common/common_message_generator.h', | 97 'common/common_message_generator.h', |
99 'common/common_param_traits.cc', | 98 'common/common_param_traits.cc', |
100 'common/common_param_traits.h', | 99 'common/common_param_traits.h', |
101 'common/content_settings.cc', | 100 'common/content_settings.cc', |
102 'common/content_settings.h', | 101 'common/content_settings.h', |
103 'common/content_settings_helper.cc', | 102 'common/content_settings_helper.cc', |
104 'common/content_settings_helper.h', | 103 'common/content_settings_helper.h', |
105 'common/content_settings_pattern.cc', | 104 'common/content_settings_pattern.cc', |
106 'common/content_settings_pattern.h', | 105 'common/content_settings_pattern.h', |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
507 'common/metrics/proto/user_action_event.proto', | 506 'common/metrics/proto/user_action_event.proto', |
508 ], | 507 ], |
509 'variables': { | 508 'variables': { |
510 'proto_in_dir': 'common/metrics/proto', | 509 'proto_in_dir': 'common/metrics/proto', |
511 'proto_out_dir': 'chrome/common/metrics/proto', | 510 'proto_out_dir': 'chrome/common/metrics/proto', |
512 }, | 511 }, |
513 'includes': [ '../build/protoc.gypi' ], | 512 'includes': [ '../build/protoc.gypi' ], |
514 }, | 513 }, |
515 ], | 514 ], |
516 } | 515 } |
OLD | NEW |