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

Side by Side Diff: content/content_browser.gypi

Issue 2025683003: First experimental implementation of the Clear-Site-Data header (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REMOVE_PLUGIN_DATA for eTLD+1 Created 4 years, 4 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/browser/frame_host/navigation_handle_impl.cc ('k') | content/content_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) 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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h', 522 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.h',
523 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm', 523 'browser/browser_plugin/browser_plugin_popup_menu_helper_mac.mm',
524 'browser/browser_process_sub_thread.cc', 524 'browser/browser_process_sub_thread.cc',
525 'browser/browser_process_sub_thread.h', 525 'browser/browser_process_sub_thread.h',
526 'browser/browser_shutdown_profile_dumper.cc', 526 'browser/browser_shutdown_profile_dumper.cc',
527 'browser/browser_shutdown_profile_dumper.h', 527 'browser/browser_shutdown_profile_dumper.h',
528 'browser/browser_thread_impl.cc', 528 'browser/browser_thread_impl.cc',
529 'browser/browser_thread_impl.h', 529 'browser/browser_thread_impl.h',
530 'browser/browser_url_handler_impl.cc', 530 'browser/browser_url_handler_impl.cc',
531 'browser/browser_url_handler_impl.h', 531 'browser/browser_url_handler_impl.h',
532 'browser/browsing_data/clear_site_data_throttle.cc',
533 'browser/browsing_data/clear_site_data_throttle.h',
532 'browser/browsing_instance.cc', 534 'browser/browsing_instance.cc',
533 'browser/browsing_instance.h', 535 'browser/browsing_instance.h',
534 'browser/byte_stream.cc', 536 'browser/byte_stream.cc',
535 'browser/byte_stream.h', 537 'browser/byte_stream.h',
536 'browser/cache_storage/cache_storage.cc', 538 'browser/cache_storage/cache_storage.cc',
537 'browser/cache_storage/cache_storage.h', 539 'browser/cache_storage/cache_storage.h',
538 'browser/cache_storage/cache_storage_blob_to_disk_cache.cc', 540 'browser/cache_storage/cache_storage_blob_to_disk_cache.cc',
539 'browser/cache_storage/cache_storage_blob_to_disk_cache.h', 541 'browser/cache_storage/cache_storage_blob_to_disk_cache.h',
540 'browser/cache_storage/cache_storage_cache.cc', 542 'browser/cache_storage/cache_storage_cache.cc',
541 'browser/cache_storage/cache_storage_cache.h', 543 'browser/cache_storage/cache_storage_cache.h',
(...skipping 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after
2112 ], 2114 ],
2113 }], 2115 }],
2114 ['OS != "mac" and OS != "android"', { 2116 ['OS != "mac" and OS != "android"', {
2115 'sources!': [ 2117 'sources!': [
2116 'browser/gpu/gpu_surface_tracker.cc', 2118 'browser/gpu/gpu_surface_tracker.cc',
2117 'browser/gpu/gpu_surface_tracker.h', 2119 'browser/gpu/gpu_surface_tracker.h',
2118 ], 2120 ],
2119 }], 2121 }],
2120 ], 2122 ],
2121 } 2123 }
OLDNEW
« no previous file with comments | « content/browser/frame_host/navigation_handle_impl.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698