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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 'common/extensions/api/file_handlers/file_handlers_parser.cc', | 175 'common/extensions/api/file_handlers/file_handlers_parser.cc', |
176 'common/extensions/api/file_handlers/file_handlers_parser.h', | 176 'common/extensions/api/file_handlers/file_handlers_parser.h', |
177 'common/extensions/api/omnibox/omnibox_handler.cc', | 177 'common/extensions/api/omnibox/omnibox_handler.cc', |
178 'common/extensions/api/omnibox/omnibox_handler.h', | 178 'common/extensions/api/omnibox/omnibox_handler.h', |
179 'common/extensions/api/page_launcher/page_launcher_handler.cc', | 179 'common/extensions/api/page_launcher/page_launcher_handler.cc', |
180 'common/extensions/api/page_launcher/page_launcher_handler.h', | 180 'common/extensions/api/page_launcher/page_launcher_handler.h', |
181 'common/extensions/api/speech/tts_engine_manifest_handler.cc', | 181 'common/extensions/api/speech/tts_engine_manifest_handler.cc', |
182 'common/extensions/api/speech/tts_engine_manifest_handler.h', | 182 'common/extensions/api/speech/tts_engine_manifest_handler.h', |
183 'common/extensions/api/themes/theme_handler.cc', | 183 'common/extensions/api/themes/theme_handler.cc', |
184 'common/extensions/api/themes/theme_handler.h', | 184 'common/extensions/api/themes/theme_handler.h', |
| 185 'common/extensions/background_info.cc', |
| 186 'common/extensions/background_info.h', |
185 'common/extensions/command.cc', | 187 'common/extensions/command.cc', |
186 'common/extensions/command.h', | 188 'common/extensions/command.h', |
187 'common/extensions/csp_validator.cc', | 189 'common/extensions/csp_validator.cc', |
188 'common/extensions/csp_validator.h', | 190 'common/extensions/csp_validator.h', |
189 'common/extensions/extension.cc', | 191 'common/extensions/extension.cc', |
190 'common/extensions/extension.h', | 192 'common/extensions/extension.h', |
191 'common/extensions/extension_constants.cc', | 193 'common/extensions/extension_constants.cc', |
192 'common/extensions/extension_constants.h', | 194 'common/extensions/extension_constants.h', |
193 'common/extensions/extension_file_util.cc', | 195 'common/extensions/extension_file_util.cc', |
194 'common/extensions/extension_file_util.h', | 196 'common/extensions/extension_file_util.h', |
(...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
703 'common/metrics/proto/user_action_event.proto', | 705 'common/metrics/proto/user_action_event.proto', |
704 ], | 706 ], |
705 'variables': { | 707 'variables': { |
706 'proto_in_dir': 'common/metrics/proto', | 708 'proto_in_dir': 'common/metrics/proto', |
707 'proto_out_dir': 'chrome/common/metrics/proto', | 709 'proto_out_dir': 'chrome/common/metrics/proto', |
708 }, | 710 }, |
709 'includes': [ '../build/protoc.gypi' ], | 711 'includes': [ '../build/protoc.gypi' ], |
710 }, | 712 }, |
711 ], | 713 ], |
712 } | 714 } |
OLD | NEW |