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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'common/content_settings.h', | 106 'common/content_settings.h', |
107 'common/content_settings_helper.cc', | 107 'common/content_settings_helper.cc', |
108 'common/content_settings_helper.h', | 108 'common/content_settings_helper.h', |
109 'common/content_settings_pattern.cc', | 109 'common/content_settings_pattern.cc', |
110 'common/content_settings_pattern.h', | 110 'common/content_settings_pattern.h', |
111 'common/content_settings_pattern_parser.cc', | 111 'common/content_settings_pattern_parser.cc', |
112 'common/content_settings_pattern_parser.h', | 112 'common/content_settings_pattern_parser.h', |
113 'common/content_settings_types.h', | 113 'common/content_settings_types.h', |
114 'common/custom_handlers/protocol_handler.cc', | 114 'common/custom_handlers/protocol_handler.cc', |
115 'common/custom_handlers/protocol_handler.h', | 115 'common/custom_handlers/protocol_handler.h', |
| 116 'common/descriptors_android.h', |
116 'common/extensions/command.cc', | 117 'common/extensions/command.cc', |
117 'common/extensions/command.h', | 118 'common/extensions/command.h', |
118 'common/extensions/csp_validator.cc', | 119 'common/extensions/csp_validator.cc', |
119 'common/extensions/csp_validator.h', | 120 'common/extensions/csp_validator.h', |
120 'common/extensions/draggable_region.cc', | 121 'common/extensions/draggable_region.cc', |
121 'common/extensions/draggable_region.h', | 122 'common/extensions/draggable_region.h', |
122 'common/extensions/event_filter.cc', | 123 'common/extensions/event_filter.cc', |
123 'common/extensions/event_filter.h', | 124 'common/extensions/event_filter.h', |
124 'common/extensions/event_filtering_info.cc', | 125 'common/extensions/event_filtering_info.cc', |
125 'common/extensions/event_filtering_info.h', | 126 'common/extensions/event_filtering_info.h', |
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
538 'common/metrics/proto/user_action_event.proto', | 539 'common/metrics/proto/user_action_event.proto', |
539 ], | 540 ], |
540 'variables': { | 541 'variables': { |
541 'proto_in_dir': 'common/metrics/proto', | 542 'proto_in_dir': 'common/metrics/proto', |
542 'proto_out_dir': 'chrome/common/metrics/proto', | 543 'proto_out_dir': 'chrome/common/metrics/proto', |
543 }, | 544 }, |
544 'includes': [ '../build/protoc.gypi' ], | 545 'includes': [ '../build/protoc.gypi' ], |
545 }, | 546 }, |
546 ], | 547 ], |
547 } | 548 } |
OLD | NEW |