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

Side by Side Diff: content/content_browser.gypi

Issue 7847027: DownloadId (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: 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 # TODO(dpranke): Fix indentation. 6 # TODO(dpranke): Fix indentation.
7 'dependencies': [ 7 'dependencies': [
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...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 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 628 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
627 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 629 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
628 ['exclude', '^browser/renderer_host/render_widget_host.h'], 630 ['exclude', '^browser/renderer_host/render_widget_host.h'],
629 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'] , 631 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'] ,
630 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], 632 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'],
631 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], 633 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'],
632 ], 634 ],
633 }], 635 }],
634 ], 636 ],
635 } 637 }
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