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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 '../extensions/common/matcher/url_matcher_constants.h', | 78 '../extensions/common/matcher/url_matcher_constants.h', |
79 '../extensions/common/matcher/url_matcher_factory.cc', | 79 '../extensions/common/matcher/url_matcher_factory.cc', |
80 '../extensions/common/matcher/url_matcher_factory.h', | 80 '../extensions/common/matcher/url_matcher_factory.h', |
81 '../extensions/common/matcher/url_matcher_helpers.cc', | 81 '../extensions/common/matcher/url_matcher_helpers.cc', |
82 '../extensions/common/matcher/url_matcher_helpers.h', | 82 '../extensions/common/matcher/url_matcher_helpers.h', |
83 '../extensions/common/url_pattern.cc', | 83 '../extensions/common/url_pattern.cc', |
84 '../extensions/common/url_pattern.h', | 84 '../extensions/common/url_pattern.h', |
85 '../extensions/common/url_pattern_set.cc', | 85 '../extensions/common/url_pattern_set.cc', |
86 '../extensions/common/url_pattern_set.h', | 86 '../extensions/common/url_pattern_set.h', |
87 'common/all_messages.h', | 87 'common/all_messages.h', |
| 88 'common/app_shim_messages.h', |
88 'common/attrition_experiments.h', | 89 'common/attrition_experiments.h', |
89 'common/auto_start_linux.cc', | 90 'common/auto_start_linux.cc', |
90 'common/auto_start_linux.h', | 91 'common/auto_start_linux.h', |
91 'common/autofill/autocheckout_status.h', | 92 'common/autofill/autocheckout_status.h', |
92 'common/autofill/web_element_descriptor.cc', | 93 'common/autofill/web_element_descriptor.cc', |
93 'common/autofill/web_element_descriptor.h', | 94 'common/autofill/web_element_descriptor.h', |
94 'common/autofill_messages.h', | 95 'common/autofill_messages.h', |
95 'common/automation_constants.cc', | 96 'common/automation_constants.cc', |
96 'common/automation_constants.h', | 97 'common/automation_constants.h', |
97 'common/automation_events.cc', | 98 'common/automation_events.cc', |
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
703 'common/metrics/proto/user_action_event.proto', | 704 'common/metrics/proto/user_action_event.proto', |
704 ], | 705 ], |
705 'variables': { | 706 'variables': { |
706 'proto_in_dir': 'common/metrics/proto', | 707 'proto_in_dir': 'common/metrics/proto', |
707 'proto_out_dir': 'chrome/common/metrics/proto', | 708 'proto_out_dir': 'chrome/common/metrics/proto', |
708 }, | 709 }, |
709 'includes': [ '../build/protoc.gypi' ], | 710 'includes': [ '../build/protoc.gypi' ], |
710 }, | 711 }, |
711 ], | 712 ], |
712 } | 713 } |
OLD | NEW |