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

Side by Side Diff: content/content_tests.gypi

Issue 8503018: Split DownloadItem into an ABC, an Impl, and a Mock. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: merge Created 9 years, 1 month 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/content_browser.gypi ('k') | content/shell/shell_download_manager_delegate.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) 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': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 17 matching lines...) Expand all
28 ], 28 ],
29 'include_dirs': [ 29 'include_dirs': [
30 '..', 30 '..',
31 ], 31 ],
32 'sources': [ 32 'sources': [
33 # TODO(phajdan.jr): All of those files should live in content/test. 33 # TODO(phajdan.jr): All of those files should live in content/test.
34 'browser/download/mock_download_file.cc', 34 'browser/download/mock_download_file.cc',
35 'browser/download/mock_download_file.h', 35 'browser/download/mock_download_file.h',
36 'browser/download/mock_download_manager.cc', 36 'browser/download/mock_download_manager.cc',
37 'browser/download/mock_download_manager.h', 37 'browser/download/mock_download_manager.h',
38 'browser/download/mock_download_item.cc',
39 'browser/download/mock_download_item.h',
38 'browser/download/mock_download_manager_delegate.cc', 40 'browser/download/mock_download_manager_delegate.cc',
39 'browser/download/mock_download_manager_delegate.h', 41 'browser/download/mock_download_manager_delegate.h',
40 'browser/geolocation/arbitrator_dependency_factories_for_test.cc', 42 'browser/geolocation/arbitrator_dependency_factories_for_test.cc',
41 'browser/geolocation/arbitrator_dependency_factories_for_test.h', 43 'browser/geolocation/arbitrator_dependency_factories_for_test.h',
42 'browser/geolocation/fake_access_token_store.cc', 44 'browser/geolocation/fake_access_token_store.cc',
43 'browser/geolocation/fake_access_token_store.h', 45 'browser/geolocation/fake_access_token_store.h',
44 'browser/geolocation/mock_location_provider.cc', 46 'browser/geolocation/mock_location_provider.cc',
45 'browser/geolocation/mock_location_provider.h', 47 'browser/geolocation/mock_location_provider.h',
46 'browser/mock_content_browser_client.cc', 48 'browser/mock_content_browser_client.cc',
47 'browser/mock_content_browser_client.h', 49 'browser/mock_content_browser_client.h',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 ], 385 ],
384 'sources': [ 386 'sources': [
385 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 387 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
386 ], 388 ],
387 } 389 }
388 ], 390 ],
389 }, 391 },
390 ], 392 ],
391 ], 393 ],
392 } 394 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/shell/shell_download_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698