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

Side by Side Diff: content/content_tests.gypi

Issue 10483003: Move the rest of the content\test headers that are used by embedders to content\public\test. This w… (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 25 matching lines...) Expand all
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/render_view_test.h', 39 'public/test/render_view_test.h',
40 'public/test/test_browser_context.h', 40 'public/test/test_browser_context.h',
41 'public/test/test_browser_thread.h', 41 'public/test/test_browser_thread.h',
42 'public/test/test_content_client_initializer.h', 42 'public/test/test_content_client_initializer.h',
43 'public/test/test_file_error_injector.h', 43 'public/test/test_file_error_injector.h',
44 'public/test/test_navigation_observer.h', 44 'public/test/test_navigation_observer.h',
45 'public/test/test_notification_tracker.h', 45 'public/test/test_notification_tracker.h',
46 'public/test/test_renderer_host.h',
47 'public/test/test_url_fetcher_factory.h',
48 'public/test/unittest_test_suite.h',
49 'public/test/web_contents_tester.h',
46 # TODO(phajdan.jr): All of those files should live in content/test (if 50 # TODO(phajdan.jr): All of those files should live in content/test (if
47 # they're only used by content) or content/public/test (if they're used 51 # they're only used by content) or content/public/test (if they're used
48 # by other embedders). 52 # by other embedders).
49 'browser/download/mock_download_file.cc', 53 'browser/download/mock_download_file.cc',
50 'browser/download/mock_download_file.h', 54 'browser/download/mock_download_file.h',
51 'browser/geolocation/arbitrator_dependency_factories_for_test.cc', 55 'browser/geolocation/arbitrator_dependency_factories_for_test.cc',
52 'browser/geolocation/arbitrator_dependency_factories_for_test.h', 56 'browser/geolocation/arbitrator_dependency_factories_for_test.h',
53 'browser/geolocation/fake_access_token_store.cc', 57 'browser/geolocation/fake_access_token_store.cc',
54 'browser/geolocation/fake_access_token_store.h', 58 'browser/geolocation/fake_access_token_store.h',
55 'browser/geolocation/mock_location_provider.cc', 59 'browser/geolocation/mock_location_provider.cc',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 'test/render_view_test.cc', 102 'test/render_view_test.cc',
99 'test/test_browser_context.cc', 103 'test/test_browser_context.cc',
100 'test/test_browser_thread.cc', 104 'test/test_browser_thread.cc',
101 'test/test_content_client.cc', 105 'test/test_content_client.cc',
102 'test/test_content_client.h', 106 'test/test_content_client.h',
103 'test/test_content_client_initializer.cc', 107 'test/test_content_client_initializer.cc',
104 'test/test_file_error_injector.cc', 108 'test/test_file_error_injector.cc',
105 'test/test_navigation_observer.cc', 109 'test/test_navigation_observer.cc',
106 'test/test_notification_tracker.cc', 110 'test/test_notification_tracker.cc',
107 'test/test_renderer_host.cc', 111 'test/test_renderer_host.cc',
108 'test/test_renderer_host.h',
109 'test/test_render_view_host_factory.cc', 112 'test/test_render_view_host_factory.cc',
110 'test/test_render_view_host_factory.h', 113 'test/test_render_view_host_factory.h',
111 'test/test_url_fetcher_factory.cc', 114 'test/test_url_fetcher_factory.cc',
112 'test/test_url_fetcher_factory.h',
113 'test/test_web_contents_view.cc', 115 'test/test_web_contents_view.cc',
114 'test/test_web_contents_view.h', 116 'test/test_web_contents_view.h',
115 'test/unittest_test_suite.cc', 117 'test/unittest_test_suite.cc',
116 'test/unittest_test_suite.h',
117 'test/web_contents_tester.cc', 118 'test/web_contents_tester.cc',
118 'test/web_contents_tester.h',
119 119
120 # TODO(phajdan.jr): Those files should be moved to webkit 120 # TODO(phajdan.jr): Those files should be moved to webkit
121 # test support target. 121 # test support target.
122 '../webkit/appcache/appcache_test_helper.cc', 122 '../webkit/appcache/appcache_test_helper.cc',
123 '../webkit/appcache/appcache_test_helper.h', 123 '../webkit/appcache/appcache_test_helper.h',
124 '../webkit/quota/mock_special_storage_policy.cc', 124 '../webkit/quota/mock_special_storage_policy.cc',
125 '../webkit/quota/mock_special_storage_policy.h', 125 '../webkit/quota/mock_special_storage_policy.h',
126 ], 126 ],
127 'conditions': [ 127 'conditions': [
128 ['enable_webrtc==1', { 128 ['enable_webrtc==1', {
(...skipping 458 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

Powered by Google App Engine
This is Rietveld 408576698