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

Side by Side Diff: content/content_browser.gypi

Issue 1934223004: [BlobStorage] Moving all blob files to applicable directories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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 | « content/child/webblobregistry_impl.cc ('k') | content/content_child.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) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 'browser/background_sync/background_sync_registration.h', 476 'browser/background_sync/background_sync_registration.h',
477 'browser/background_sync/background_sync_registration_options.cc', 477 'browser/background_sync/background_sync_registration_options.cc',
478 'browser/background_sync/background_sync_registration_options.h', 478 'browser/background_sync/background_sync_registration_options.h',
479 'browser/background_sync/background_sync_service_impl.cc', 479 'browser/background_sync/background_sync_service_impl.cc',
480 'browser/background_sync/background_sync_service_impl.h', 480 'browser/background_sync/background_sync_service_impl.h',
481 'browser/background_sync/background_sync_status.h', 481 'browser/background_sync/background_sync_status.h',
482 'browser/bad_message.cc', 482 'browser/bad_message.cc',
483 'browser/bad_message.h', 483 'browser/bad_message.h',
484 'browser/blob_storage/blob_dispatcher_host.cc', 484 'browser/blob_storage/blob_dispatcher_host.cc',
485 'browser/blob_storage/blob_dispatcher_host.h', 485 'browser/blob_storage/blob_dispatcher_host.h',
486 'browser/blob_storage/chrome_blob_storage_context.cc',
487 'browser/blob_storage/chrome_blob_storage_context.h',
486 'browser/bluetooth/bluetooth_allowed_devices_map.cc', 488 'browser/bluetooth/bluetooth_allowed_devices_map.cc',
487 'browser/bluetooth/bluetooth_allowed_devices_map.h', 489 'browser/bluetooth/bluetooth_allowed_devices_map.h',
488 'browser/bluetooth/bluetooth_blacklist.cc', 490 'browser/bluetooth/bluetooth_blacklist.cc',
489 'browser/bluetooth/bluetooth_blacklist.h', 491 'browser/bluetooth/bluetooth_blacklist.h',
490 'browser/bluetooth/bluetooth_dispatcher_host.cc', 492 'browser/bluetooth/bluetooth_dispatcher_host.cc',
491 'browser/bluetooth/bluetooth_dispatcher_host.h', 493 'browser/bluetooth/bluetooth_dispatcher_host.h',
492 'browser/bluetooth/bluetooth_metrics.cc', 494 'browser/bluetooth/bluetooth_metrics.cc',
493 'browser/bluetooth/bluetooth_metrics.h', 495 'browser/bluetooth/bluetooth_metrics.h',
494 'browser/bluetooth/cache_query_result.h', 496 'browser/bluetooth/cache_query_result.h',
495 'browser/bluetooth/first_device_bluetooth_chooser.cc', 497 'browser/bluetooth/first_device_bluetooth_chooser.cc',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 'browser/download/save_item.cc', 731 'browser/download/save_item.cc',
730 'browser/download/save_item.h', 732 'browser/download/save_item.h',
731 'browser/download/save_package.cc', 733 'browser/download/save_package.cc',
732 'browser/download/save_package.h', 734 'browser/download/save_package.h',
733 'browser/download/save_types.cc', 735 'browser/download/save_types.cc',
734 'browser/download/save_types.h', 736 'browser/download/save_types.h',
735 'browser/download/url_downloader.cc', 737 'browser/download/url_downloader.cc',
736 'browser/download/url_downloader.h', 738 'browser/download/url_downloader.h',
737 'browser/fileapi/browser_file_system_helper.cc', 739 'browser/fileapi/browser_file_system_helper.cc',
738 'browser/fileapi/browser_file_system_helper.h', 740 'browser/fileapi/browser_file_system_helper.h',
739 'browser/fileapi/chrome_blob_storage_context.cc',
740 'browser/fileapi/chrome_blob_storage_context.h',
741 'browser/fileapi/fileapi_message_filter.cc', 741 'browser/fileapi/fileapi_message_filter.cc',
742 'browser/fileapi/fileapi_message_filter.h', 742 'browser/fileapi/fileapi_message_filter.h',
743 'browser/fileapi/upload_file_system_file_element_reader.cc', 743 'browser/fileapi/upload_file_system_file_element_reader.cc',
744 'browser/fileapi/upload_file_system_file_element_reader.h', 744 'browser/fileapi/upload_file_system_file_element_reader.h',
745 'browser/find_request_manager.cc', 745 'browser/find_request_manager.cc',
746 'browser/find_request_manager.h', 746 'browser/find_request_manager.h',
747 'browser/font_list_async.cc', 747 'browser/font_list_async.cc',
748 'browser/frame_host/ancestor_throttle.cc', 748 'browser/frame_host/ancestor_throttle.cc',
749 'browser/frame_host/ancestor_throttle.h', 749 'browser/frame_host/ancestor_throttle.h',
750 'browser/frame_host/cross_process_frame_connector.cc', 750 'browser/frame_host/cross_process_frame_connector.cc',
(...skipping 1462 matching lines...) Expand 10 before | Expand all | Expand 10 after
2213 ], 2213 ],
2214 }], 2214 }],
2215 ['OS != "mac" and OS != "android"', { 2215 ['OS != "mac" and OS != "android"', {
2216 'sources!': [ 2216 'sources!': [
2217 'browser/gpu/gpu_surface_tracker.cc', 2217 'browser/gpu/gpu_surface_tracker.cc',
2218 'browser/gpu/gpu_surface_tracker.h', 2218 'browser/gpu/gpu_surface_tracker.h',
2219 ], 2219 ],
2220 }], 2220 }],
2221 ], 2221 ],
2222 } 2222 }
OLDNEW
« no previous file with comments | « content/child/webblobregistry_impl.cc ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698