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

Side by Side Diff: chrome/chrome_common.gypi

Issue 134643011: Move webview and web_accessible_resources manifest handlers to src/extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'common/extensions/permissions/usb_device_permission.cc', 244 'common/extensions/permissions/usb_device_permission.cc',
245 'common/extensions/permissions/usb_device_permission.h', 245 'common/extensions/permissions/usb_device_permission.h',
246 'common/extensions/permissions/usb_device_permission_data.cc', 246 'common/extensions/permissions/usb_device_permission_data.cc',
247 'common/extensions/permissions/usb_device_permission_data.h', 247 'common/extensions/permissions/usb_device_permission_data.h',
248 'common/extensions/sync_helper.cc', 248 'common/extensions/sync_helper.cc',
249 'common/extensions/sync_helper.h', 249 'common/extensions/sync_helper.h',
250 'common/extensions/update_manifest.cc', 250 'common/extensions/update_manifest.cc',
251 'common/extensions/update_manifest.h', 251 'common/extensions/update_manifest.h',
252 'common/extensions/value_counter.cc', 252 'common/extensions/value_counter.cc',
253 'common/extensions/value_counter.h', 253 'common/extensions/value_counter.h',
254 'common/extensions/web_accessible_resources_handler.cc',
255 'common/extensions/web_accessible_resources_handler.h',
256 'common/extensions/webview_handler.cc',
257 'common/extensions/webview_handler.h',
258 'common/favicon/favicon_types.cc', 254 'common/favicon/favicon_types.cc',
259 'common/favicon/favicon_types.h', 255 'common/favicon/favicon_types.h',
260 'common/favicon/favicon_url_parser.cc', 256 'common/favicon/favicon_url_parser.cc',
261 'common/favicon/favicon_url_parser.h', 257 'common/favicon/favicon_url_parser.h',
262 'common/profile_management_switches.cc', 258 'common/profile_management_switches.cc',
263 'common/profile_management_switches.h', 259 'common/profile_management_switches.h',
264 'common/icon_with_badge_image_source.cc', 260 'common/icon_with_badge_image_source.cc',
265 'common/icon_with_badge_image_source.h', 261 'common/icon_with_badge_image_source.h',
266 'common/importer/firefox_importer_utils.cc', 262 'common/importer/firefox_importer_utils.cc',
267 'common/importer/firefox_importer_utils.h', 263 'common/importer/firefox_importer_utils.h',
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 'common/metrics/proto/user_action_event.proto', 754 'common/metrics/proto/user_action_event.proto',
759 ], 755 ],
760 'variables': { 756 'variables': {
761 'proto_in_dir': 'common/metrics/proto', 757 'proto_in_dir': 'common/metrics/proto',
762 'proto_out_dir': 'chrome/common/metrics/proto', 758 'proto_out_dir': 'chrome/common/metrics/proto',
763 }, 759 },
764 'includes': [ '../build/protoc.gypi' ], 760 'includes': [ '../build/protoc.gypi' ],
765 }, 761 },
766 ], 762 ],
767 } 763 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_protocols.cc ('k') | chrome/common/extensions/chrome_manifest_handlers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698