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

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: fix ios, browser_tests 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'common/media_galleries/iphoto_library.cc', 443 'common/media_galleries/iphoto_library.cc',
447 'common/media_galleries/iphoto_library.h', 444 'common/media_galleries/iphoto_library.h',
448 ], 445 ],
449 }], 446 }],
450 ['OS != "ios"', { 447 ['OS != "ios"', {
451 'dependencies': [ 448 'dependencies': [
452 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy', 449 '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
453 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api', 450 '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
454 '<(DEPTH)/components/components.gyp:autofill_core_common', 451 '<(DEPTH)/components/components.gyp:autofill_core_common',
455 '<(DEPTH)/components/nacl_common.gyp:nacl_common', 452 '<(DEPTH)/components/nacl_common.gyp:nacl_common',
453 '<(DEPTH)/extensions/extensions.gyp:extensions_common',
456 '<(DEPTH)/ipc/ipc.gyp:ipc', 454 '<(DEPTH)/ipc/ipc.gyp:ipc',
457 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 455 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
458 '<(DEPTH)/third_party/re2/re2.gyp:re2', 456 '<(DEPTH)/third_party/re2/re2.gyp:re2',
459 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h', 457 '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_ver sion_h',
460 ], 458 ],
461 }, { # OS == ios 459 }, { # OS == ios
462 'sources/': [ 460 'sources/': [
463 ['exclude', '^common/child_process_'], 461 ['exclude', '^common/child_process_'],
464 ['exclude', '^common/chrome_content_client\\.cc$'], 462 ['exclude', '^common/chrome_content_client\\.cc$'],
465 ['exclude', '^common/chrome_version_info_posix\\.cc$'], 463 ['exclude', '^common/chrome_version_info_posix\\.cc$'],
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 'common/metrics/proto/user_action_event.proto', 781 'common/metrics/proto/user_action_event.proto',
784 ], 782 ],
785 'variables': { 783 'variables': {
786 'proto_in_dir': 'common/metrics/proto', 784 'proto_in_dir': 'common/metrics/proto',
787 'proto_out_dir': 'chrome/common/metrics/proto', 785 'proto_out_dir': 'chrome/common/metrics/proto',
788 }, 786 },
789 'includes': [ '../build/protoc.gypi' ], 787 'includes': [ '../build/protoc.gypi' ],
790 }, 788 },
791 ], 789 ],
792 } 790 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698