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

Side by Side Diff: chrome/chrome_common.gypi

Issue 11588004: Move ScriptBadge, ActionInfo out of Extension; preparation for BrowserAction (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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) 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 'common/content_settings_pattern_parser.h', 119 'common/content_settings_pattern_parser.h',
120 'common/content_settings_types.h', 120 'common/content_settings_types.h',
121 'common/custom_handlers/protocol_handler.cc', 121 'common/custom_handlers/protocol_handler.cc',
122 'common/custom_handlers/protocol_handler.h', 122 'common/custom_handlers/protocol_handler.h',
123 'common/descriptors_android.h', 123 'common/descriptors_android.h',
124 'common/extensions/api/extension_api.cc', 124 'common/extensions/api/extension_api.cc',
125 'common/extensions/api/extension_api.h', 125 'common/extensions/api/extension_api.h',
126 'common/extensions/api/extension_api_stub.cc', 126 'common/extensions/api/extension_api_stub.cc',
127 'common/extensions/api/omnibox/omnibox_handler.cc', 127 'common/extensions/api/omnibox/omnibox_handler.cc',
128 'common/extensions/api/omnibox/omnibox_handler.h', 128 'common/extensions/api/omnibox/omnibox_handler.h',
129 'common/extensions/api/extension_action/script_badge_handler.cc',
130 'common/extensions/api/extension_action/script_badge_handler.h',
131 'common/extensions/api/extension_action/action_handler_helpers.cc',
132 'common/extensions/api/extension_action/action_handler_helpers.h',
133 'common/extensions/api/extension_action/action_info.cc',
134 'common/extensions/api/extension_action/action_info.h',
129 'common/extensions/command.cc', 135 'common/extensions/command.cc',
130 'common/extensions/command.h', 136 'common/extensions/command.h',
131 'common/extensions/csp_validator.cc', 137 'common/extensions/csp_validator.cc',
132 'common/extensions/csp_validator.h', 138 'common/extensions/csp_validator.h',
133 'common/extensions/draggable_region.cc', 139 'common/extensions/draggable_region.cc',
134 'common/extensions/draggable_region.h', 140 'common/extensions/draggable_region.h',
135 'common/extensions/event_filter.cc', 141 'common/extensions/event_filter.cc',
136 'common/extensions/event_filter.h', 142 'common/extensions/event_filter.h',
137 'common/extensions/event_filtering_info.cc', 143 'common/extensions/event_filtering_info.cc',
138 'common/extensions/event_filtering_info.h', 144 'common/extensions/event_filtering_info.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'common/extensions/features/permission_feature.cc', 180 'common/extensions/features/permission_feature.cc',
175 'common/extensions/features/permission_feature.h', 181 'common/extensions/features/permission_feature.h',
176 'common/extensions/features/simple_feature.cc', 182 'common/extensions/features/simple_feature.cc',
177 'common/extensions/features/simple_feature.h', 183 'common/extensions/features/simple_feature.h',
178 'common/extensions/file_browser_handler.cc', 184 'common/extensions/file_browser_handler.cc',
179 'common/extensions/file_browser_handler.h', 185 'common/extensions/file_browser_handler.h',
180 'common/extensions/manifest.cc', 186 'common/extensions/manifest.cc',
181 'common/extensions/manifest.h', 187 'common/extensions/manifest.h',
182 'common/extensions/manifest_handler.cc', 188 'common/extensions/manifest_handler.cc',
183 'common/extensions/manifest_handler.h', 189 'common/extensions/manifest_handler.h',
190 'common/extensions/manifest_handler_helpers.cc',
191 'common/extensions/manifest_handler_helpers.h',
184 'common/extensions/matcher/regex_set_matcher.cc', 192 'common/extensions/matcher/regex_set_matcher.cc',
185 'common/extensions/matcher/regex_set_matcher.h', 193 'common/extensions/matcher/regex_set_matcher.h',
186 'common/extensions/matcher/string_pattern.cc', 194 'common/extensions/matcher/string_pattern.cc',
187 'common/extensions/matcher/string_pattern.h', 195 'common/extensions/matcher/string_pattern.h',
188 'common/extensions/matcher/substring_set_matcher.cc', 196 'common/extensions/matcher/substring_set_matcher.cc',
189 'common/extensions/matcher/substring_set_matcher.h', 197 'common/extensions/matcher/substring_set_matcher.h',
190 'common/extensions/matcher/url_matcher.cc', 198 'common/extensions/matcher/url_matcher.cc',
191 'common/extensions/matcher/url_matcher.h', 199 'common/extensions/matcher/url_matcher.h',
192 'common/extensions/matcher/url_matcher_constants.cc', 200 'common/extensions/matcher/url_matcher_constants.cc',
193 'common/extensions/matcher/url_matcher_constants.h', 201 'common/extensions/matcher/url_matcher_constants.h',
(...skipping 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 'common/metrics/proto/user_action_event.proto', 637 'common/metrics/proto/user_action_event.proto',
630 ], 638 ],
631 'variables': { 639 'variables': {
632 'proto_in_dir': 'common/metrics/proto', 640 'proto_in_dir': 'common/metrics/proto',
633 'proto_out_dir': 'chrome/common/metrics/proto', 641 'proto_out_dir': 'chrome/common/metrics/proto',
634 }, 642 },
635 'includes': [ '../build/protoc.gypi' ], 643 'includes': [ '../build/protoc.gypi' ],
636 }, 644 },
637 ], 645 ],
638 } 646 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698