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

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: Initialize test variable 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests.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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'common/extensions/manifest.cc', 230 'common/extensions/manifest.cc',
231 'common/extensions/manifest.h', 231 'common/extensions/manifest.h',
232 'common/extensions/manifest_handler.cc', 232 'common/extensions/manifest_handler.cc',
233 'common/extensions/manifest_handler.h', 233 'common/extensions/manifest_handler.h',
234 'common/extensions/manifest_handler_helpers.cc', 234 'common/extensions/manifest_handler_helpers.cc',
235 'common/extensions/manifest_handler_helpers.h', 235 'common/extensions/manifest_handler_helpers.h',
236 'common/extensions/manifest_url_handler.cc', 236 'common/extensions/manifest_url_handler.cc',
237 'common/extensions/manifest_url_handler.h', 237 'common/extensions/manifest_url_handler.h',
238 'common/extensions/message_bundle.cc', 238 'common/extensions/message_bundle.cc',
239 'common/extensions/message_bundle.h', 239 'common/extensions/message_bundle.h',
240 'common/extensions/mime_types_handler.cc',
241 'common/extensions/mime_types_handler.h',
240 'common/extensions/permissions/api_permission.cc', 242 'common/extensions/permissions/api_permission.cc',
241 'common/extensions/permissions/api_permission.h', 243 'common/extensions/permissions/api_permission.h',
242 'common/extensions/permissions/api_permission_set.cc', 244 'common/extensions/permissions/api_permission_set.cc',
243 'common/extensions/permissions/api_permission_set.h', 245 'common/extensions/permissions/api_permission_set.h',
244 'common/extensions/permissions/bluetooth_device_permission.cc', 246 'common/extensions/permissions/bluetooth_device_permission.cc',
245 'common/extensions/permissions/bluetooth_device_permission.h', 247 'common/extensions/permissions/bluetooth_device_permission.h',
246 'common/extensions/permissions/bluetooth_device_permission_data.cc', 248 'common/extensions/permissions/bluetooth_device_permission_data.cc',
247 'common/extensions/permissions/bluetooth_device_permission_data.h', 249 'common/extensions/permissions/bluetooth_device_permission_data.h',
248 'common/extensions/permissions/media_galleries_permission.cc', 250 'common/extensions/permissions/media_galleries_permission.cc',
249 'common/extensions/permissions/media_galleries_permission.h', 251 'common/extensions/permissions/media_galleries_permission.h',
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 'common/metrics/proto/user_action_event.proto', 708 'common/metrics/proto/user_action_event.proto',
707 ], 709 ],
708 'variables': { 710 'variables': {
709 'proto_in_dir': 'common/metrics/proto', 711 'proto_in_dir': 'common/metrics/proto',
710 'proto_out_dir': 'chrome/common/metrics/proto', 712 'proto_out_dir': 'chrome/common/metrics/proto',
711 }, 713 },
712 'includes': [ '../build/protoc.gypi' ], 714 'includes': [ '../build/protoc.gypi' ],
713 }, 715 },
714 ], 716 ],
715 } 717 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698