| 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 17 matching lines...) Expand all Loading... |
| 28 'public/test/accessibility_test_utils_win.h', | 28 'public/test/accessibility_test_utils_win.h', |
| 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_test.h', |
| 38 'public/test/test_navigation_observer.h', | 39 'public/test/test_navigation_observer.h', |
| 39 # TODO(phajdan.jr): All of those files should live in content/test (if | 40 # TODO(phajdan.jr): All of those files should live in content/test (if |
| 40 # they're only used by content) or content/public/test (if they're used | 41 # they're only used by content) or content/public/test (if they're used |
| 41 # by other embedders). | 42 # by other embedders). |
| 42 'browser/download/mock_download_file.cc', | 43 'browser/download/mock_download_file.cc', |
| 43 'browser/download/mock_download_file.h', | 44 'browser/download/mock_download_file.h', |
| 44 'browser/geolocation/arbitrator_dependency_factories_for_test.cc', | 45 'browser/geolocation/arbitrator_dependency_factories_for_test.cc', |
| 45 'browser/geolocation/arbitrator_dependency_factories_for_test.h', | 46 'browser/geolocation/arbitrator_dependency_factories_for_test.h', |
| 46 'browser/geolocation/fake_access_token_store.cc', | 47 'browser/geolocation/fake_access_token_store.cc', |
| 47 'browser/geolocation/fake_access_token_store.h', | 48 'browser/geolocation/fake_access_token_store.h', |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'test/mock_render_process.cc', | 84 'test/mock_render_process.cc', |
| 84 'test/mock_render_process.h', | 85 'test/mock_render_process.h', |
| 85 'test/mock_render_process_host.cc', | 86 'test/mock_render_process_host.cc', |
| 86 'test/mock_render_thread.cc', | 87 'test/mock_render_thread.cc', |
| 87 'test/mock_resource_context.cc', | 88 'test/mock_resource_context.cc', |
| 88 'test/net/url_request_abort_on_end_job.cc', | 89 'test/net/url_request_abort_on_end_job.cc', |
| 89 'test/net/url_request_abort_on_end_job.h', | 90 'test/net/url_request_abort_on_end_job.h', |
| 90 'test/render_view_fake_resources_test.cc', | 91 'test/render_view_fake_resources_test.cc', |
| 91 'test/render_view_fake_resources_test.h', | 92 'test/render_view_fake_resources_test.h', |
| 92 'test/render_view_test.cc', | 93 'test/render_view_test.cc', |
| 93 'test/render_view_test.h', | |
| 94 'test/test_browser_context.cc', | 94 'test/test_browser_context.cc', |
| 95 'test/test_browser_context.h', | 95 'test/test_browser_context.h', |
| 96 'test/test_browser_thread.cc', | 96 'test/test_browser_thread.cc', |
| 97 'test/test_browser_thread.h', | 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', |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |