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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3071005: Download code cleanup patch of death: (Closed)
Patch Set: inline the dtor Created 10 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 | « chrome/browser/download/drag_download_file.cc ('k') | chrome/test/ui_test_utils.cc » ('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) 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 1167 matching lines...) Expand 10 before | Expand all | Expand 10 after
1178 'browser/dom_ui/slideshow_ui.h', 1178 'browser/dom_ui/slideshow_ui.h',
1179 'browser/dom_ui/stop_syncing_handler.cc', 1179 'browser/dom_ui/stop_syncing_handler.cc',
1180 'browser/dom_ui/stop_syncing_handler.h', 1180 'browser/dom_ui/stop_syncing_handler.h',
1181 'browser/dom_ui/tips_handler.cc', 1181 'browser/dom_ui/tips_handler.cc',
1182 'browser/dom_ui/tips_handler.h', 1182 'browser/dom_ui/tips_handler.h',
1183 'browser/download/download_exe.cc', 1183 'browser/download/download_exe.cc',
1184 'browser/download/download_file.cc', 1184 'browser/download/download_file.cc',
1185 'browser/download/download_file.h', 1185 'browser/download/download_file.h',
1186 'browser/download/download_file_manager.cc', 1186 'browser/download/download_file_manager.cc',
1187 'browser/download/download_file_manager.h', 1187 'browser/download/download_file_manager.h',
1188 'browser/download/download_history.cc',
1189 'browser/download/download_history.h',
1188 'browser/download/download_item.cc', 1190 'browser/download/download_item.cc',
1189 'browser/download/download_item.h', 1191 'browser/download/download_item.h',
1190 'browser/download/download_item_model.cc', 1192 'browser/download/download_item_model.cc',
1191 'browser/download/download_item_model.h', 1193 'browser/download/download_item_model.h',
1192 'browser/download/download_manager.cc', 1194 'browser/download/download_manager.cc',
1193 'browser/download/download_manager.h', 1195 'browser/download/download_manager.h',
1194 'browser/download/download_request_infobar_delegate.h', 1196 'browser/download/download_request_infobar_delegate.h',
1195 'browser/download/download_request_infobar_delegate.cc', 1197 'browser/download/download_request_infobar_delegate.cc',
1196 'browser/download/download_request_limiter.cc', 1198 'browser/download/download_request_limiter.cc',
1197 'browser/download/download_request_limiter.h', 1199 'browser/download/download_request_limiter.h',
(...skipping 2507 matching lines...) Expand 10 before | Expand all | Expand 10 after
3705 ], 3707 ],
3706 }, 3708 },
3707 ], 3709 ],
3708 } 3710 }
3709 3711
3710 # Local Variables: 3712 # Local Variables:
3711 # tab-width:2 3713 # tab-width:2
3712 # indent-tabs-mode:nil 3714 # indent-tabs-mode:nil
3713 # End: 3715 # End:
3714 # vim: set expandtab tabstop=2 shiftwidth=2: 3716 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/download/drag_download_file.cc ('k') | chrome/test/ui_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698