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

Side by Side Diff: content/content_browser.gypi

Issue 143183009: When cross-site navigations are cancelled, delete the request being transferred (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: reupload, undo unneeded change Created 6 years, 10 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 | Annotate | Revision Log
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 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 804 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 'browser/renderer_host/compositing_iosurface_mac.h', 815 'browser/renderer_host/compositing_iosurface_mac.h',
816 'browser/renderer_host/compositing_iosurface_mac.mm', 816 'browser/renderer_host/compositing_iosurface_mac.mm',
817 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc', 817 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc',
818 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h', 818 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h',
819 'browser/renderer_host/compositing_iosurface_transformer_mac.cc', 819 'browser/renderer_host/compositing_iosurface_transformer_mac.cc',
820 'browser/renderer_host/compositing_iosurface_transformer_mac.h', 820 'browser/renderer_host/compositing_iosurface_transformer_mac.h',
821 'browser/renderer_host/compositor_impl_android.cc', 821 'browser/renderer_host/compositor_impl_android.cc',
822 'browser/renderer_host/compositor_impl_android.h', 822 'browser/renderer_host/compositor_impl_android.h',
823 'browser/renderer_host/compositor_resize_lock_aura.cc', 823 'browser/renderer_host/compositor_resize_lock_aura.cc',
824 'browser/renderer_host/compositor_resize_lock_aura.h', 824 'browser/renderer_host/compositor_resize_lock_aura.h',
825 'browser/renderer_host/cross_site_request_transfer.h',
Charlie Reis 2014/02/13 22:12:19 nit: cc files come before h files
mmenke 2014/02/14 16:30:02 Done.
826 'browser/renderer_host/cross_site_request_transfer.cc',
825 'browser/renderer_host/database_message_filter.cc', 827 'browser/renderer_host/database_message_filter.cc',
826 'browser/renderer_host/database_message_filter.h', 828 'browser/renderer_host/database_message_filter.h',
827 'browser/renderer_host/delegated_frame_evictor.cc', 829 'browser/renderer_host/delegated_frame_evictor.cc',
828 'browser/renderer_host/delegated_frame_evictor.h', 830 'browser/renderer_host/delegated_frame_evictor.h',
829 'browser/renderer_host/dip_util.cc', 831 'browser/renderer_host/dip_util.cc',
830 'browser/renderer_host/dip_util.h', 832 'browser/renderer_host/dip_util.h',
831 'browser/renderer_host/display_link_mac.h', 833 'browser/renderer_host/display_link_mac.h',
832 'browser/renderer_host/display_link_mac.cc', 834 'browser/renderer_host/display_link_mac.cc',
833 'browser/renderer_host/file_utilities_message_filter.cc', 835 'browser/renderer_host/file_utilities_message_filter.cc',
834 'browser/renderer_host/file_utilities_message_filter.h', 836 'browser/renderer_host/file_utilities_message_filter.h',
(...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
1646 '../build/linux/system.gyp:dbus', 1648 '../build/linux/system.gyp:dbus',
1647 '../dbus/dbus.gyp:dbus', 1649 '../dbus/dbus.gyp:dbus',
1648 ], 1650 ],
1649 }, { # OS != "linux" or use_dbus==0 1651 }, { # OS != "linux" or use_dbus==0
1650 'sources!': [ 1652 'sources!': [
1651 'browser/geolocation/wifi_data_provider_linux.cc', 1653 'browser/geolocation/wifi_data_provider_linux.cc',
1652 ], 1654 ],
1653 }], 1655 }],
1654 ], 1656 ],
1655 } 1657 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698