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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 'common/content_settings_pattern_parser.h', | 121 'common/content_settings_pattern_parser.h', |
122 'common/content_settings_types.h', | 122 'common/content_settings_types.h', |
123 'common/crash_keys.cc', | 123 'common/crash_keys.cc', |
124 'common/crash_keys.h', | 124 'common/crash_keys.h', |
125 'common/custom_handlers/protocol_handler.cc', | 125 'common/custom_handlers/protocol_handler.cc', |
126 'common/custom_handlers/protocol_handler.h', | 126 'common/custom_handlers/protocol_handler.h', |
127 'common/descriptors_android.h', | 127 'common/descriptors_android.h', |
128 'common/extensions/api/extension_api.cc', | 128 'common/extensions/api/extension_api.cc', |
129 'common/extensions/api/extension_api.h', | 129 'common/extensions/api/extension_api.h', |
130 'common/extensions/api/extension_api_stub.cc', | 130 'common/extensions/api/extension_api_stub.cc', |
| 131 'common/extensions/api/identity/oauth2_manifest_handler.cc', |
| 132 'common/extensions/api/identity/oauth2_manifest_handler.h', |
131 'common/extensions/api/input_ime/input_components_handler.cc', | 133 'common/extensions/api/input_ime/input_components_handler.cc', |
132 'common/extensions/api/input_ime/input_components_handler.h', | 134 'common/extensions/api/input_ime/input_components_handler.h', |
133 'common/extensions/api/omnibox/omnibox_handler.cc', | 135 'common/extensions/api/omnibox/omnibox_handler.cc', |
134 'common/extensions/api/omnibox/omnibox_handler.h', | 136 'common/extensions/api/omnibox/omnibox_handler.h', |
135 'common/extensions/api/speech/tts_engine_manifest_handler.cc', | 137 'common/extensions/api/speech/tts_engine_manifest_handler.cc', |
136 'common/extensions/api/speech/tts_engine_manifest_handler.h', | 138 'common/extensions/api/speech/tts_engine_manifest_handler.h', |
137 'common/extensions/command.cc', | 139 'common/extensions/command.cc', |
138 'common/extensions/command.h', | 140 'common/extensions/command.h', |
139 'common/extensions/csp_validator.cc', | 141 'common/extensions/csp_validator.cc', |
140 'common/extensions/csp_validator.h', | 142 'common/extensions/csp_validator.h', |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
635 'common/metrics/proto/user_action_event.proto', | 637 'common/metrics/proto/user_action_event.proto', |
636 ], | 638 ], |
637 'variables': { | 639 'variables': { |
638 'proto_in_dir': 'common/metrics/proto', | 640 'proto_in_dir': 'common/metrics/proto', |
639 'proto_out_dir': 'chrome/common/metrics/proto', | 641 'proto_out_dir': 'chrome/common/metrics/proto', |
640 }, | 642 }, |
641 'includes': [ '../build/protoc.gypi' ], | 643 'includes': [ '../build/protoc.gypi' ], |
642 }, | 644 }, |
643 ], | 645 ], |
644 } | 646 } |
OLD | NEW |