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

Side by Side Diff: chrome/chrome_browser_extensions.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_chromeos.gypi ('k') | chrome/chrome_common.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': 'browser_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 'browser/extensions/api/storage/storage_api.cc', 357 'browser/extensions/api/storage/storage_api.cc',
358 'browser/extensions/api/storage/storage_api.h', 358 'browser/extensions/api/storage/storage_api.h',
359 'browser/extensions/api/storage/sync_or_local_value_store_cache.cc', 359 'browser/extensions/api/storage/sync_or_local_value_store_cache.cc',
360 'browser/extensions/api/storage/sync_or_local_value_store_cache.h', 360 'browser/extensions/api/storage/sync_or_local_value_store_cache.h',
361 'browser/extensions/api/storage/syncable_settings_storage.cc', 361 'browser/extensions/api/storage/syncable_settings_storage.cc',
362 'browser/extensions/api/storage/syncable_settings_storage.h', 362 'browser/extensions/api/storage/syncable_settings_storage.h',
363 'browser/extensions/api/storage/value_store_cache.cc', 363 'browser/extensions/api/storage/value_store_cache.cc',
364 'browser/extensions/api/storage/value_store_cache.h', 364 'browser/extensions/api/storage/value_store_cache.h',
365 'browser/extensions/api/storage/weak_unlimited_settings_storage.cc', 365 'browser/extensions/api/storage/weak_unlimited_settings_storage.cc',
366 'browser/extensions/api/storage/weak_unlimited_settings_storage.h', 366 'browser/extensions/api/storage/weak_unlimited_settings_storage.h',
367 'browser/extensions/api/streams_private/streams_private_api.cc',
368 'browser/extensions/api/streams_private/streams_private_api.h',
369 'browser/extensions/api/streams_private/streams_resource_throttle.cc',
370 'browser/extensions/api/streams_private/streams_resource_throttle.h',
367 'browser/extensions/api/sync_file_system/extension_sync_event_observer_f actory.cc', 371 'browser/extensions/api/sync_file_system/extension_sync_event_observer_f actory.cc',
368 'browser/extensions/api/sync_file_system/extension_sync_event_observer_f actory.h', 372 'browser/extensions/api/sync_file_system/extension_sync_event_observer_f actory.h',
369 'browser/extensions/api/sync_file_system/extension_sync_event_observer.c c', 373 'browser/extensions/api/sync_file_system/extension_sync_event_observer.c c',
370 'browser/extensions/api/sync_file_system/extension_sync_event_observer.h ', 374 'browser/extensions/api/sync_file_system/extension_sync_event_observer.h ',
371 'browser/extensions/api/sync_file_system/sync_file_system_api.cc', 375 'browser/extensions/api/sync_file_system/sync_file_system_api.cc',
372 'browser/extensions/api/sync_file_system/sync_file_system_api.h', 376 'browser/extensions/api/sync_file_system/sync_file_system_api.h',
373 'browser/extensions/api/system_indicator/system_indicator_api.h', 377 'browser/extensions/api/system_indicator/system_indicator_api.h',
374 'browser/extensions/api/system_indicator/system_indicator_manager.cc', 378 'browser/extensions/api/system_indicator/system_indicator_manager.cc',
375 'browser/extensions/api/system_indicator/system_indicator_manager.h', 379 'browser/extensions/api/system_indicator/system_indicator_manager.h',
376 'browser/extensions/api/system_indicator/system_indicator_manager_factor y.cc', 380 'browser/extensions/api/system_indicator/system_indicator_manager_factor y.cc',
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 'variables': { 936 'variables': {
933 'proto_in_dir': 'browser/chromeos/contacts', 937 'proto_in_dir': 'browser/chromeos/contacts',
934 'proto_out_dir': 'chrome/browser/chromeos/contacts', 938 'proto_out_dir': 'chrome/browser/chromeos/contacts',
935 }, 939 },
936 'includes': [ '../build/protoc.gypi' ] 940 'includes': [ '../build/protoc.gypi' ]
937 }, 941 },
938 ], 942 ],
939 },], # 'chromeos=1' 943 },], # 'chromeos=1'
940 ], # 'conditions' 944 ], # 'conditions'
941 } 945 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698