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

Side by Side Diff: content/content_browser.gypi

Issue 7237034: sql::MetaTable.next_download_id, DownloadManager::GetNextId() (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix merge Created 9 years, 3 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
« no previous file with comments | « content/browser/resource_context.cc ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'content_browser', 8 'target_name': 'content_browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'browser/disposition_utils.cc', 110 'browser/disposition_utils.cc',
111 'browser/disposition_utils.h', 111 'browser/disposition_utils.h',
112 'browser/download/base_file.cc', 112 'browser/download/base_file.cc',
113 'browser/download/base_file.h', 113 'browser/download/base_file.h',
114 'browser/download/download_create_info.cc', 114 'browser/download/download_create_info.cc',
115 'browser/download/download_create_info.h', 115 'browser/download/download_create_info.h',
116 'browser/download/download_file.cc', 116 'browser/download/download_file.cc',
117 'browser/download/download_file.h', 117 'browser/download/download_file.h',
118 'browser/download/download_file_manager.cc', 118 'browser/download/download_file_manager.cc',
119 'browser/download/download_file_manager.h', 119 'browser/download/download_file_manager.h',
120 'browser/download/download_id.cc',
121 'browser/download/download_id.h',
120 'browser/download/download_item.cc', 122 'browser/download/download_item.cc',
121 'browser/download/download_item.h', 123 'browser/download/download_item.h',
122 'browser/download/download_manager.cc', 124 'browser/download/download_manager.cc',
123 'browser/download/download_manager.h', 125 'browser/download/download_manager.h',
124 'browser/download/download_manager_delegate.h', 126 'browser/download/download_manager_delegate.h',
125 'browser/download/download_persistent_store_info.cc', 127 'browser/download/download_persistent_store_info.cc',
126 'browser/download/download_persistent_store_info.h', 128 'browser/download/download_persistent_store_info.h',
127 'browser/download/download_request_handle.cc', 129 'browser/download/download_request_handle.cc',
128 'browser/download/download_request_handle.h', 130 'browser/download/download_request_handle.h',
129 'browser/download/download_resource_handler.cc', 131 'browser/download/download_resource_handler.cc',
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 608 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
607 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 609 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
608 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , 610 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] ,
609 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], 611 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
610 ], 612 ],
611 }], 613 }],
612 ], 614 ],
613 }, 615 },
614 ], 616 ],
615 } 617 }
OLDNEW
« no previous file with comments | « content/browser/resource_context.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698