Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Side by Side Diff: chrome/chrome_common.gypi

Issue 11882025: Move "oauth2" manifest key parsing out of Extension class. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'common/custom_handlers/protocol_handler.cc', 127 'common/custom_handlers/protocol_handler.cc',
128 'common/custom_handlers/protocol_handler.h', 128 'common/custom_handlers/protocol_handler.h',
129 'common/descriptors_android.h', 129 'common/descriptors_android.h',
130 'common/extensions/api/extension_action/script_badge_handler.cc', 130 'common/extensions/api/extension_action/script_badge_handler.cc',
131 'common/extensions/api/extension_action/script_badge_handler.h', 131 'common/extensions/api/extension_action/script_badge_handler.h',
132 'common/extensions/api/extension_action/action_info.cc', 132 'common/extensions/api/extension_action/action_info.cc',
133 'common/extensions/api/extension_action/action_info.h', 133 'common/extensions/api/extension_action/action_info.h',
134 'common/extensions/api/extension_api.cc', 134 'common/extensions/api/extension_api.cc',
135 'common/extensions/api/extension_api.h', 135 'common/extensions/api/extension_api.h',
136 'common/extensions/api/extension_api_stub.cc', 136 'common/extensions/api/extension_api_stub.cc',
137 'common/extensions/api/identity/oauth2_manifest_handler.cc',
138 'common/extensions/api/identity/oauth2_manifest_handler.h',
137 'common/extensions/api/input_ime/input_components_handler.cc', 139 'common/extensions/api/input_ime/input_components_handler.cc',
138 'common/extensions/api/input_ime/input_components_handler.h', 140 'common/extensions/api/input_ime/input_components_handler.h',
139 'common/extensions/api/file_handlers/file_handlers_parser.cc', 141 'common/extensions/api/file_handlers/file_handlers_parser.cc',
140 'common/extensions/api/file_handlers/file_handlers_parser.h', 142 'common/extensions/api/file_handlers/file_handlers_parser.h',
141 'common/extensions/api/omnibox/omnibox_handler.cc', 143 'common/extensions/api/omnibox/omnibox_handler.cc',
142 'common/extensions/api/omnibox/omnibox_handler.h', 144 'common/extensions/api/omnibox/omnibox_handler.h',
143 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 145 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
144 'common/extensions/api/speech/tts_engine_manifest_handler.h', 146 'common/extensions/api/speech/tts_engine_manifest_handler.h',
145 'common/extensions/command.cc', 147 'common/extensions/command.cc',
146 'common/extensions/command.h', 148 'common/extensions/command.h',
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 'common/metrics/proto/user_action_event.proto', 660 'common/metrics/proto/user_action_event.proto',
659 ], 661 ],
660 'variables': { 662 'variables': {
661 'proto_in_dir': 'common/metrics/proto', 663 'proto_in_dir': 'common/metrics/proto',
662 'proto_out_dir': 'chrome/common/metrics/proto', 664 'proto_out_dir': 'chrome/common/metrics/proto',
663 }, 665 },
664 'includes': [ '../build/protoc.gypi' ], 666 'includes': [ '../build/protoc.gypi' ],
665 }, 667 },
666 ], 668 ],
667 } 669 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698