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

Side by Side Diff: content/content_tests.gypi

Issue 10479023: Simplify how Content*Client interfaces are created. Instead of depending on the embedder to know wh… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: remove unused function declaration 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 # 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
52 # by other embedders). 52 # by other embedders).
53 'browser/download/mock_download_file.cc', 53 'browser/download/mock_download_file.cc',
54 'browser/download/mock_download_file.h', 54 'browser/download/mock_download_file.h',
55 'browser/geolocation/arbitrator_dependency_factories_for_test.cc', 55 'browser/geolocation/arbitrator_dependency_factories_for_test.cc',
56 'browser/geolocation/arbitrator_dependency_factories_for_test.h', 56 'browser/geolocation/arbitrator_dependency_factories_for_test.h',
57 'browser/geolocation/fake_access_token_store.cc', 57 'browser/geolocation/fake_access_token_store.cc',
58 'browser/geolocation/fake_access_token_store.h', 58 'browser/geolocation/fake_access_token_store.h',
59 'browser/geolocation/mock_location_provider.cc', 59 'browser/geolocation/mock_location_provider.cc',
60 'browser/geolocation/mock_location_provider.h', 60 'browser/geolocation/mock_location_provider.h',
61 'browser/mock_content_browser_client.cc',
62 'browser/mock_content_browser_client.h',
63 'browser/renderer_host/media/mock_media_observer.cc', 61 'browser/renderer_host/media/mock_media_observer.cc',
64 'browser/renderer_host/media/mock_media_observer.h', 62 'browser/renderer_host/media/mock_media_observer.h',
65 'browser/renderer_host/test_backing_store.cc', 63 'browser/renderer_host/test_backing_store.cc',
66 'browser/renderer_host/test_backing_store.h', 64 'browser/renderer_host/test_backing_store.h',
67 'browser/renderer_host/test_render_view_host.cc', 65 'browser/renderer_host/test_render_view_host.cc',
68 'browser/renderer_host/test_render_view_host.h', 66 'browser/renderer_host/test_render_view_host.h',
69 'browser/web_contents/test_web_contents.cc', 67 'browser/web_contents/test_web_contents.cc',
70 'browser/web_contents/test_web_contents.h', 68 'browser/web_contents/test_web_contents.h',
71 'common/test_url_constants.cc', 69 'common/test_url_constants.cc',
72 'common/test_url_constants.h', 70 'common/test_url_constants.h',
(...skipping 22 matching lines...) Expand all
95 'test/mock_render_process.h', 93 'test/mock_render_process.h',
96 'test/mock_render_process_host.cc', 94 'test/mock_render_process_host.cc',
97 'test/mock_render_thread.cc', 95 'test/mock_render_thread.cc',
98 'test/mock_resource_context.cc', 96 'test/mock_resource_context.cc',
99 'test/net/url_request_abort_on_end_job.cc', 97 'test/net/url_request_abort_on_end_job.cc',
100 'test/net/url_request_abort_on_end_job.h', 98 'test/net/url_request_abort_on_end_job.h',
101 'test/render_view_fake_resources_test.cc', 99 'test/render_view_fake_resources_test.cc',
102 'test/render_view_test.cc', 100 'test/render_view_test.cc',
103 'test/test_browser_context.cc', 101 'test/test_browser_context.cc',
104 'test/test_browser_thread.cc', 102 'test/test_browser_thread.cc',
103 'test/test_content_browser_client.cc',
104 'test/test_content_browser_client.h',
105 'test/test_content_client.cc', 105 'test/test_content_client.cc',
106 'test/test_content_client.h', 106 'test/test_content_client.h',
107 'test/test_content_client_initializer.cc', 107 'test/test_content_client_initializer.cc',
108 'test/test_file_error_injector.cc', 108 'test/test_file_error_injector.cc',
109 'test/test_navigation_observer.cc', 109 'test/test_navigation_observer.cc',
110 'test/test_notification_tracker.cc', 110 'test/test_notification_tracker.cc',
111 'test/test_renderer_host.cc', 111 'test/test_renderer_host.cc',
112 'test/test_render_view_host_factory.cc', 112 'test/test_render_view_host_factory.cc',
113 'test/test_render_view_host_factory.h', 113 'test/test_render_view_host_factory.h',
114 'test/test_url_fetcher_factory.cc', 114 'test/test_url_fetcher_factory.cc',
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 585 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
586 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 586 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
587 ], 587 ],
588 }, 588 },
589 'includes': [ '../build/apk_test.gypi' ], 589 'includes': [ '../build/apk_test.gypi' ],
590 }, 590 },
591 ], 591 ],
592 }], 592 }],
593 ], 593 ],
594 } 594 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698