OLD | NEW |
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 26 matching lines...) Expand all Loading... |
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', | 46 'public/test/test_renderer_host.h', |
47 'public/test/test_url_fetcher_factory.h', | |
48 'public/test/unittest_test_suite.h', | 47 'public/test/unittest_test_suite.h', |
49 'public/test/web_contents_tester.h', | 48 'public/test/web_contents_tester.h', |
50 # TODO(phajdan.jr): All of those files should live in content/test (if | 49 # TODO(phajdan.jr): All of those files should live in content/test (if |
51 # they're only used by content) or content/public/test (if they're used | 50 # they're only used by content) or content/public/test (if they're used |
52 # by other embedders). | 51 # by other embedders). |
53 'browser/download/mock_download_file.cc', | 52 'browser/download/mock_download_file.cc', |
54 'browser/download/mock_download_file.h', | 53 'browser/download/mock_download_file.h', |
55 'browser/geolocation/arbitrator_dependency_factories_for_test.cc', | 54 'browser/geolocation/arbitrator_dependency_factories_for_test.cc', |
56 'browser/geolocation/arbitrator_dependency_factories_for_test.h', | 55 'browser/geolocation/arbitrator_dependency_factories_for_test.h', |
57 'browser/geolocation/fake_access_token_store.cc', | 56 'browser/geolocation/fake_access_token_store.cc', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 'test/test_content_browser_client.h', | 109 'test/test_content_browser_client.h', |
111 'test/test_content_client.cc', | 110 'test/test_content_client.cc', |
112 'test/test_content_client.h', | 111 'test/test_content_client.h', |
113 'test/test_content_client_initializer.cc', | 112 'test/test_content_client_initializer.cc', |
114 'test/test_file_error_injector.cc', | 113 'test/test_file_error_injector.cc', |
115 'test/test_navigation_observer.cc', | 114 'test/test_navigation_observer.cc', |
116 'test/test_notification_tracker.cc', | 115 'test/test_notification_tracker.cc', |
117 'test/test_renderer_host.cc', | 116 'test/test_renderer_host.cc', |
118 'test/test_render_view_host_factory.cc', | 117 'test/test_render_view_host_factory.cc', |
119 'test/test_render_view_host_factory.h', | 118 'test/test_render_view_host_factory.h', |
120 'test/test_url_fetcher_factory.cc', | |
121 'test/test_web_contents_view.cc', | 119 'test/test_web_contents_view.cc', |
122 'test/test_web_contents_view.h', | 120 'test/test_web_contents_view.h', |
123 'test/unittest_test_suite.cc', | 121 'test/unittest_test_suite.cc', |
124 'test/web_contents_tester.cc', | 122 'test/web_contents_tester.cc', |
125 | 123 |
126 # TODO(phajdan.jr): Those files should be moved to webkit | 124 # TODO(phajdan.jr): Those files should be moved to webkit |
127 # test support target. | 125 # test support target. |
128 '../webkit/appcache/appcache_test_helper.cc', | 126 '../webkit/appcache/appcache_test_helper.cc', |
129 '../webkit/appcache/appcache_test_helper.h', | 127 '../webkit/appcache/appcache_test_helper.h', |
130 '../webkit/quota/mock_special_storage_policy.cc', | 128 '../webkit/quota/mock_special_storage_policy.cc', |
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
670 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', | 668 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', |
671 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', | 669 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', |
672 ], | 670 ], |
673 }, | 671 }, |
674 'includes': [ '../build/apk_test.gypi' ], | 672 'includes': [ '../build/apk_test.gypi' ], |
675 }, | 673 }, |
676 ], | 674 ], |
677 }], | 675 }], |
678 ], | 676 ], |
679 } | 677 } |
OLD | NEW |