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/automation_constants.cc', | 92 'common/automation_constants.cc', |
92 'common/automation_constants.h', | 93 'common/automation_constants.h', |
93 'common/automation_events.cc', | 94 'common/automation_events.cc', |
94 'common/automation_events.h', | 95 'common/automation_events.h', |
95 'common/automation_id.cc', | 96 'common/automation_id.cc', |
96 'common/automation_id.h', | 97 'common/automation_id.h', |
97 'common/automation_messages.cc', | 98 'common/automation_messages.cc', |
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 'common/metrics/proto/user_action_event.proto', | 703 'common/metrics/proto/user_action_event.proto', |
703 ], | 704 ], |
704 'variables': { | 705 'variables': { |
705 'proto_in_dir': 'common/metrics/proto', | 706 'proto_in_dir': 'common/metrics/proto', |
706 'proto_out_dir': 'chrome/common/metrics/proto', | 707 'proto_out_dir': 'chrome/common/metrics/proto', |
707 }, | 708 }, |
708 'includes': [ '../build/protoc.gypi' ], | 709 'includes': [ '../build/protoc.gypi' ], |
709 }, | 710 }, |
710 ], | 711 ], |
711 } | 712 } |
OLD | NEW |