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

Side by Side Diff: content/content_browser.gypi

Issue 7825035: Implement chrome.experimental.downloads.search() (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: " Created 9 years, 2 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) 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 'dependencies': [ 6 'dependencies': [
7 '../crypto/crypto.gyp:crypto', 7 '../crypto/crypto.gyp:crypto',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../net/net.gyp:http_server', 9 '../net/net.gyp:http_server',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 'browser/download/download_file_manager.h', 118 'browser/download/download_file_manager.h',
119 'browser/download/download_id.cc', 119 'browser/download/download_id.cc',
120 'browser/download/download_id.h', 120 'browser/download/download_id.h',
121 'browser/download/download_item.cc', 121 'browser/download/download_item.cc',
122 'browser/download/download_item.h', 122 'browser/download/download_item.h',
123 'browser/download/download_manager.cc', 123 'browser/download/download_manager.cc',
124 'browser/download/download_manager.h', 124 'browser/download/download_manager.h',
125 'browser/download/download_manager_delegate.h', 125 'browser/download/download_manager_delegate.h',
126 'browser/download/download_persistent_store_info.cc', 126 'browser/download/download_persistent_store_info.cc',
127 'browser/download/download_persistent_store_info.h', 127 'browser/download/download_persistent_store_info.h',
128 'browser/download/download_query.cc',
129 'browser/download/download_query.h',
128 'browser/download/download_request_handle.cc', 130 'browser/download/download_request_handle.cc',
129 'browser/download/download_request_handle.h', 131 'browser/download/download_request_handle.h',
130 'browser/download/download_resource_handler.cc', 132 'browser/download/download_resource_handler.cc',
131 'browser/download/download_resource_handler.h', 133 'browser/download/download_resource_handler.h',
132 'browser/download/download_state_info.cc', 134 'browser/download/download_state_info.cc',
133 'browser/download/download_state_info.h', 135 'browser/download/download_state_info.h',
134 'browser/download/download_stats.cc', 136 'browser/download/download_stats.cc',
135 'browser/download/download_stats.h', 137 'browser/download/download_stats.h',
136 'browser/download/download_status_updater.cc', 138 'browser/download/download_status_updater.cc',
137 'browser/download/download_status_updater.h', 139 'browser/download/download_status_updater.h',
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 651 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
650 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 652 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
651 ['exclude', '^browser/renderer_host/render_widget_host.h'], 653 ['exclude', '^browser/renderer_host/render_widget_host.h'],
652 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'], 654 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'],
653 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], 655 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'],
654 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], 656 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'],
655 ], 657 ],
656 }], 658 }],
657 ], 659 ],
658 } 660 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698