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

Side by Side Diff: content/content_browser.gypi

Issue 10344024: Rewrite download manager unit to be actual unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync'd to LKGR. Created 8 years, 6 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/download/download_manager_impl_unittest.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'browser/download/base_file.h', 269 'browser/download/base_file.h',
270 'browser/download/byte_stream.cc', 270 'browser/download/byte_stream.cc',
271 'browser/download/byte_stream.h', 271 'browser/download/byte_stream.h',
272 'browser/download/download_create_info.cc', 272 'browser/download/download_create_info.cc',
273 'browser/download/download_create_info.h', 273 'browser/download/download_create_info.h',
274 'browser/download/download_file.h', 274 'browser/download/download_file.h',
275 'browser/download/download_file_impl.cc', 275 'browser/download/download_file_impl.cc',
276 'browser/download/download_file_impl.h', 276 'browser/download/download_file_impl.h',
277 'browser/download/download_file_manager.cc', 277 'browser/download/download_file_manager.cc',
278 'browser/download/download_file_manager.h', 278 'browser/download/download_file_manager.h',
279 'browser/download/download_item_factory.h',
279 'browser/download/download_item_impl.cc', 280 'browser/download/download_item_impl.cc',
280 'browser/download/download_item_impl.h', 281 'browser/download/download_item_impl.h',
281 'browser/download/download_manager_impl.cc', 282 'browser/download/download_manager_impl.cc',
282 'browser/download/download_manager_impl.h', 283 'browser/download/download_manager_impl.h',
283 'browser/download/download_net_log_parameters.cc', 284 'browser/download/download_net_log_parameters.cc',
284 'browser/download/download_net_log_parameters.h', 285 'browser/download/download_net_log_parameters.h',
285 'browser/download/download_request_handle.cc', 286 'browser/download/download_request_handle.cc',
286 'browser/download/download_request_handle.h', 287 'browser/download/download_request_handle.h',
287 'browser/download/download_resource_handler.cc', 288 'browser/download/download_resource_handler.cc',
288 'browser/download/download_resource_handler.h', 289 'browser/download/download_resource_handler.h',
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 ], 954 ],
954 }], 955 }],
955 ['input_speech==0', { 956 ['input_speech==0', {
956 'sources/': [ 957 'sources/': [
957 ['exclude', '^browser/speech/'], 958 ['exclude', '^browser/speech/'],
958 ], 959 ],
959 }], 960 }],
960 ], 961 ],
961 } 962 }
962 963
OLDNEW
« no previous file with comments | « content/browser/download/download_manager_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698