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

Side by Side Diff: content/content_browser.gypi

Issue 2123023002: [Downloads] Consolidate MOTW annotation APIs into a single API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-safe-util-to-downloads
Patch Set: . Created 4 years, 5 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 '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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 'browser/dom_storage/local_storage_database_adapter.cc', 671 'browser/dom_storage/local_storage_database_adapter.cc',
672 'browser/dom_storage/local_storage_database_adapter.h', 672 'browser/dom_storage/local_storage_database_adapter.h',
673 'browser/dom_storage/session_storage_database.cc', 673 'browser/dom_storage/session_storage_database.cc',
674 'browser/dom_storage/session_storage_database.h', 674 'browser/dom_storage/session_storage_database.h',
675 'browser/dom_storage/session_storage_database_adapter.cc', 675 'browser/dom_storage/session_storage_database_adapter.cc',
676 'browser/dom_storage/session_storage_database_adapter.h', 676 'browser/dom_storage/session_storage_database_adapter.h',
677 'browser/dom_storage/session_storage_namespace_impl.cc', 677 'browser/dom_storage/session_storage_namespace_impl.cc',
678 'browser/dom_storage/session_storage_namespace_impl.h', 678 'browser/dom_storage/session_storage_namespace_impl.h',
679 'browser/download/base_file.cc', 679 'browser/download/base_file.cc',
680 'browser/download/base_file.h', 680 'browser/download/base_file.h',
681 'browser/download/base_file_linux.cc',
682 'browser/download/base_file_mac.cc',
683 'browser/download/base_file_posix.cc', 681 'browser/download/base_file_posix.cc',
684 'browser/download/base_file_win.cc', 682 'browser/download/base_file_win.cc',
685 'browser/download/download_create_info.cc', 683 'browser/download/download_create_info.cc',
686 'browser/download/download_create_info.h', 684 'browser/download/download_create_info.h',
687 'browser/download/download_destination_observer.h', 685 'browser/download/download_destination_observer.h',
688 'browser/download/download_file.h', 686 'browser/download/download_file.h',
689 'browser/download/download_file_factory.cc', 687 'browser/download/download_file_factory.cc',
690 'browser/download/download_file_factory.h', 688 'browser/download/download_file_factory.h',
691 'browser/download/download_file_impl.cc', 689 'browser/download/download_file_impl.cc',
692 'browser/download/download_file_impl.h', 690 'browser/download/download_file_impl.h',
(...skipping 13 matching lines...) Expand all
706 'browser/download/download_request_handle.cc', 704 'browser/download/download_request_handle.cc',
707 'browser/download/download_request_handle.h', 705 'browser/download/download_request_handle.h',
708 'browser/download/download_resource_handler.cc', 706 'browser/download/download_resource_handler.cc',
709 'browser/download/download_resource_handler.h', 707 'browser/download/download_resource_handler.h',
710 'browser/download/download_stats.cc', 708 'browser/download/download_stats.cc',
711 'browser/download/download_stats.h', 709 'browser/download/download_stats.h',
712 'browser/download/drag_download_file.cc', 710 'browser/download/drag_download_file.cc',
713 'browser/download/drag_download_file.h', 711 'browser/download/drag_download_file.h',
714 'browser/download/drag_download_util.cc', 712 'browser/download/drag_download_util.cc',
715 'browser/download/drag_download_util.h', 713 'browser/download/drag_download_util.h',
716 'browser/download/file_metadata_linux.cc',
717 'browser/download/file_metadata_linux.h',
718 'browser/download/file_metadata_mac.h',
719 'browser/download/file_metadata_mac.mm',
720 'browser/download/mhtml_generation_manager.cc', 714 'browser/download/mhtml_generation_manager.cc',
721 'browser/download/mhtml_generation_manager.h', 715 'browser/download/mhtml_generation_manager.h',
716 'browser/download/quarantine.h',
717 'browser/download/quarantine_constants_linux.h',
718 'browser/download/quarantine_linux.cc',
719 'browser/download/quarantine_mac.mm',
720 'browser/download/quarantine_win.cc',
722 'browser/download/rate_estimator.cc', 721 'browser/download/rate_estimator.cc',
723 'browser/download/rate_estimator.h', 722 'browser/download/rate_estimator.h',
724 'browser/download/save_file.cc', 723 'browser/download/save_file.cc',
725 'browser/download/save_file.h', 724 'browser/download/save_file.h',
726 'browser/download/save_file_manager.cc', 725 'browser/download/save_file_manager.cc',
727 'browser/download/save_file_manager.h', 726 'browser/download/save_file_manager.h',
728 'browser/download/save_file_resource_handler.cc', 727 'browser/download/save_file_resource_handler.cc',
729 'browser/download/save_file_resource_handler.h', 728 'browser/download/save_file_resource_handler.h',
730 'browser/download/save_item.cc', 729 'browser/download/save_item.cc',
731 'browser/download/save_item.h', 730 'browser/download/save_item.h',
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 'browser/renderer_host/websocket_blob_sender.cc', 1365 'browser/renderer_host/websocket_blob_sender.cc',
1367 'browser/renderer_host/websocket_blob_sender.h', 1366 'browser/renderer_host/websocket_blob_sender.h',
1368 'browser/renderer_host/websocket_dispatcher_host.cc', 1367 'browser/renderer_host/websocket_dispatcher_host.cc',
1369 'browser/renderer_host/websocket_dispatcher_host.h', 1368 'browser/renderer_host/websocket_dispatcher_host.h',
1370 'browser/renderer_host/websocket_host.cc', 1369 'browser/renderer_host/websocket_host.cc',
1371 'browser/renderer_host/websocket_host.h', 1370 'browser/renderer_host/websocket_host.h',
1372 'browser/resolve_proxy_msg_helper.cc', 1371 'browser/resolve_proxy_msg_helper.cc',
1373 'browser/resolve_proxy_msg_helper.h', 1372 'browser/resolve_proxy_msg_helper.h',
1374 'browser/resource_context_impl.cc', 1373 'browser/resource_context_impl.cc',
1375 'browser/resource_context_impl.h', 1374 'browser/resource_context_impl.h',
1376 'browser/safe_util_win.cc',
1377 'browser/safe_util_win.h',
1378 'browser/screen_orientation/screen_orientation_delegate_win.cc', 1375 'browser/screen_orientation/screen_orientation_delegate_win.cc',
1379 'browser/screen_orientation/screen_orientation_delegate_win.h', 1376 'browser/screen_orientation/screen_orientation_delegate_win.h',
1380 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc', 1377 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.cc',
1381 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h', 1378 'browser/screen_orientation/screen_orientation_dispatcher_host_impl.h',
1382 'browser/service_worker/embedded_worker_instance.cc', 1379 'browser/service_worker/embedded_worker_instance.cc',
1383 'browser/service_worker/embedded_worker_instance.h', 1380 'browser/service_worker/embedded_worker_instance.h',
1384 'browser/service_worker/embedded_worker_registry.cc', 1381 'browser/service_worker/embedded_worker_registry.cc',
1385 'browser/service_worker/embedded_worker_registry.h', 1382 'browser/service_worker/embedded_worker_registry.h',
1386 'browser/service_worker/embedded_worker_status.h', 1383 'browser/service_worker/embedded_worker_status.h',
1387 'browser/service_worker/foreign_fetch_request_handler.cc', 1384 'browser/service_worker/foreign_fetch_request_handler.cc',
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
2156 ], 2153 ],
2157 }], 2154 }],
2158 ['OS != "mac" and OS != "android"', { 2155 ['OS != "mac" and OS != "android"', {
2159 'sources!': [ 2156 'sources!': [
2160 'browser/gpu/gpu_surface_tracker.cc', 2157 'browser/gpu/gpu_surface_tracker.cc',
2161 'browser/gpu/gpu_surface_tracker.h', 2158 'browser/gpu/gpu_surface_tracker.h',
2162 ], 2159 ],
2163 }], 2160 }],
2164 ], 2161 ],
2165 } 2162 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698