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

Side by Side Diff: chrome/chrome_common.gypi

Issue 12494028: Move Requirements out of Extension Class (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'common/extensions/api/input_ime/input_components_handler.cc', 172 'common/extensions/api/input_ime/input_components_handler.cc',
173 'common/extensions/api/input_ime/input_components_handler.h', 173 'common/extensions/api/input_ime/input_components_handler.h',
174 'common/extensions/api/file_handlers/file_handlers_parser.cc', 174 'common/extensions/api/file_handlers/file_handlers_parser.cc',
175 'common/extensions/api/file_handlers/file_handlers_parser.h', 175 'common/extensions/api/file_handlers/file_handlers_parser.h',
176 'common/extensions/api/omnibox/omnibox_handler.cc', 176 'common/extensions/api/omnibox/omnibox_handler.cc',
177 'common/extensions/api/omnibox/omnibox_handler.h', 177 'common/extensions/api/omnibox/omnibox_handler.h',
178 'common/extensions/api/page_launcher/page_launcher_handler.cc', 178 'common/extensions/api/page_launcher/page_launcher_handler.cc',
179 'common/extensions/api/page_launcher/page_launcher_handler.h', 179 'common/extensions/api/page_launcher/page_launcher_handler.h',
180 'common/extensions/api/plugins/plugins_handler.cc', 180 'common/extensions/api/plugins/plugins_handler.cc',
181 'common/extensions/api/plugins/plugins_handler.h', 181 'common/extensions/api/plugins/plugins_handler.h',
182 'common/extensions/api/requirements/requirements_handler.cc',
183 'common/extensions/api/requirements/requirements_handler.h',
182 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 184 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
183 'common/extensions/api/speech/tts_engine_manifest_handler.h', 185 'common/extensions/api/speech/tts_engine_manifest_handler.h',
184 'common/extensions/api/themes/theme_handler.cc', 186 'common/extensions/api/themes/theme_handler.cc',
185 'common/extensions/api/themes/theme_handler.h', 187 'common/extensions/api/themes/theme_handler.h',
186 'common/extensions/background_info.cc', 188 'common/extensions/background_info.cc',
187 'common/extensions/background_info.h', 189 'common/extensions/background_info.h',
188 'common/extensions/command.cc', 190 'common/extensions/command.cc',
189 'common/extensions/command.h', 191 'common/extensions/command.h',
190 'common/extensions/csp_handler.cc', 192 'common/extensions/csp_handler.cc',
191 'common/extensions/csp_handler.h', 193 'common/extensions/csp_handler.h',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 ['include', 'common/extensions/api/extension_action/page_action_hand ler.cc'], 408 ['include', 'common/extensions/api/extension_action/page_action_hand ler.cc'],
407 ['include', 'common/extensions/api/extension_action/page_action_hand ler.h'], 409 ['include', 'common/extensions/api/extension_action/page_action_hand ler.h'],
408 ['include', 'common/extensions/api/icons/icons_handler.cc'], 410 ['include', 'common/extensions/api/icons/icons_handler.cc'],
409 ['include', 'common/extensions/api/icons/icons_handler.h'], 411 ['include', 'common/extensions/api/icons/icons_handler.h'],
410 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'], 412 ['include', 'common/extensions/api/i18n/default_locale_handler.cc'],
411 ['include', 'common/extensions/api/i18n/default_locale_handler.h'], 413 ['include', 'common/extensions/api/i18n/default_locale_handler.h'],
412 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. cc'], 414 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. cc'],
413 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. h'], 415 ['include', 'common/extensions/api/identity/oauth2_manifest_handler. h'],
414 ['include', 'common/extensions/api/plugins/plugins_handler.cc'], 416 ['include', 'common/extensions/api/plugins/plugins_handler.cc'],
415 ['include', 'common/extensions/api/plugins/plugins_handler.h'], 417 ['include', 'common/extensions/api/plugins/plugins_handler.h'],
418 ['include', 'common/extensions/api/requirements/requirements_handler .cc'],
419 ['include', 'common/extensions/api/requirements/requirements_handler .h'],
416 ['include', 'common/extensions/api/themes/theme_handler.cc'], 420 ['include', 'common/extensions/api/themes/theme_handler.cc'],
417 ['include', 'common/extensions/api/themes/theme_handler.h'], 421 ['include', 'common/extensions/api/themes/theme_handler.h'],
418 ], 422 ],
419 }], 423 }],
420 ['OS != "ios"', { 424 ['OS != "ios"', {
421 'dependencies': [ 425 'dependencies': [
422 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 426 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
423 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 427 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
424 '<(DEPTH)/components/components.gyp:autofill_common', 428 '<(DEPTH)/components/components.gyp:autofill_common',
425 '<(DEPTH)/ipc/ipc.gyp:ipc', 429 '<(DEPTH)/ipc/ipc.gyp:ipc',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 'common/metrics/proto/user_action_event.proto', 713 'common/metrics/proto/user_action_event.proto',
710 ], 714 ],
711 'variables': { 715 'variables': {
712 'proto_in_dir': 'common/metrics/proto', 716 'proto_in_dir': 'common/metrics/proto',
713 'proto_out_dir': 'chrome/common/metrics/proto', 717 'proto_out_dir': 'chrome/common/metrics/proto',
714 }, 718 },
715 'includes': [ '../build/protoc.gypi' ], 719 'includes': [ '../build/protoc.gypi' ],
716 }, 720 },
717 ], 721 ],
718 } 722 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698