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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5603008: Modify the "dangerous download" algorithm as follows. Original patch by Pier... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 929 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 'browser/dom_ui/slideshow_ui.cc', 940 'browser/dom_ui/slideshow_ui.cc',
941 'browser/dom_ui/slideshow_ui.h', 941 'browser/dom_ui/slideshow_ui.h',
942 'browser/dom_ui/textfields_ui.cc', 942 'browser/dom_ui/textfields_ui.cc',
943 'browser/dom_ui/textfields_ui.h', 943 'browser/dom_ui/textfields_ui.h',
944 'browser/dom_ui/tips_handler.cc', 944 'browser/dom_ui/tips_handler.cc',
945 'browser/dom_ui/tips_handler.h', 945 'browser/dom_ui/tips_handler.h',
946 'browser/dom_ui/value_helper.cc', 946 'browser/dom_ui/value_helper.cc',
947 'browser/dom_ui/value_helper.h', 947 'browser/dom_ui/value_helper.h',
948 'browser/download/base_file.cc', 948 'browser/download/base_file.cc',
949 'browser/download/base_file.h', 949 'browser/download/base_file.h',
950 'browser/download/download_exe.cc', 950 'browser/download/download_extensions.cc',
951 'browser/download/download_extensions.h',
951 'browser/download/download_file.cc', 952 'browser/download/download_file.cc',
952 'browser/download/download_file.h', 953 'browser/download/download_file.h',
953 'browser/download/download_file_manager.cc', 954 'browser/download/download_file_manager.cc',
954 'browser/download/download_file_manager.h', 955 'browser/download/download_file_manager.h',
955 'browser/download/download_history.cc', 956 'browser/download/download_history.cc',
956 'browser/download/download_history.h', 957 'browser/download/download_history.h',
957 'browser/download/download_item.cc', 958 'browser/download/download_item.cc',
958 'browser/download/download_item.h', 959 'browser/download/download_item.h',
959 'browser/download/download_item_model.cc', 960 'browser/download/download_item_model.cc',
960 'browser/download/download_item_model.h', 961 'browser/download/download_item_model.h',
(...skipping 3412 matching lines...) Expand 10 before | Expand all | Expand 10 after
4373 ], 4374 ],
4374 }, 4375 },
4375 ], 4376 ],
4376 } 4377 }
4377 4378
4378 # Local Variables: 4379 # Local Variables:
4379 # tab-width:2 4380 # tab-width:2
4380 # indent-tabs-mode:nil 4381 # indent-tabs-mode:nil
4381 # End: 4382 # End:
4382 # vim: set expandtab tabstop=2 shiftwidth=2: 4383 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/resource_queue_unittest.cc ('k') | chrome/common/navigation_gesture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698