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

Side by Side Diff: chrome/chrome_common.gypi

Issue 12578008: Move CrxFile, FileReader, ExtensionResource to src/extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 49 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
50 '<(DEPTH)/third_party/zlib/zlib.gyp:minizip', 50 '<(DEPTH)/third_party/zlib/zlib.gyp:minizip',
51 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 51 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
52 '<(DEPTH)/ui/ui.gyp:ui_resources', 52 '<(DEPTH)/ui/ui.gyp:ui_resources',
53 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent', 53 '<(DEPTH)/webkit/support/webkit_support.gyp:user_agent',
54 ], 54 ],
55 'sources': [ 55 'sources': [
56 '../apps/app_shim/app_shim_messages.h', 56 '../apps/app_shim/app_shim_messages.h',
57 '../extensions/common/constants.cc', 57 '../extensions/common/constants.cc',
58 '../extensions/common/constants.h', 58 '../extensions/common/constants.h',
59 '../extensions/common/crx_file.cc',
60 '../extensions/common/crx_file.h',
59 '../extensions/common/draggable_region.cc', 61 '../extensions/common/draggable_region.cc',
60 '../extensions/common/draggable_region.h', 62 '../extensions/common/draggable_region.h',
61 '../extensions/common/error_utils.cc', 63 '../extensions/common/error_utils.cc',
62 '../extensions/common/error_utils.h', 64 '../extensions/common/error_utils.h',
63 '../extensions/common/event_filter.cc', 65 '../extensions/common/event_filter.cc',
64 '../extensions/common/event_filter.h', 66 '../extensions/common/event_filter.h',
65 '../extensions/common/event_filtering_info.cc', 67 '../extensions/common/event_filtering_info.cc',
66 '../extensions/common/event_filtering_info.h', 68 '../extensions/common/event_filtering_info.h',
67 '../extensions/common/event_matcher.cc', 69 '../extensions/common/event_matcher.cc',
68 '../extensions/common/event_matcher.h', 70 '../extensions/common/event_matcher.h',
71 '../extensions/common/extension_resource.cc',
72 '../extensions/common/extension_resource.h',
73 '../extensions/common/id_util.cc',
74 '../extensions/common/id_util.h',
69 '../extensions/common/install_warning.h', 75 '../extensions/common/install_warning.h',
70 '../extensions/common/install_warning.cc', 76 '../extensions/common/install_warning.cc',
71 '../extensions/common/matcher/regex_set_matcher.cc', 77 '../extensions/common/matcher/regex_set_matcher.cc',
72 '../extensions/common/matcher/regex_set_matcher.h', 78 '../extensions/common/matcher/regex_set_matcher.h',
73 '../extensions/common/matcher/string_pattern.cc', 79 '../extensions/common/matcher/string_pattern.cc',
74 '../extensions/common/matcher/string_pattern.h', 80 '../extensions/common/matcher/string_pattern.h',
75 '../extensions/common/matcher/substring_set_matcher.cc', 81 '../extensions/common/matcher/substring_set_matcher.cc',
76 '../extensions/common/matcher/substring_set_matcher.h', 82 '../extensions/common/matcher/substring_set_matcher.h',
77 '../extensions/common/matcher/url_matcher.cc', 83 '../extensions/common/matcher/url_matcher.cc',
78 '../extensions/common/matcher/url_matcher.h', 84 '../extensions/common/matcher/url_matcher.h',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'common/extensions/extension_l10n_util.cc', 210 'common/extensions/extension_l10n_util.cc',
205 'common/extensions/extension_l10n_util.h', 211 'common/extensions/extension_l10n_util.h',
206 'common/extensions/extension_localization_peer.cc', 212 'common/extensions/extension_localization_peer.cc',
207 'common/extensions/extension_localization_peer.h', 213 'common/extensions/extension_localization_peer.h',
208 'common/extensions/extension_manifest_constants.cc', 214 'common/extensions/extension_manifest_constants.cc',
209 'common/extensions/extension_manifest_constants.h', 215 'common/extensions/extension_manifest_constants.h',
210 'common/extensions/extension_messages.cc', 216 'common/extensions/extension_messages.cc',
211 'common/extensions/extension_messages.h', 217 'common/extensions/extension_messages.h',
212 'common/extensions/extension_process_policy.cc', 218 'common/extensions/extension_process_policy.cc',
213 'common/extensions/extension_process_policy.h', 219 'common/extensions/extension_process_policy.h',
214 'common/extensions/extension_resource.cc',
215 'common/extensions/extension_resource.h',
216 'common/extensions/extension_set.cc', 220 'common/extensions/extension_set.cc',
217 'common/extensions/extension_set.h', 221 'common/extensions/extension_set.h',
218 'common/extensions/feature_switch.cc', 222 'common/extensions/feature_switch.cc',
219 'common/extensions/feature_switch.h', 223 'common/extensions/feature_switch.h',
220 'common/extensions/features/base_feature_provider.cc', 224 'common/extensions/features/base_feature_provider.cc',
221 'common/extensions/features/base_feature_provider.h', 225 'common/extensions/features/base_feature_provider.h',
222 'common/extensions/features/complex_feature.cc', 226 'common/extensions/features/complex_feature.cc',
223 'common/extensions/features/complex_feature.h', 227 'common/extensions/features/complex_feature.h',
224 'common/extensions/features/feature.cc', 228 'common/extensions/features/feature.cc',
225 'common/extensions/features/feature.h', 229 'common/extensions/features/feature.h',
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'common/metrics/proto/user_action_event.proto', 715 'common/metrics/proto/user_action_event.proto',
712 ], 716 ],
713 'variables': { 717 'variables': {
714 'proto_in_dir': 'common/metrics/proto', 718 'proto_in_dir': 'common/metrics/proto',
715 'proto_out_dir': 'chrome/common/metrics/proto', 719 'proto_out_dir': 'chrome/common/metrics/proto',
716 }, 720 },
717 'includes': [ '../build/protoc.gypi' ], 721 'includes': [ '../build/protoc.gypi' ],
718 }, 722 },
719 ], 723 ],
720 } 724 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698