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

Side by Side Diff: chrome/chrome_common.gypi

Issue 12381035: Move Mime type handling to streamsPrivate API, so that it works on Desktop Chrome. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix base files 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
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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'common/extensions/manifest.cc', 228 'common/extensions/manifest.cc',
229 'common/extensions/manifest.h', 229 'common/extensions/manifest.h',
230 'common/extensions/manifest_handler.cc', 230 'common/extensions/manifest_handler.cc',
231 'common/extensions/manifest_handler.h', 231 'common/extensions/manifest_handler.h',
232 'common/extensions/manifest_handler_helpers.cc', 232 'common/extensions/manifest_handler_helpers.cc',
233 'common/extensions/manifest_handler_helpers.h', 233 'common/extensions/manifest_handler_helpers.h',
234 'common/extensions/manifest_url_handler.cc', 234 'common/extensions/manifest_url_handler.cc',
235 'common/extensions/manifest_url_handler.h', 235 'common/extensions/manifest_url_handler.h',
236 'common/extensions/message_bundle.cc', 236 'common/extensions/message_bundle.cc',
237 'common/extensions/message_bundle.h', 237 'common/extensions/message_bundle.h',
238 'common/extensions/mime_types_handler.cc',
239 'common/extensions/mime_types_handler.h',
238 'common/extensions/permissions/api_permission.cc', 240 'common/extensions/permissions/api_permission.cc',
239 'common/extensions/permissions/api_permission.h', 241 'common/extensions/permissions/api_permission.h',
240 'common/extensions/permissions/api_permission_set.cc', 242 'common/extensions/permissions/api_permission_set.cc',
241 'common/extensions/permissions/api_permission_set.h', 243 'common/extensions/permissions/api_permission_set.h',
242 'common/extensions/permissions/bluetooth_device_permission.cc', 244 'common/extensions/permissions/bluetooth_device_permission.cc',
243 'common/extensions/permissions/bluetooth_device_permission.h', 245 'common/extensions/permissions/bluetooth_device_permission.h',
244 'common/extensions/permissions/bluetooth_device_permission_data.cc', 246 'common/extensions/permissions/bluetooth_device_permission_data.cc',
245 'common/extensions/permissions/bluetooth_device_permission_data.h', 247 'common/extensions/permissions/bluetooth_device_permission_data.h',
246 'common/extensions/permissions/media_galleries_permission.cc', 248 'common/extensions/permissions/media_galleries_permission.cc',
247 'common/extensions/permissions/media_galleries_permission.h', 249 'common/extensions/permissions/media_galleries_permission.h',
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'common/metrics/proto/user_action_event.proto', 705 'common/metrics/proto/user_action_event.proto',
704 ], 706 ],
705 'variables': { 707 'variables': {
706 'proto_in_dir': 'common/metrics/proto', 708 'proto_in_dir': 'common/metrics/proto',
707 'proto_out_dir': 'chrome/common/metrics/proto', 709 'proto_out_dir': 'chrome/common/metrics/proto',
708 }, 710 },
709 'includes': [ '../build/protoc.gypi' ], 711 'includes': [ '../build/protoc.gypi' ],
710 }, 712 },
711 ], 713 ],
712 } 714 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698