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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 'common/content_settings_pattern_parser.h', | 122 'common/content_settings_pattern_parser.h', |
123 'common/content_settings_types.h', | 123 'common/content_settings_types.h', |
124 'common/crash_keys.cc', | 124 'common/crash_keys.cc', |
125 'common/crash_keys.h', | 125 'common/crash_keys.h', |
126 'common/custom_handlers/protocol_handler.cc', | 126 'common/custom_handlers/protocol_handler.cc', |
127 'common/custom_handlers/protocol_handler.h', | 127 'common/custom_handlers/protocol_handler.h', |
128 'common/descriptors_android.h', | 128 'common/descriptors_android.h', |
129 'common/extensions/api/extension_api.cc', | 129 'common/extensions/api/extension_api.cc', |
130 'common/extensions/api/extension_api.h', | 130 'common/extensions/api/extension_api.h', |
131 'common/extensions/api/extension_api_stub.cc', | 131 'common/extensions/api/extension_api_stub.cc', |
| 132 'common/extensions/api/identity/oauth2_manifest_handler.cc', |
| 133 'common/extensions/api/identity/oauth2_manifest_handler.h', |
132 'common/extensions/api/input_ime/input_components_handler.cc', | 134 'common/extensions/api/input_ime/input_components_handler.cc', |
133 'common/extensions/api/input_ime/input_components_handler.h', | 135 'common/extensions/api/input_ime/input_components_handler.h', |
134 'common/extensions/api/file_handlers/file_handlers_parser.cc', | 136 'common/extensions/api/file_handlers/file_handlers_parser.cc', |
135 'common/extensions/api/file_handlers/file_handlers_parser.h', | 137 'common/extensions/api/file_handlers/file_handlers_parser.h', |
136 'common/extensions/api/omnibox/omnibox_handler.cc', | 138 'common/extensions/api/omnibox/omnibox_handler.cc', |
137 'common/extensions/api/omnibox/omnibox_handler.h', | 139 'common/extensions/api/omnibox/omnibox_handler.h', |
138 'common/extensions/api/speech/tts_engine_manifest_handler.cc', | 140 'common/extensions/api/speech/tts_engine_manifest_handler.cc', |
139 'common/extensions/api/speech/tts_engine_manifest_handler.h', | 141 'common/extensions/api/speech/tts_engine_manifest_handler.h', |
140 'common/extensions/command.cc', | 142 'common/extensions/command.cc', |
141 'common/extensions/command.h', | 143 'common/extensions/command.h', |
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 'common/metrics/proto/user_action_event.proto', | 644 'common/metrics/proto/user_action_event.proto', |
643 ], | 645 ], |
644 'variables': { | 646 'variables': { |
645 'proto_in_dir': 'common/metrics/proto', | 647 'proto_in_dir': 'common/metrics/proto', |
646 'proto_out_dir': 'chrome/common/metrics/proto', | 648 'proto_out_dir': 'chrome/common/metrics/proto', |
647 }, | 649 }, |
648 'includes': [ '../build/protoc.gypi' ], | 650 'includes': [ '../build/protoc.gypi' ], |
649 }, | 651 }, |
650 ], | 652 ], |
651 } | 653 } |
OLD | NEW |