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

Side by Side Diff: content/content_tests.gypi

Issue 9426029: Test file errors in downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactored per Chris & Randy's comments. Created 8 years, 9 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) 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 '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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'test/render_view_fake_resources_test.cc', 87 'test/render_view_fake_resources_test.cc',
88 'test/render_view_fake_resources_test.h', 88 'test/render_view_fake_resources_test.h',
89 'test/render_view_test.cc', 89 'test/render_view_test.cc',
90 'test/render_view_test.h', 90 'test/render_view_test.h',
91 'test/test_browser_context.cc', 91 'test/test_browser_context.cc',
92 'test/test_browser_context.h', 92 'test/test_browser_context.h',
93 'test/test_browser_thread.cc', 93 'test/test_browser_thread.cc',
94 'test/test_browser_thread.h', 94 'test/test_browser_thread.h',
95 'test/test_content_client.cc', 95 'test/test_content_client.cc',
96 'test/test_content_client.h', 96 'test/test_content_client.h',
97 'test/test_file_error_injector.cc',
98 'test/test_file_error_injector.h',
97 'test/test_navigation_observer.cc', 99 'test/test_navigation_observer.cc',
98 'test/test_navigation_observer.h', 100 'test/test_navigation_observer.h',
99 'test/test_notification_tracker.cc', 101 'test/test_notification_tracker.cc',
100 'test/test_notification_tracker.h', 102 'test/test_notification_tracker.h',
101 'test/test_url_fetcher_factory.cc', 103 'test/test_url_fetcher_factory.cc',
102 'test/test_url_fetcher_factory.h', 104 'test/test_url_fetcher_factory.h',
103 'test/test_web_contents_view.cc', 105 'test/test_web_contents_view.cc',
104 'test/test_web_contents_view.h', 106 'test/test_web_contents_view.h',
105 'test/unittest_test_suite.cc', 107 'test/unittest_test_suite.cc',
106 'test/unittest_test_suite.h', 108 'test/unittest_test_suite.h',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 ], 483 ],
482 'sources': [ 484 'sources': [
483 'common/gpu/media/video_decode_accelerator_unittest.cc', 485 'common/gpu/media/video_decode_accelerator_unittest.cc',
484 ], 486 ],
485 } 487 }
486 ], 488 ],
487 }, 489 },
488 ], 490 ],
489 ], 491 ],
490 } 492 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698