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

Side by Side Diff: content/content_tests.gypi

Issue 10500016: Move test_browser_thread.h from content\test to content\public\test. This way we can enforce that i… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
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 18 matching lines...) Expand all
29 'public/test/browser_test.h', 29 'public/test/browser_test.h',
30 'public/test/content_test_suite_base.h', 30 'public/test/content_test_suite_base.h',
31 'public/test/js_injection_ready_observer.h', 31 'public/test/js_injection_ready_observer.h',
32 'public/test/mock_download_item.h', 32 'public/test/mock_download_item.h',
33 'public/test/mock_download_manager.h', 33 'public/test/mock_download_manager.h',
34 'public/test/mock_notification_observer.h', 34 'public/test/mock_notification_observer.h',
35 'public/test/mock_render_process_host.h', 35 'public/test/mock_render_process_host.h',
36 'public/test/mock_render_thread.h', 36 'public/test/mock_render_thread.h',
37 'public/test/mock_resource_context.h', 37 'public/test/mock_resource_context.h',
38 'public/test/render_view_fake_resources_test.h', 38 'public/test/render_view_fake_resources_test.h',
39 'public/test/test_browser_thread.h',
39 'public/test/test_navigation_observer.h', 40 'public/test/test_navigation_observer.h',
40 # TODO(phajdan.jr): All of those files should live in content/test (if 41 # TODO(phajdan.jr): All of those files should live in content/test (if
41 # they're only used by content) or content/public/test (if they're used 42 # they're only used by content) or content/public/test (if they're used
42 # by other embedders). 43 # by other embedders).
43 'browser/download/mock_download_file.cc', 44 'browser/download/mock_download_file.cc',
44 'browser/download/mock_download_file.h', 45 'browser/download/mock_download_file.h',
45 'browser/geolocation/arbitrator_dependency_factories_for_test.cc', 46 'browser/geolocation/arbitrator_dependency_factories_for_test.cc',
46 'browser/geolocation/arbitrator_dependency_factories_for_test.h', 47 'browser/geolocation/arbitrator_dependency_factories_for_test.h',
47 'browser/geolocation/fake_access_token_store.cc', 48 'browser/geolocation/fake_access_token_store.cc',
48 'browser/geolocation/fake_access_token_store.h', 49 'browser/geolocation/fake_access_token_store.h',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'test/mock_render_thread.cc', 88 'test/mock_render_thread.cc',
88 'test/mock_resource_context.cc', 89 'test/mock_resource_context.cc',
89 'test/net/url_request_abort_on_end_job.cc', 90 'test/net/url_request_abort_on_end_job.cc',
90 'test/net/url_request_abort_on_end_job.h', 91 'test/net/url_request_abort_on_end_job.h',
91 'test/render_view_fake_resources_test.cc', 92 'test/render_view_fake_resources_test.cc',
92 'test/render_view_test.cc', 93 'test/render_view_test.cc',
93 'test/render_view_test.h', 94 'test/render_view_test.h',
94 'test/test_browser_context.cc', 95 'test/test_browser_context.cc',
95 'test/test_browser_context.h', 96 'test/test_browser_context.h',
96 'test/test_browser_thread.cc', 97 'test/test_browser_thread.cc',
97 'test/test_browser_thread.h',
98 'test/test_content_client.cc', 98 'test/test_content_client.cc',
99 'test/test_content_client.h', 99 'test/test_content_client.h',
100 'test/test_content_client_initializer.cc', 100 'test/test_content_client_initializer.cc',
101 'test/test_content_client_initializer.h', 101 'test/test_content_client_initializer.h',
102 'test/test_file_error_injector.cc', 102 'test/test_file_error_injector.cc',
103 'test/test_file_error_injector.h', 103 'test/test_file_error_injector.h',
104 'test/test_navigation_observer.cc', 104 'test/test_navigation_observer.cc',
105 'test/test_notification_tracker.cc', 105 'test/test_notification_tracker.cc',
106 'test/test_notification_tracker.h', 106 'test/test_notification_tracker.h',
107 'test/test_renderer_host.cc', 107 'test/test_renderer_host.cc',
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 587 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
588 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 588 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
589 ], 589 ],
590 }, 590 },
591 'includes': [ '../build/apk_test.gypi' ], 591 'includes': [ '../build/apk_test.gypi' ],
592 }, 592 },
593 ], 593 ],
594 }], 594 }],
595 ], 595 ],
596 } 596 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl_unittest.cc ('k') | content/public/test/test_browser_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698