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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
81 'common/chrome_sandbox_type_mac.h', | 81 'common/chrome_sandbox_type_mac.h', |
82 'common/chrome_utility_messages.h', | 82 'common/chrome_utility_messages.h', |
83 'common/chrome_version_info.cc', | 83 'common/chrome_version_info.cc', |
84 'common/chrome_version_info_chromeos.cc', | 84 'common/chrome_version_info_chromeos.cc', |
85 'common/chrome_version_info_posix.cc', | 85 'common/chrome_version_info_posix.cc', |
86 'common/chrome_version_info_mac.mm', | 86 'common/chrome_version_info_mac.mm', |
87 'common/chrome_version_info_win.cc', | 87 'common/chrome_version_info_win.cc', |
88 'common/chrome_version_info.h', | 88 'common/chrome_version_info.h', |
89 'common/cloud_print/cloud_print_class_mac.h', | 89 'common/cloud_print/cloud_print_class_mac.h', |
90 'common/cloud_print/cloud_print_class_mac.mm', | 90 'common/cloud_print/cloud_print_class_mac.mm', |
91 'common/cloud_print/cloud_print_consts.cc', | |
msw
2012/11/09 23:18:17
Rename these *constants.h, the more common name ~(
Chen Yu
2012/11/13 14:02:15
Done.
| |
92 'common/cloud_print/cloud_print_consts.h', | |
91 'common/cloud_print/cloud_print_helpers.cc', | 93 'common/cloud_print/cloud_print_helpers.cc', |
92 'common/cloud_print/cloud_print_helpers.h', | 94 'common/cloud_print/cloud_print_helpers.h', |
93 'common/cloud_print/cloud_print_proxy_info.cc', | 95 'common/cloud_print/cloud_print_proxy_info.cc', |
94 'common/cloud_print/cloud_print_proxy_info.h', | 96 'common/cloud_print/cloud_print_proxy_info.h', |
95 'common/common_message_generator.cc', | 97 'common/common_message_generator.cc', |
96 'common/common_message_generator.h', | 98 'common/common_message_generator.h', |
97 'common/common_param_traits.cc', | 99 'common/common_param_traits.cc', |
98 'common/common_param_traits.h', | 100 'common/common_param_traits.h', |
99 'common/common_param_traits_macros.h', | 101 'common/common_param_traits_macros.h', |
100 'common/content_settings.cc', | 102 'common/content_settings.cc', |
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
586 'common/metrics/proto/user_action_event.proto', | 588 'common/metrics/proto/user_action_event.proto', |
587 ], | 589 ], |
588 'variables': { | 590 'variables': { |
589 'proto_in_dir': 'common/metrics/proto', | 591 'proto_in_dir': 'common/metrics/proto', |
590 'proto_out_dir': 'chrome/common/metrics/proto', | 592 'proto_out_dir': 'chrome/common/metrics/proto', |
591 }, | 593 }, |
592 'includes': [ '../build/protoc.gypi' ], | 594 'includes': [ '../build/protoc.gypi' ], |
593 }, | 595 }, |
594 ], | 596 ], |
595 } | 597 } |
OLD | NEW |