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

Side by Side Diff: chrome/chrome_common.gypi

Issue 65123002: Move chrome/common/extensions/background_info.h to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase2 background_info Created 7 years, 1 month 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) 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 23 matching lines...) Expand all
34 '<(DEPTH)/base/base.gyp:base_static', 34 '<(DEPTH)/base/base.gyp:base_static',
35 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 35 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 37 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
38 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 38 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
39 '<(DEPTH)/components/components.gyp:json_schema', 39 '<(DEPTH)/components/components.gyp:json_schema',
40 '<(DEPTH)/components/components.gyp:policy_component', 40 '<(DEPTH)/components/components.gyp:policy_component',
41 '<(DEPTH)/components/components.gyp:variations', 41 '<(DEPTH)/components/components.gyp:variations',
42 '<(DEPTH)/components/components.gyp:visitedlink_common', 42 '<(DEPTH)/components/components.gyp:visitedlink_common',
43 '<(DEPTH)/content/content.gyp:content_common', 43 '<(DEPTH)/content/content.gyp:content_common',
44 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
45 '<(DEPTH)/net/net.gyp:net', 44 '<(DEPTH)/net/net.gyp:net',
46 '<(DEPTH)/skia/skia.gyp:skia', 45 '<(DEPTH)/skia/skia.gyp:skia',
47 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 46 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
48 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 47 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
49 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 48 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
50 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 49 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
51 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', 50 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
52 '<(DEPTH)/ui/ui.gyp:ui_resources', 51 '<(DEPTH)/ui/ui.gyp:ui_resources',
53 '<(DEPTH)/url/url.gyp:url_lib', 52 '<(DEPTH)/url/url.gyp:url_lib',
54 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 53 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'common/extensions/api/speech/tts_engine_manifest_handler.cc', 150 'common/extensions/api/speech/tts_engine_manifest_handler.cc',
152 'common/extensions/api/speech/tts_engine_manifest_handler.h', 151 'common/extensions/api/speech/tts_engine_manifest_handler.h',
153 'common/extensions/api/spellcheck/spellcheck_handler.cc', 152 'common/extensions/api/spellcheck/spellcheck_handler.cc',
154 'common/extensions/api/spellcheck/spellcheck_handler.h', 153 'common/extensions/api/spellcheck/spellcheck_handler.h',
155 'common/extensions/api/storage/storage_schema_manifest_handler.cc', 154 'common/extensions/api/storage/storage_schema_manifest_handler.cc',
156 'common/extensions/api/storage/storage_schema_manifest_handler.h', 155 'common/extensions/api/storage/storage_schema_manifest_handler.h',
157 'common/extensions/api/system_indicator/system_indicator_handler.cc', 156 'common/extensions/api/system_indicator/system_indicator_handler.cc',
158 'common/extensions/api/system_indicator/system_indicator_handler.h', 157 'common/extensions/api/system_indicator/system_indicator_handler.h',
159 'common/extensions/api/url_handlers/url_handlers_parser.cc', 158 'common/extensions/api/url_handlers/url_handlers_parser.cc',
160 'common/extensions/api/url_handlers/url_handlers_parser.h', 159 'common/extensions/api/url_handlers/url_handlers_parser.h',
161 'common/extensions/background_info.cc',
162 'common/extensions/background_info.h',
163 'common/extensions/chrome_extensions_client.cc', 160 'common/extensions/chrome_extensions_client.cc',
164 'common/extensions/chrome_extensions_client.h', 161 'common/extensions/chrome_extensions_client.h',
165 'common/extensions/chrome_manifest_handlers.cc', 162 'common/extensions/chrome_manifest_handlers.cc',
166 'common/extensions/chrome_manifest_handlers.h', 163 'common/extensions/chrome_manifest_handlers.h',
167 'common/extensions/command.cc', 164 'common/extensions/command.cc',
168 'common/extensions/command.h', 165 'common/extensions/command.h',
169 'common/extensions/csp_handler.cc', 166 'common/extensions/csp_handler.cc',
170 'common/extensions/csp_handler.h', 167 'common/extensions/csp_handler.h',
171 'common/extensions/csp_validator.cc', 168 'common/extensions/csp_validator.cc',
172 'common/extensions/csp_validator.h', 169 'common/extensions/csp_validator.h',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 'common/media_galleries/iphoto_library.cc', 441 'common/media_galleries/iphoto_library.cc',
445 'common/media_galleries/iphoto_library.h', 442 'common/media_galleries/iphoto_library.h',
446 ], 443 ],
447 }], 444 }],
448 ['OS != "ios"', { 445 ['OS != "ios"', {
449 'dependencies': [ 446 'dependencies': [
450 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 447 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
451 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 448 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
452 '<(DEPTH)/components/components.gyp:autofill_core_common', 449 '<(DEPTH)/components/components.gyp:autofill_core_common',
453 '<(DEPTH)/components/nacl_common.gyp:nacl_common', 450 '<(DEPTH)/components/nacl_common.gyp:nacl_common',
451 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
454 '<(DEPTH)/ipc/ipc.gyp:ipc', 452 '<(DEPTH)/ipc/ipc.gyp:ipc',
455 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 453 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
456 '<(DEPTH)/third_party/re2/re2.gyp:re2', 454 '<(DEPTH)/third_party/re2/re2.gyp:re2',
457 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 455 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
458 ], 456 ],
459 }, { # OS == ios 457 }, { # OS == ios
460 'sources/': [ 458 'sources/': [
461 ['exclude', '^common/child_process_'], 459 ['exclude', '^common/child_process_'],
462 ['exclude', '^common/chrome_content_client\\.cc$'], 460 ['exclude', '^common/chrome_content_client\\.cc$'],
463 ['exclude', '^common/chrome_version_info_posix\\.cc$'], 461 ['exclude', '^common/chrome_version_info_posix\\.cc$'],
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
781 'common/metrics/proto/user_action_event.proto', 779 'common/metrics/proto/user_action_event.proto',
782 ], 780 ],
783 'variables': { 781 'variables': {
784 'proto_in_dir': 'common/metrics/proto', 782 'proto_in_dir': 'common/metrics/proto',
785 'proto_out_dir': 'chrome/common/metrics/proto', 783 'proto_out_dir': 'chrome/common/metrics/proto',
786 }, 784 },
787 'includes': [ '../build/protoc.gypi' ], 785 'includes': [ '../build/protoc.gypi' ],
788 }, 786 },
789 ], 787 ],
790 } 788 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/extensions/extension_settings_handler.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698