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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 'common/extensions/api/i18n/default_locale_handler.cc', | 161 'common/extensions/api/i18n/default_locale_handler.cc', |
162 'common/extensions/api/i18n/default_locale_handler.h', | 162 'common/extensions/api/i18n/default_locale_handler.h', |
163 'common/extensions/api/identity/oauth2_manifest_handler.cc', | 163 'common/extensions/api/identity/oauth2_manifest_handler.cc', |
164 'common/extensions/api/identity/oauth2_manifest_handler.h', | 164 'common/extensions/api/identity/oauth2_manifest_handler.h', |
165 'common/extensions/api/input_ime/input_components_handler.cc', | 165 'common/extensions/api/input_ime/input_components_handler.cc', |
166 'common/extensions/api/input_ime/input_components_handler.h', | 166 'common/extensions/api/input_ime/input_components_handler.h', |
167 'common/extensions/api/file_handlers/file_handlers_parser.cc', | 167 'common/extensions/api/file_handlers/file_handlers_parser.cc', |
168 'common/extensions/api/file_handlers/file_handlers_parser.h', | 168 'common/extensions/api/file_handlers/file_handlers_parser.h', |
169 'common/extensions/api/omnibox/omnibox_handler.cc', | 169 'common/extensions/api/omnibox/omnibox_handler.cc', |
170 'common/extensions/api/omnibox/omnibox_handler.h', | 170 'common/extensions/api/omnibox/omnibox_handler.h', |
| 171 'common/extensions/api/page_launcher/page_launcher_handler.cc', |
| 172 'common/extensions/api/page_launcher/page_launcher_handler.h', |
171 'common/extensions/api/speech/tts_engine_manifest_handler.cc', | 173 'common/extensions/api/speech/tts_engine_manifest_handler.cc', |
172 'common/extensions/api/speech/tts_engine_manifest_handler.h', | 174 'common/extensions/api/speech/tts_engine_manifest_handler.h', |
173 'common/extensions/command.cc', | 175 'common/extensions/command.cc', |
174 'common/extensions/command.h', | 176 'common/extensions/command.h', |
175 'common/extensions/csp_validator.cc', | 177 'common/extensions/csp_validator.cc', |
176 'common/extensions/csp_validator.h', | 178 'common/extensions/csp_validator.h', |
177 'common/extensions/event_filter.cc', | 179 'common/extensions/event_filter.cc', |
178 'common/extensions/event_filter.h', | 180 'common/extensions/event_filter.h', |
179 'common/extensions/event_filtering_info.cc', | 181 'common/extensions/event_filtering_info.cc', |
180 'common/extensions/event_filtering_info.h', | 182 'common/extensions/event_filtering_info.h', |
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
693 'common/metrics/proto/user_action_event.proto', | 695 'common/metrics/proto/user_action_event.proto', |
694 ], | 696 ], |
695 'variables': { | 697 'variables': { |
696 'proto_in_dir': 'common/metrics/proto', | 698 'proto_in_dir': 'common/metrics/proto', |
697 'proto_out_dir': 'chrome/common/metrics/proto', | 699 'proto_out_dir': 'chrome/common/metrics/proto', |
698 }, | 700 }, |
699 'includes': [ '../build/protoc.gypi' ], | 701 'includes': [ '../build/protoc.gypi' ], |
700 }, | 702 }, |
701 ], | 703 ], |
702 } | 704 } |
OLD | NEW |